
   
* {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
a {
	color: #999;
	text-decoration: none;
	
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}


table {
    
     color: #666;
	 text-decoration: none;
	 font-size: 11px;
	 }
	 
    
img {
   
    float:left;
    padding-right: 10px;
    padding-bottom: 7px;
    }


    
    
h2  {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 5px;}
    
    
    
.main {
	background: #000; 
	

	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px; 
}


.gfx {
	background: #222 url(img/topbox.jpg) no-repeat;
	height: 260px;
}



.menu a {
	
	
	color: #444;
	float: left;
	font-size: 0.9em;
	padding-top: 5px;
	width: 120px; height: 15px;
}
.menu a span {
	padding-left: 5px;
}
.menu a:hover {
	background-position: left bottom;
	color: #FFF;
}
.menu a#last {
	border-right: none;
	width: 116px;
}


.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
	
}
.content h1 {
	color: #CCC;
	font: bold 1.1em sans-serif,Arial;	
	padding-top: 44px;
	padding-bottom: 20px;
}
.content p {
	margin: 0 0 12px;
	
}
.item {
	background: #030303;
	font: bold 0.9em sans-serif,Arial;	
	line-height: 140%;
	padding: 8px 13px;
	float: left;
	padding-top:30px;
	width: 574px;
	
}



