@charset "UTF-8";
/* CSS Document */

* {
   	padding:0;
   	margin:0;
}
body  {
	font: 82% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background: url(images/background_black.jpg);
	background-repeat: repeat;
	text-align: center;
	color: #000000;
}
#wrapper {
	width: 960px;
	background: #000000;
	margin: 0 auto;
	text-align: left;
}
a:link, a:visited{
	color: #CCCCCC;
}
/*!!!!!!!!!!!!!!!!!!!!! Start Nav Bar !!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#topnav {
	background: url(images/background_black.jpg);
	border-bottom: 4px #fafafa solid;
}
#topnav ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 6px 0;
	list-style-type: none;
	text-align: right;
	font-size: 20px;
	/*font-weight: bold;*/
	font-variant: small-caps;
}
#topnav ul li {
	display: inline;
	list-stle-type: block;
	padding: 0 5px 0 120px;
}
#topnav ul li a:link, #topnav ul li a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#topnav ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #CE3202;
}
#topnav ul li a:active {
	text-decoration: none;
	color: #FF6600;
	background: #000000;
}
/*!!!!!!!!!!!!!!!!!!!!! End Nav Bar !!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#header{
}
#content{
	width: 960px; 
	background: #333333;
}
.project_box{
	margin: 0 auto;
	width: 900px;
	height: 200px;
	position: relative;
	background: #FFFFFF url(images/background_white.jpg) repeat-x;
}
.project_box p{ 
	width: 480px; 
	margin: 30px 10px 10px 30px;
	float: left;
}
#storm, #oldtime, #hangover, #atkinson, #mainely, #asher, #tecate, #teen, #murr {
	width: 300px;
	height: 150px;
	margin: 20px 20px 20px 0;
	float: right;
	border: 2px solid #999999;
}
#oldtime{
	background: url(images/oldtime_both.jpg) 0 top;
}
#oldtime:hover{
	background-position: 0 bottom;
}
#murr{
	background: url(images/murr_both.jpg) 0 top;
}
#murr:hover{
	background-position: 0 bottom;
}
#teen{
	background: url(images/teen.jpg) 0 top;
}
#teen:hover{
	background-position: 0 bottom;
}
#tecate{
	background: url(images/tecate_both.gif) 0 top;
}
#tecate:hover{
	background-position: 0 bottom;
}
#storm{
	background: url(images/storm.jpg) 0 top;
}
#storm:hover{
	background-position: 0 bottom;
}
#atkinson{
	background: url(images/jay.jpg) 0 top;
}
#atkinson:hover{
	background-position: 0 bottom;
}
#mainely{
	background: url(images/mainely.jpg) 0 top;
}
#mainely:hover{
	background-position: 0 bottom;
}
#asher{
	background: url(images/asher.gif) 0 top;
}
#asher:hover{
	background-position: 0 bottom;
}
#hangover{
	background: url(images/hangover_both.jpg) 0 top;
}
#hangover:hover{
	background-position: 0 bottom;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	background: #333333;
}
#footer p {
	font-size: 90%;
	padding: 10px;
	padding: 10px;
	color: #FFFFFF;
}
