/** Page Layout **/

body {
	background-image:url(images/background.gif);
	background-repeat:repeat;
	margin-top:0px;
	}

.container {
	background-color:#000000;
	width:800px;
	margin-top:0px;
	border:0px;
	border:0px;
	}
	
.masthead {
	margin-top:0px;
	border:none;
	width:100%;
	height:80px;
	}

.nav_bar {
	line-height:20px;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
	}
	
.content {
	background:#ffb506;
	min-height:600px;
	margin-top:0px;
	border:0px;
	padding:3px;
	vertical-align:top;
	}
	
.content_cell {
	padding-right:15px;
	}
	
.ads	{
	width:22%;
	background-color:#d2e5f3;
	margin-top:0px;
	vertical-align:top;
	}
	
.ads_pages	{
	width:15.5%;
	background-color:#d2e5f3;
	margin-top:0px;
	vertical-align:top;
	}



/** Div Format **/

.footer {
	width:200x;
	vertical-align:bottom;
	border-top-style:none;
	border-top-width:100%;
	margin-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

/** Image Format **/

.image	{
	border:thin;
	border-style:solid;
	color:#ffb506;
	}
	
.imageBLK	{
	border:thin;
	border-style:solid;
	color:#000000;
	}

.image_rtpad	{
	border:none;
	margin-bottom: 5px;
	padding-left:3px;
	padding-right:3px;
	}

.image_lftpad	{
	border:none;
	margin-left:5px;
	margin-bottom: 5px;
	float: right;
	}
	
.image_toppad {
	border:thin;
	border-style:solid;
	color:#000000;
	margin-left:5px;
	margin-top: 5px;
}


/** Links, Lists, Lines **/


	
hr	{
	color:#CCCCCC;
	page-break-before:avoid;
	page-break-after: avoid;	
}

ul 	{
	list-style:disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ol {
	list-style:disc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

.list_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00000;
	font-size:12px;
	text-transform:lowercase;
	}
	
.nav_list {
	list-style:none;
	line-height:14px;
	}


/** Text Format  **/

p	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	}
	
.headers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	text-transform:lowercase;
	font-stretch:extra-condensed;
	line-height:22px;
	page-break-before:avoid;
	page-break-after:avoid;
}

.nav_bar_header {
	font-weight: bold;
	font-size: 12px;
	vertical-align:middle;
	text-transform:lowercase;
	color: #FFFFFF;
	}
	
.section_header {
	font-weight: bold;
	background-color:#000000;
	font-size: 16px;
	color: #ffb506;
	}

