* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
	background-color:#fcfafb;
}

#wrapper {
	width: 580px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.ComeSoon {
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:18px;
	font-weight:700;
	}

#header {
width: 580px;
height: 183px;
}

a#search {
	float: left;
	width: 186px;
	height: 106px;
	background-image:url(images/search.png);
	background-repeat:no-repeat;
	position:absolute;
	left: -1px;
	top: 160px;
}

a#search:hover {
background-image:url(images/search_hover.png);
}

* html a#search {
background:none;
float: left;
width: 186px;
height: 106px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/search.png', sizingMethod='scale');
}

* html a#search:hover {
background:none;
float: left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/search_hover.png', sizingMethod='scale');
}

a#download {
	float: left;
	width: 186px;
	height: 106px;
	background-image:url(images/download.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 197px;
	top: 160px;
}

a#download:hover {
background-image:url(images/download_hover.png);
}

* html a#download {
background:none;
float: left;
width: 186px;
height: 106px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/download.png', sizingMethod='scale');
}

* html a#download:hover {
background:none;
float: left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/download_hover.png', sizingMethod='scale');
}

a#travel {
	float: left;
	width: 186px;
	height: 106px;
	background-image:url(images/travel.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 394px;
	top: 160px;
}

a#travel:hover {
background-image:url(images/travel_hover.png);
}

* html a#travel {
background:none;
float: left;
width: 186px;
height: 106px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/travel.png', sizingMethod='scale');
}

* html a#travel:hover {
background:none;
float: left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/travel_hover.png', sizingMethod='scale');
}

#content {
	position:absolute;
	width: 423px;
	height: 500px;
	left: 135px;
	top: 204px;
	border-left: 2px solid black;
	padding-left: 25px;
}

h1 {
	font-size: 20px;
	color:#000000;
	margin-bottom: 15px;
}

h4 {
	font-size: 14px;
	color:#000000;
	margin-bottom: 4px;
	margin-left: 20px;
}


.under {
text-decoration:underline;
}

h2 {
	color: #a21b1b;
	font-size: 16px;
}

.fl {
	float: left;
	margin-right: 8px;
}

h3 {
	color: #000000;
	font-size: 12px;
}

.ri {
	color: #a21b1b;
	text-align: right;
	text-decoration:underline;
	margin-right: 18px;
	margin-top: 6px;
}

#content2 {
	position:absolute;
width: 200px
height: 200px;
	left: 564px;
	top: 192px;
	width: 225px;
}


#left_nav {
	position:absolute;
	height: 475px;
	left: 11px;
	top: 198px;
	width: 132px;
}

#theMenu {
	height: 300px;
	margin: 0px 0;
}
		
/* Some list and link styling */
ul li {
	width: 160px;
}
ul ul li {
	padding: 0;
	width: 110px;
	margin-bottom: 0;
	margin-left: 15px;
	
}
		
		
		ul ul li a {
	display:block;
	color: #000000;
	padding: 3px 0px;
	font-size: 11px;
	text-decoration: none;

}
		ul ul li a:hover {
	display:block;
	padding: 3px 0px;
	font-size: 11px;
}
		li { list-style-type: none; }

		
		/* Header links styling */
		h3.head a {
	color: #000000;
	display:block;
	background-position: 98% 50%;
	padding: 8px 6px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
		}
		h3.head a:hover {
	color: #000000;
	background-position: 98% 50%;
		}
		h3.selected a {
	background: url(up.gif) no-repeat;
	background-position:98% 50%;
	color: #000000;
	padding: 3px 6px;
		}
		h3.selected a:hover {
	background-position:98% 50%;
		}
#wrapper #left_nav #theMenu .head img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content .ri a {
	color: #a21b1b;
	text-decoration: none;
}
#wrapper #content a {
	color: #000000;
}
#wrapper #content p {
	margin-left: 18px;
	font-size: 12px;
}
#wrapper #left_nav #theMenu a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#large_wrapper {
position:relative;
width: 580px;
height: 680px;
margin-left: auto;
margin-right: auto;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 120px;
	background-color: #333333;
}
#large_wrapper #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.right {
float: right;
}
#wrapper #content .right {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#large_wrapper #wrapper #left_nav #theMenu h3 {
	width: 80px;
}
