/* CSS Document */

#container {
	width:760px;
	background:#fff url(../images/bkgd-sidebar.gif) repeat-y;	
	/*margin:0 auto;*/
}

#header {
	width:760px;
	background:#003980;
}

#sidebar {
	clear:left;
	float:left;
	width:200px;
	height:600px;
	background:#003980;
}
#mainbody {
	clear:right;	
	width:550px;
	height:100%;
	margin:0 0 0 200px;	
	padiing:1em 0;	
	background:#fff;
}
#bodytext {
	padding:8px 1em;
}

#footer {
	clear:left;
	width:760px;
	background:#003980;
}
#footer p {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#fff;
	font-weight:bold;	
	padding:1em;	
	text-align:right;
}
