
body {
	color:#999;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background: #56433d;
}
	   
ul
{
font: 101% Arial, Helvetica, sans-serif;
}

.li
{
font: 101% Arial, Helvetica, sans-serif;
}	   
	   
#wrapper {
	text-align: left;
	width: 878px;
	margin: 0 auto;
	padding-top:8px;
	background: #fefefe;

}
#bgwrapper
{
width:900px;
margin:0 auto;

padding: 5px 5px 5px 5px;

}
#header{
	height: 200px;
	background: #313131 url(images/header.jpg) no-repeat;
	text-align: center;
	width:878px;
	margin:0 auto;
}

#left {
float:left; 
width: 170px;
margin-top:18px;
margin-left:10px;
text-align:center;
}

#right {
	float:right;
	width: 660px;
	margin-top:18px;
	color: #333333;
	text-align:left;
padding: 10px;
}
#hatter{
	clear:both;
}
#footer{
	clear:both;
	color:#ffffff;
	width:868px;
padding: 5px 5px 5px 5px;
	margin:0 auto;
	background:#000000;
	text-align: center;
}
#footer a {
margin-top: 10px;
font-size: 12px;
padding:5px;
text-decoration:none;
color:#FFFFFF;
}
#footer a:hover {
margin-top: 10px;
font-size: 12px;
text-decoration:none;
color:#000000;
background:#ffffff;
}
p {
font-size: 80%; 
color: #666666;
}
	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;
}

#right p {
font-size: 80%; 
color: #666;
line-height:1.2em;
}

#right ul {
font: 101% Arial, Helvetica, sans-serif;
}
#right ul.li {
font: 101% Arial, Helvetica, sans-serif;
}
h1 {
color: #333333;
font-size: 110%; 
border-bottom: 2px solid #313131;
}
h2 {font-size: 105%; color: #CC6666;
margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #313131;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #00006e;
	padding: 4px;
width: 250px;
}
.advertisement {
padding: 5px;
margin-left: 7px;
float: right;
}

.ads {
padding: 5px;
margin-left: 7px;
float:right;
}
	
.style1 {color: #FFFFFF}
.style2 {font-size: 80%}
.style3 {font-size: 80%; color: #666; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
font: 12px arial;
padding: 6px 0;
margin: 0 auto;
width: 878px;
background: white;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 5px 0.3em;
text-decoration: none;
color:white;
background: url(images/nav_front.gif) repeat-x;
}

.bevelmenu li a:hover{
color: white;
background: url(images/nav_back.gif) repeat-x;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

