﻿/* CSS layout */
body	{
	min-width: 760px;
	max-width: 1200px;
	font-family:Verdana, Georgia, Arial, sans-serif;
	}

ul#mainnav	{
	margin:0;
	padding:0;
	list-style:none;
}

#mainnav li	{
	float:left;
	width: 13em;

}

#mainnav a	{
	color:#000;
	font-size:.9em;
	text-transform:uppercase;
	text-decoration:none;
	border:none;
	border-bottom:none;
	padding: 7px 5px 7px 30px;
	display:block;
	background-color: #e7e7e7;
}

#mainnav a:hover	{
	font-weight:bold;
	color:red;
	background-color:white;
}



#masthead {
background-color:#ff2828;
	color:white;
	height: 175px;
	width: 100%;
	margin-bottom:5px;
	padding-bottom:5px;

}

#masthead h1	{
	font-size:2.5em;
	font-family: Gungsuh, "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
	
}

#masthead h2	{
	font-size:x-large;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	margin-left: 125px;
	margin-top:0;
}



#top_nav {
margin-bottom:3px;
padding-bottom:3px;
}


#container {
	width: 100%;
	margin-top:10px;
	padding-top:10px;
	border-top:none;
	font-family:Georgia, Arial, Century, sans-serif;
	font-size:large;
}

#left_col {
	float:left;
	width: 200px;
	height:1200px;
	left: 0px;
	top: 0px;

}

#left_navbar	{
	margin-top:5px;
	padding-top:5px;
}

ul#left_nav	{
	margin:0;
	padding:0;
	list-style:none;
	width:198px;
	border-bottom: 1px solid #999;
}

#left_nav a	{
	color:#000;
	font-size:1.1em;
	text-decoration:none;
	border: 1px solid #999;
	border-bottom:none;
	padding: 7px 5px 7px 30px;
	display:block;
	background-color:#e7e7e7;
	background-image:url('../images/circular_arrow_bullet.png');
	background-repeat:no-repeat;
	background-position:left center;
}

#left_nav a:hover	{
	font-weight:bold;
	color:red;
	background-color:white;
}


#right_col {
	float:right;
	width: 185px;
	height:1200px;
	margin-top:10px;
	padding-top:5px;
	text-align:center;
}

#ad	{
	text-align:center;
	margin-top:5px;
	padding-top:5px;
}


#adsense	{
	text-align:center;
}
#page_content {
	margin-right: 210px;
	margin-left: 210px;
	font-family:Verdana, Georgia, Arial, sans-serif;
	font-size:large;
	
}


#footer {
text-align:center;
border: 1px solid #000;
clear:both;
}
