@charset "utf-8";
/* Main CSS document for asbcweb.org */

/* {margin:0 0 0 0; padding:0 0 0 0;}*/

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/page_background.jpg);
	margin-top: 0;
	padding-top: 0;
}

div.container {
	width: 800px;
	clear: right;
	margin: 0 auto;
}

div.header {
	width: 800px;
	background-color: #881111;
}

div.footer {
	clear:both; 
	width:650px;
	height: 15px;
	color: white;
	font-size:10px;
}

div.column1 {
	background-color: #881111;
	width: 150px;
	float: left;
}

div.nav_spacer {
	height: 25px;
}

div.nav_item {
	color: white;
	padding-left: 20px;
	text-align: left;
}

div.nav_item:hover {
	background-image:url(../images/button.jpg);
}

div.nav_bottom {
	background-image: url(../images/page_background.jpg);
	text-align: left;
}

a.nav_link {
	color: white;
	font-size: 14px;
	text-decoration: none;
}

a.nav_link:hover {
	color: yellow;
}

div.column2 {
	width: 650px;
	background-color: #881111;
	float: right;
}

div.title_bar {
	height: 25px;
	color: #ffe4e1;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.content_container {
	margin: 0px 10px 0px 10px;
}

div.content {
	padding: 10px 10px 10px 10px;
	background-color: white;
	min-height: 300px;
	text-align: left;
	font-size: 12px;
	margin: default;
}

a.fdp_advert {
	color: white;
	text-decoration: none;
}

a.fdp_advert:hover {
	color: yellow;
	font-weight: bold;
	text-decoration: underline;
}
