body {
	font-size: 12px;
	}
	
#center {
	width:740px;
}

#side_menu {
	position:relative;
	float:left;
	left:0px;
	width:225px;
	padding: 0;
	padding-bottom:4px;
	background: url('/images/menu/footer.gif') bottom repeat-x;
}

#main_image {
	position:relative;
	float:left;
	left:0px;
	width:515px;
	padding-left: 0px;
	padding-right: 0px;
	background: url('/images/menu/footer.gif') bottom repeat-x;
	padding-bottom:4px;
}

#home_left{
	width:205px;
	float:left;
	padding-left:10px;
	padding-right: 10px;
	margin-left: -5px;
	margin-top: -5px;
	background: url(/images/homepage/left_col.gif) bottom left no-repeat;
}
/* ReDECLARE FOR NON IE6 BROWSERS Margins above are doubled due to IE6 float bug */
#main>#home_left{
	margin-left: -10px;
	margin-top: -9px;
}

#home_right{
	width:450px;
	float:left;
	margin-left:15px;
	padding-left:12px;
}

#main {
	position:relative;
	float:left;
	left:0px;
	width:720px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px; 
}

.page_title {
	margin: 0px -10px 8px -10px;
	padding: 0  10px 6px 10px;
}