@charset "utf-8";
/* 
 *	fullWidth.css created 06/04/09 14:51 by Robert Last 
 *	This stylesheet creates the 1024 width default layout
 */
#MAIN_container, #TOPNAV_container { 
	width:800px;
	margin:0 auto;
	text-align:left;
}
#main_leftColumn {
	float:left;
	width:500px;
	margin-right:20px;
	padding-bottom:20px;
}
#centralColumn h2, #main_leftColumn h2 {
	color:#AF03AF;
	font-size:19pt;
}
#main_rightColumn {
	width:200px;
	float:left;
}
.main_rightColumn_entry {
	border:1px solid #9C0298;
	border-left:none;
	border-right:none;
	margin:15px 10px;
	width:190px;
	padding-bottom:10px;
}
.main_rightColumn_entry a {
	color:#FFFFFF;
}
.main_rightColumn_entry h2 {
	border-bottom:1px solid #9C0298;
	padding:5px 0;
	font-size:14pt;
	text-align:center;
}