@charset "utf-8";
/* CSS Document */

body
{
background-color:#000000;
}

h1
{
color:white;
margin-left: 10px;
margin-top: 5px;
font-size:24px;
font-family:"Times New Roman", Times, serif;
}

h5, hr
{
clear:both;
margin-top:5px;
}

p
{
	margin-left:20px;
	margin-right:10px;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#wrapper
{
background:url(../images/wrapper.jpg);
background-repeat:no-repeat;
background-color:black;
width: 902px;
height: 700px;
margin: 0px auto;
padding-top: 106px;

}

#recent
{
background: none;
width:619px;
height:161px;
float:left;

}

#twitter
{
background: none;
width:283px;
height:161px;
float:right;
color: white;
}

#main
{
background: none;
width:619px;
height:201px;
float:left;
color: white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

#main a
{
	color:#330000;
	
}
#main2
{
background: none;
width:619px;
height:451px;
float:left;
color: white;

}

#about
{
background: none;
width:283px;
height:201px;
float:right;
color: #3c2e18;

}

#about2
{
background: none;
width:283px;
height:451px;
float:right;
color: #3c2e18;

}

.headline
{
margin: 5px;
}

.floatLeft
{float:left;}

#flash
{
background:url(../images/tv.jpg);
background-repeat:no-repeat;
width:617px;
height:283px;
float:left;
}

#form
{
background:#none;
color:white;
padding:20px;
width:580px;
height:283px;
float:left;
}



#recent ul
{
list-style: none;

}

#recent li
{
float: left;
margin-left: 25px;

}

.recent
{
	
	padding-left: 20px;
}


#nav ul
{
	margin: 0; padding: 0;
	float: left;
	width: 619px;
	height: 53px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 15px;
	background-color:#6a4d28;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	font-family:"Times New Roman", Times, serif
	
}

#nav li 
{
	float: left;
	margin-left: 5px; padding: 8px;
	border-right: 2px solid #FFF; /*--Divider for each parent level links--*/
	color: white;
	width:80px;
}

#footer
{
	background-color:#000000;
	width: 903px;
	height: 85px;
	margin: 0px auto;
	margin-top: 15px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 20px;

}

#footer a
{
	color:white;
	text-decoration:none;
}

#footer a:hover
{
	color:white;
	text-decoration:underline;
}



#footer ul
{
	float:left;
	list-style:none;
	margin-left: 20px;
	border-left-style:solid;
	border-left-color:white;
	border-left-width:thin;
}

#social
{
float:right;

}

#social ul
{
	float:left;
	list-style:none;
	margin-top:15px;
	margin-right:15px;
	border-left-style:none;
	border-left-color:none;
	border-left-width:none;

}	

#social img
{
	margin: 2px;
}
	

