body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-size:13px;
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#595959;
	margin:0;
}
#wrapper {
	width:850px;
	background-color:#FFFFFF;
	height:750px;
	margin:auto;
	line-height:20px;
	margin-bottom:5px;
	border:1px solid #81E7EF;
	font-size:13px;
}
#wrapper_content {
	width:840px;
	margin:5px;
	height:700px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
#header {
	width:100%;
	height:120px;
	background-image:url(../images/header.jpg);
	background-color:#FFFFFF;
}
#navigation {
	height:30px;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}

#leftside{
	margin-top:10px;
	width:240px;
	height:480px;
	float:left;
	margin-bottom:10px;
	}

#rightside{
	margin-top:10px;
	width:585px;
	margin-left:5px;
	height:480px;
	float:left;
	margin-bottom:10px;
	padding-left: 5px;
	padding-right: 5px;
	}

#content_top{
	height:470px;
	margin-bottom:10px;
	}

#content_dwn{
clear:both;
    height:190px;
	width:100%;
	}


#footer{
	clear:both;
	height:30px;
	color:#CCCCCC;
	font-size:11px;
	margin:5px;
	background-color:#354553;
	background-position: bottom;
	text-align: center;
	 }
#footer a:link {
    color:#cccccc;
	text-decoration:none;
	}
#footer a:active {
    color:#cccccc;
	text-decoration:none;
	}	
#footer a:visited {
    color:#cccccc;
	text-decoration:none;
	}		
#footer a:hover {
	color: #819EC7;
	text-decoration:none;
}	
hr{
	padding:0px;
	margin:0px;
	color:#F0F0F0;

