html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(images/pic_bg.gif);
	background-color: #7cafd7;
	background-repeat: no-repeat;
	background-position: left top;
	color: #2b628e;	
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-200px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:400px; width:80%; max-width:1000px; min-width:1000px;
	margin:0 auto;
	background:#7cafd7;
	
}
 
#bottom {
	position:absolute;
	bottom:-21px;
	right:474px;
}
 
#nav {
	position:absolute;
	left:232px;
	top:0;
	bottom:361px;
	right:0%;
	padding:0px;
	margin-top:22px;
	vertical-align:bottom;
}
 
#content {
	position:absolute; left:0%; right:0; top:15%; bottom:0;
	overflow:auto; height:296px;
	vertical-align:bottom;
	border:8px solid #2b628e;
	background-color:#2b628e;
	height:300px; width:100%; max-width:1000px; min-width:1000px;
}

#nav ul {
	list-style: none;
	padding:0;
	margin:0px 0 0 0;
	text-indent:0;
	vertical-align:bottom;
}
 
#nav li {
	display: block;
	float: left;
	clear: none;
	vertical-align:bottom;
}
 
#nav li a {
	display: block;
	background-color:#999999;
	padding:7px;
	margin:0;
	text-decoration:none;
	color:#fff;
	border-right:1px solid #d6d6d6;
	text-align:left;
	width:163px;
	height:25px;
	background-image: url(images/nav_00.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:bottom;
}
 

 
#nav li a:hover, #nav li a:focus {
	border-right-color:#d6d6d6;
	vertical-align:bottom;
	background-color: #666666;
	background-image: url(images/nav_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#f93;
}
  
#nav li a:active {
	padding:8px 7px 6px 7px;
}
#centered {
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}
 
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal; color:#666;
}
 
h1 {
	color:#f93; border-bottom:1px solid #ddd;
	letter-spacing:-0.05em; font-weight:bold;
	margin-top:0; padding-top:0;
}
 
 
#bottom {	
	font-size:9px;
	color:#fff;
	margin-top:20px;
	text-align: center;
	position:absolute;
	top:380px;
	left:380px;
	width:300px;
	
}
#bottom2 {
	padding:10px;
	font-size:9px;
	color:#fff;
	margin-top:20px;
	text-align: center;
	clear: both;
	position:absolute;
	top:450px;
	left:45%;
}
 
p, h2, h3 {
	line-height:1.6em;
}
 
a {
	color:#f03;
}
#leftcontent {
	position:absolute;
	left:0%;
	right:0;
	top:0%;
	bottom:0;
	overflow:auto;
	background-color:#f1f6fa;
	width: 252px;
	height:265px;
	padding: 15px;
}
#rightcontent {
	position:absolute; left:22.5%; right:0; top:0%; bottom:0;
	overflow:auto;
	background-color:#f1f6fa;
	height:295px;
	padding-left: 15px;
	padding-right: 15px;
}

