﻿body {
background:#000;
font: .8em "lucida sans", verdana, sans-serif;
color: #FFF;
padding: 0px;
margin-top: 10px;
}


a {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #800000;

}

img .scrolldiv_content{
	padding:5px;
}

.top{
	background-image:url('images/top.jpg');
	width:900px;
	height:9px;
	margin:0 auto;
}


.wrapper{
	background-image:url('images/bg.jpg');
	margin:0 auto;
	width: 900px;
	height: 665px;
}

.wimpy{
width:340px;
padding: 5px;
}



.menu{
	width: 320px;
	float: left;
	color: #000;
	margin-top:350px;
	margin-left:10px;
	padding: 15px;
	font-size: 12px;
	font-weight:bold;
}


.menu2{
	width: 320px;
	float: left;
	color: #000;
	margin-top:380px;
	margin-left:10px;
	padding: 15px;
	font-size: 12px;
	font-weight:bold;
}

.menu2 a {
	color: #000;
	text-decoration: none;
}

.menu2 a:hover {
	text-decoration: none;
	color: #800000;

}


.menu a {
	color: #000;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
	color: #800000;

}



.content{
font: .8em "lucida sans", verdana, sans-serif;
	width:460px;
	margin-top: 40px;
	margin-right:64px;
	float: right;
}




.bottom{
	background-image:url('images/bottom.jpg');
	width:900px;
	height:9px;
	margin:0 auto;
}

.footer{
	width: 900px;
	margin: 0 auto;
	color: #fff;
	padding: 5px;
	text-align:center;
}


.footer a {
	color: #ccc;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: none;
	color: #ccc;

}


.table_red{
	border-bottom:medium #666 double;
	border-left:medium #666 double;
	border-right:medium #666 double;
	border-top:medium #666 double;
}