@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#472626;
	background-image:url(images/main/back_gradient.jpg);
	background-repeat: repeat-x;
	background-position:top;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link {
	text-decoration: none;
	color:#999999;
}
a:visited {
	text-decoration: none;
	color:#999999;	
}
a:hover {
	text-decoration: underline;
	color:#999999;	
}
a:active {
	text-decoration: none;
	color:#999999;	
}

h1 {

	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	color:#EEEEEE;

}
#container {
	width:800px;
	border-style:solid;
	border-width:1px;
	border-color:#282828;
	background-color:#000000;
}

#bodycell {
	background-image:url(images/main/body_back_gradient.gif);
	background-repeat:repeat-x;
	background-position:top;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#bbbbbb;
	padding:15px;
}

#footer {
    clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:15px;
	pading-top:10px;
	}
	
#footer .links {
	color:#CCCCCC;
}

#footer .copy{
	color:#919191;
	}
	
.smTXT {
    clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:11px;
	}
	
#special
{
background-color:#666666;
border-color:#CCCCCC;
border-style:dashed;
border-width:1px;
padding:15px;
margin:15px 0 15px 0;
}