body{
	background:#161616;
	font-size:13px;
	font-family:tahoma,arial;
	color:#ffffff;
}

a{color:#ffffff;text-decoration:underline;font-size:13px}
a:hover{color:#F49004;text-decoration:underline;}
a.active{color:#F49004;}

.main{
	width:860px;
	margin:0 auto;
}

.header{
	background:#303030;
 	background: url(../images/header.jpg);
 	height:120px;
}
.header h3{
	font-size:100%;
}
.footer{
	background:#303030;
	height:50px;
	text-align:center;
}
.topmenu{
 	text-align:right;
	padding-bottom:3px;
	background:#F49004;
	padding-right:10px;
	background: url(../images/menu1.jpg);
	height:30px;
	font-weight:bold;
}
.topmenu a{
	font-size:14px;
	text-decoration:none;
} 
.topmenu a:hover{
	color:#000000;
} 
.left{
	background:#000000;
	width:200px;
	vertical-align:top;
	padding-left:10px;
	font-size:13px;
}
.left h2{
	margin:0;
	font-size:100%; 
}
.left div{
	padding:1px;
}
.left div a{
	text-decoration:none;
}

.content{
	width:660px;
	vertical-align:top;
	padding-left:5px;
}
.content h3{
	font-size:90%;
	color:#F49004;
	padding:3px;
	background:#000000;
	margin:0;
}
.content table{
	width:100%;
	border:1px solid #000000;
}
.content table td{
	width:20%;
	text-align:center;
	vertical-align:top;
	font-size:13px;
}
.content table td img{
	padding:5px;
	border:1px solid #303030;
}
.content table td img:hover{
	border:1px solid #FEBB60;
}
.content table td a{
	text-decoration:none;
	color:#F0F0F0;
	font-weight:bold;
}
