/******** Body Elements ********/

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

body {
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 120%;
	color: #3B4010;
	background-image: url(img/background.png);
	background-repeat: repeat-x;
	background-color: #6C761C;
	
	
}

/******** Layout Elements ********/

.wrapper {
	width: 750px;
	margin: 0 auto;
}

.innerwrapper {
	margin: 0 210px 0 0;

}

.header {
	height: 170px;
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #000000;
	text-align: center;
	line-height: 50px;
	background-image: url(img/adscene.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.content {
	margin: 0 0 10px 210px;
	padding: 12px;
	border: 1px solid #3B4010;
	background-color: #A4A45A;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 190px;
	padding: 12px 5px 5px 5px;
	border: 1px solid #3B4010;
	background-color: #D1C269;
}

.right {
	margin: 0 0 10px 0;
	float: right;
	width: 190px;
	padding: 5px;
	border: 1px solid #3B4010;
	background-color: #D1C269;
}

.footer {
	height: 50px;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align: center;
}
	

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #aa0000;
	text-transform: uppercase;
	
}

h2 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	color: #3B4010;
	line-height: 20px;
	padding-left: 3px;
	
}	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8D7632;
	font-size: 14px;
	color: #8C7632;
	font-style: italic;
	width: 165px;
	text-align: right;
	margin-bottom: 10px;
	font-weight: lighter;
	}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 14px;
	color: #3B4010;
	font-style: normal;
	width: 0px;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}
h6 {
	font-style: italic;
	font-size: 10px;
	}

.comments {
	text-align:right;
	font-size:10px;
	font-style: italic;
	margin:0;
	font-weight:normal;
	color:#8C7632;
	}


a, a:active, a:visited {
	width: 100px;
	padding: 5px;
	display: block;
	color: #3B4010;
	border-bottom:1px solid #73853C;
	list-style-type: none;
	color: #3B4010;
	text-decoration: none;
	}

a:hover {
	background-color: #A4A45A;
	
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	
}

p {
	margin: 0 5px 12px 0;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	clear: both;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 2px;
	list-style: none;
	height: 25px;
}

ul ul li {
	margin: 0px 0 15px 3px;
	list-style: none;
}

ul ul {
	margin: 0 0 15px 0;
}
/********Navigation ********/
