
body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999999;
	color: #000000;
	width: 100%;
	top: 0px;
	margin-top:0px;
	margin-right: 15px;
	margin-left: 0px;
}

#top-bar {	
	width: 100%;
	height:15px;
	float: left;
	background-color:#345b8d;
	vertical-align: middle;
	text-align: center;
	background-image:url(images/top-bar-bg.gif);
	background-repeat: repeat-x;
} 

#header {	
	width: 100%;
	height: 150px;
	float: left;
	background-color:#FFFFFF;
	vertical-align:middle;
} 

#header_left {
	width: 20%;
	float: left;
	vertical-align: top;
	height: 150px;
}

#header_right {
	width: 80%;
	float: right;
	vertical-align: top;
	height: 150px;
	background-image:url(images/header-bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#main_left {
	width: 20%;
	float: left;
	vertical-align: top;
	height: 500px;
	font-size: 14px;
	background-color:#666666;
	background-image: url(images/side-bg.gif);
	background-repeat: repeat-x;
}

#main_right {
	width: 80%;
	height: 500px;
	float: right;
	vertical-align: top;
	background-color:#F0F0F9;
}

#footer {	
	width: 100%;
	height:25px;
	float: left;
	background-color:#4472AD;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	background-image:url(images/footer-bg.gif);
	background-repeat: repeat-x;
} 

