/* -----------------  page styles -------------------------------------------------------*/

body {
	padding:0;
	margin:0;
	font:11px/17px Verdana, sans-serif;
	background:#f4f4f4 url(../images/bodybg.gif) center repeat-y;
	color: #FF0000;
}
#wrapper {
	margin:2px auto;
	width:900px;
	padding:0;
	background:#333333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/* -----------------  general styles  -------------------------------------------------------*/

a { color:#631e19; text-decoration: underline;background:none; }
a:hover { color:#FFCC33; background:none; text-decoration:underline; }
p { margin:0;padding-top:2px;}
h2 { font-weight:bold; font-size:12px; padding:0px 0 4px 0px; margin: 0 0 2px 0; color:#444; background:none; border-bottom: 2px dotted #444; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0;}
h4 {
	font: 30px Arial, Helvetica, sans-serif;
	margin:0;
}
.pic{margin-top:8px;}
/* -----------------  top info  -------------------------------------------------------*/

#header {
	clear:both;
	width:900px;
	height:80px;
	background: #000000 url(../images/headerdarkmedia.gif) no-repeat;
	margin:0;
}
#title {float:left; width:240px; padding: 20px 0 10px 60px;}
#title h3 {font-size:12px; padding:5px 0 0 0; margin:0; color:#444;}
#hright {
	float:right;
	width:600px;
	height: 60px;
	margin:15px 0 0;
}
#hrighttop {width: 200px;margin: 0 2px 0 0; padding: 0 8px 2px 0; float:right; text-align: right;}
#title p {font-size: 0.9em; color: #808080; padding: 0; background: inherit;}
#menu {
	width: 590px;
	float:right;
	margin:2px 0 0;
	padding:0 8px 0 0;
	text-align:right;
}
#menu li { display:inline; }
#menu li a {  color:#444; text-decoration:none; padding:1px 10px 1px 10px;
height:19px; background:none;}
#menu li a:hover { background: none;color:#631e19;} 

/* ----------------- Main content -------------------------------------------------------*/

#homepic {
	position: relative
	width:900px;
	height:250px;
	margin:0px 0;
	background: url(../images/mediapic2.jpg) no-repeat;
}
#homepic a {color:#fff;}

#bottomcontenttop{
	width:900px;
	height:10px;
	background: #000000 url(../images/bgtopgreen.gif) no-repeat;
}
#bottomcontent{
	width:898px;
	height:565px;
	border-right:1px solid #093;
	border-left:1px solid #093;
	background-color: #2D3301;
}
#bottomcontentbtm{
	width:900px;
	height:10px;
	background: #333333 url(../images/bgbottomgreen.gif) no-repeat;
}
.left {
	float: right;
	width: 270px;
	margin: 0 6px 5px 0;
	padding:10px;
	background-color: #2D3301;
}
.middle {float: right;width: 270px;margin: 0 6px 5px 0; padding:10px;}
.right {
	float: right;
	width: 270px;
	margin: 0 6px 5px 0;
	padding:10px;
}
.thumbs img{
	position:relative;
	padding:1px;
	margin:5px 8px 5px 9px;
	border:2px solid #631e19;
}
.thumbs img:hover{border:2px solid #c5c5c5; background:none;}

/* ----------------- Bottom content -------------------------------------------------------*/

#footer {
	clear: both;
	text-align:center;
	line-height: 1.8em;
	color: #444;
	background: #000000 url(../images/footerbggreen.gif);
	padding: 4px 0;
	margin:0px 0 0;
}
#footer a {
	color: #FF0000;
	background: inherit;
}
.caption2 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 22px;
	color: #FFF;
	float: right;
	height: 25px;
	width: 850px;
	position: relative;
	bottom: -80%;
	padding: 15px 35px 15px 15px;
	font-weight: bold;
	text-align: center;
}
