﻿body{
	background-color: #7fbad1;
	margin-left: 0px;
	margin-bottom: 0px;
}

#mainwrapper{
	width: 900px;
}

#mainwrapper_header{
	width: 100%;
	height: 116px;
	background-image:url('../images/header.png');
}

#mainwrapper_nav{
	width: 100%;
	height: 47px;
	overflow:hidden;
	background-image:url('../images/navbarbg.png');
	background-repeat:repeat-x;
	list-style:none;
	line-height: 36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
}

#mainwrapper_nav ul{
	margin-top:0px;
}

#mainwrapper_nav li{
	float: left;
	display: block;
	width: 130px;
	text-align:center;
}

#mainwrapper_nav a{
	display:block;
	color: white;
	text-decoration:none;
	border-top:   3px #f7941d solid;	
	
}

#mainwrapper_nav a:hover{
	background-color: #ffdbb4 ;
	border-top:   3px #f7941d solid;
	color: #f7941d; 		
}

#mainwrapper_nav .selected{
	background-color: #fbc98e;
	border-top:   3px #f7941d solid;	
}

#mainwrapper_body{
	width: 100%;
	height: 600px;
	background-color:#fff;
}

#mainwrapper_body_sidebar{
	margin-top:10px;
	width: 175px;
	height: 575px;
	float:left;
	padding: 5px;
	border-right: 1px #acacac solid;	
}

#mainwrapper_body_sidebar h1{
	font-family: Georgia;
	font-size: small;
	color: black;
	margin-bottom: 5px;
	margin-left: 2px;
}

#mainwrapper_body_sidebar .box{
	margin-top: 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#mainwrapper_body_sidebar .box a{
	color: #0076a3;
	text-decoration:none;
}

#mainwrapper_body_sidebar .box a:hover{
	border-bottom:1px #0076a3 dashed; 	
}

#mainwrapper_body_content{
	margin-top: 10px;
	width: 710px;
	float: right;
}

#mainwrapper_body_content .column{
	width: 225px;
	overflow:hidden;
	float: left;
	text-align:left;
	padding: 5px;
}

#mainwrapper_body_content .columnx2{
	width: 450px;
	overflow:hidden;
	float: left;
	text-align:left;
	padding: 5px;
}

#mainwrapper_body_content .columnx2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0076a3;
	text-decoration:none;
	padding: 0px;
}


#mainwrapper_body_content h1{
	font-family: Georgia;
	font-size: large;
	color: black;
	margin-bottom: 5px;
	margin-left: 2px;
	font-weight:normal;
}

#mainwrapper_body_content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

#mainwrapper_footer{
	border-top: 1px #acacac solid;
	width: 100%;
	height: 130px;
	background-color:#ebebeb;
}

#mainwrapper_footer p{
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size:x-small;
	padding-left: 10px;
}

#mainwrapper_footer h1{
	font-family: Georgia;
	font-size: small;
	color: black;
	margin-bottom: 5px;
	margin-left: 5px;
}

#footer_bloglist{
	border-right: 1px #acacac solid;
	margin-top:10px;
	width: 175px;
	height: 100px;
	float:left;
	padding: 5px;
	z-index: 1;
}

#footer_bloglist ul{
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 2px;
	margin-top: 0px;
	list-style:none;
	display:block;
	font-size:x-small;
	padding-left: 10px;
	line-height: 15px;
	clear: both;
}

#footer_bloglist a:link, a:visited{
	color: #0076a3;
	text-decoration:none;
}

#footer_bloglist a:hover{
	border-bottom:1px #0076a3 dashed; 
}

#footer_copyright{
	margin-top:10px;
	width: 320px;
	height: 100px;
	float:left;
	padding: 5px;
}


