body{
	background:#252525;
	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;font-weight:bold;}

.main{
	background:#161616;
	width:900px;
	margin:0 auto;
}

.header{
	background:#303030;
	background: url(header-black.jpg) no-repeat;
	width:900px;
	height:120px;
}

.footer{
	background:#303030;
	height:50px;
}
.footer p{
	margin:0;
}
.topmenu{
 	text-align:right;
	padding-bottom:3px;
	background:#101010;
	background: url(menu-black.jpg) repeat-x;
	padding-right:10px;
 	height:30px;
	font-weight:bold;
}
.topmenu a{
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
} 
.topmenu a:hover{
	color:#ffffff;
	text-decoration:underline;
} 
.left{
	background:#000000;
	width:200px;
	vertical-align:top;
	padding-left:10px;
	font-size:13px;
}
.left h2{
	margin:0;
	color:#F49004;
 	background:#101010;
	font-size:100%; 
	line-height:22px;
	padding-left:3px;
}
.left div{
	padding:1px;
}
.left div a{
	font-weight:bold;
	text-decoration:none;
}
.left div a:hover{
	text-decoration:underline;
}
.content{
	width:700px;
	vertical-align:top;
	padding-left:5px;
}
.content h3{
 	font-size:90%;
	color:#F49004;
	padding:3px;
	background:#000000;
	margin:0;
	line-height:22px;
	padding-left:3px;
}
.content table{
	width:100%;
	border:1px solid #232323;
}
.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;
}
.content table td a:hover{
	text-decoration:underline;
	color:#F49004;
	font-weight:bold;
}