@charset "utf-8";
/* CSS Document */

body {
	font:11px Verdana, Geneva, sans-serif;
}

#outer {
	width: 789px;
	margin: 0px auto; 
}

#leftBar {
	float:left;
	width:129px;
	
}

#rightBar {
	float:right;
	width:140px;
	padding-top:0px;
}

#mainContent {
	margin:0px 142px 0px 134px;
	width:498px;
	padding:10px 0px 10px 0px;
	
}

#header {
	background: #8c8cbc;	
}

#footer {
	clear:both;
}
