/**
 * onecol.css
 * Template for a single column page
 * @author Luke Sneeringer
 * @author Copyright 2007, Live Oak Interactive
 */

/* Layout Stuff */
#content {
	padding-left: 10px !important;
}

#footer {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
 
#extra {
	display: none;
}


/* One Column Page Styles */
#content h1.home_title {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #00198C;
}

#content h1.home_title a {
	color: #FF8000;
}

.onecol_row {
	background-image: url('/includes/images/colors/d2d2d2.jpg');
	background-position: 480px 0px;
	background-repeat: repeat-y;
}
