body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#container {
	margin: 120px auto;
	width: 1600px;
	height: 610px;
	background-color: #d0dcdf;
	}
	
#container2 {
	margin: 120px auto;
	width: 1600px;
	height: 680px;
	background-color: #d0dcdf;
	}
	
#logo {
	margin: 0;
	width: 250px;
	height: 100px;
	float: left;
	background-color: #d0dcdf;
	}
	
#header {
	height: 69px;
	background-color: #d0dcdf;
		}
		
#mainnav 	{
	margin-top: 0px;
	height: 28px;
	width: 1350px;
	background-color: #e8edef;
	position: absolute;
	top: 189px;
	left: 250px;
	}
		
#mainnav ul	{
	text-decoration: none;
	margin-left: -13px;
	margin-top: -5px;
	padding: 14px;
	text-align: left;
	font-weight: bold;
	}

#mainnav li {
	letter-spacing: 0.05em;
	list-style: none;
	color: #000033;
	display: inline;
	font-size: 11px;
	}

#mainnav a
{	padding: 2em;
	text-decoration: none;
	color: #000033;
	}

#mainnav a:hover, #mainnav span {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 2em;
	padding-right: 2em;
	}	

#subnav {
	position: absolute;
	top:260px;
	left:20px;
	width:200px;
	height:400px;
	float: left;
	clear: left;
	}
				
#subnav ul {
	letter-spacing: 0.05em;
	text-decoration: none;
	line-height: 24px;
	padding-left: 0px;
	font-weight: bold;
	}
	
	
#subnav li {
	list-style: none;
	color: #000033;
	font-size: 11px;
	}
		
#subnav li a	{
	text-decoration: none;
	color: #000033;
	}
		
#subnav li a:hover, #subnav span	{
	text-decoration: none;
	color: #ffffff;
	}
				
#content	{
	position: absolute;
	top:260px;
	left:250px;
	width:600px;
	height:260px;
	float: right;
	clear: right;
	line-height: 20px;
	color: #000000;
	letter-spacing: 0.05em;
	}
		
#content h1	{
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #93a6ab;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	}
		
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

#thumbtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #CC0000;
	text-decoration: none;
	line-height: 12px;
}

#thumbtext a {
	color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#thumbtext a:hover {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#hr { color : #93a6ab; 
		background-color : #93a6ab; 	
		height:1px; 
		border : 0px; 
		width:150px;}
