body,table,td {

	margin:0px;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#fff;
	background:#000 url('../i/body_back.png');
	background-repeat:repeat-y;
}
td{
	background-image:none;
	
}
a{
  color:#930;	
}
#header{
	background:url('../i/header_back.png');
	background-position:0px 0px;

	background-repeat:repeat-x;
}
#home_header{
	display:block;
	margin-left:80px;
	
}
#navigation{
	width:185px;
	float:left;
}
#navigation a{
	display:block;
	color:#930;
	text-decoration:none;
	line-height:28px;
}
#navigation a.active{
	color:#fff;
}
#inner{
	float:left;
	width:524px;
	border-left:1px solid #333;
	padding-left:10px;
}
#navigation a:hover{
	color:#c63;
}
#wrapper{
	width:1025px;
	
}
#content{
	min-height:400px;
	margin-left:90px;
}
.clear{
	clear:both;
}
#footer{
	color:#666;
	text-align:center;
	font-size:9px;
	margin-top:15px;
	clear:both;
}
#footer a{
	color:#ccc;
	text-decoration:underline;
}
#footer a:hover{
	color:#ccc;
	text-decoration:none;
}
