*
{
	margin: 0 0;
	padding: 0 0;
}
.noCSS
{
	display: none;
}
body
{
	background-color: #000000;
}

#page
{
	background: url(../imgs/main.jpg) no-repeat;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

h1
{
	width: 180px;
	height: 100px;
	position: absolute;
	top: 36px;
	left: 40px;
}

#navi
{
	position: absolute;
	top: 138px;
	left: 40px;
}
ul#navi
{
	margin-left: 0;
	list-style: none;
}
ul#navi li
{
	float: left;
	border-right: 1px solid white;
	height: 23px;
	position: relative;
}
ul#navi li:hover, ul#navi li.over
{
	background: url(../imgs/hot_bg.gif);
}
ul#navi a, ul#navi div
{
	font-family: "Futura Lt", "Futura", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase;

	display: block;
	margin: 3px 13px 0 14px;
	color: #000000;
}
ul#navi img
{
	margin-top: 3px;
}
ul#navi a:hover,
ul#navi li:hover a
{
/*	color: #990000; */
}


ul#navi ul.subnavi
{
	position: absolute;
	top: 23px;
	left: 0;
	list-style: none;
	
	width: 190px;
	background-color: #CCCCCC;
	border: 1px solid black;
	display: none;
}
ul#navi li:hover ul.subnavi, ul#navi li.over ul.subnavi
{
	display: block;
}
ul#navi ul.subnavi li
{
	float: none;
	border-bottom: 1px solid white;
	height: auto;
}
ul#navi ul.subnavi li a
{
	margin: 0 0;
	padding: 5px 10px 5px 10px;
	color: #000000;
}
ul#navi ul.subnavi a:hover,
ul#navi ul.subnavi li:hover a
{
	color: #FFFFFF;
	background: url(../imgs/blue_glass.gif);
}


ul#services
{
	position: absolute;
	top: 163px;
	left: 43px;
	margin-left: 0;
	
	list-style: none;
}
ul#services li
{
	display: block;
	height: 58px;
	width: 172px;
}
ul#services li a
{
	font-family: "Futura LT", Futura, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 12px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	
	display: block;
	height: 62px;
	margin-left: 5px;
}
ul#services li:hover a,
ul#services li a:hover
{
	color: #FFCC00;
}


#privacy
{
	position: absolute;
	top: 567px;
	left: 600px;
}
#privacy a
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

#masthead
{
	overflow: hidden;
	height: 100px;
	width: 591px;
	top: 37px;
	left: 224px;
	
	position: absolute;
}


#content_wrapper
{
	position: absolute;
	top: 161px;
	left: 221px;
	width: 533px;
	height: 390px;
	overflow: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	
	background: transparent url(../imgs/above.gif) no-repeat 200px bottom;
}
#content
{
	margin: 30px;
}