
body {
	color:#999;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background:#313131;
}
	   
#wrapper {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	border:solid 1px #313131;
	background: #FFF;

}
#header{
	height: 200px;
	background: #000000 url(images/header.jpg) no-repeat;
	text-align: center;
	width:850px;
	margin:0 auto;
}
.content
{
background:#ffffff url(images/content.jpg) no-repeat;
}
#left {
float:left; 
width: 190px;
padding: 10px;
margin-top:18px;
text-align:center;
}

#right {
	float:right;
	width: 600px;
	margin-top:18px;
border-left: 1px dotted #b20000;
	color: #333333;
padding: 10px;
}

#footer{
	clear:both;
	height:80px;

	color:#ffffff;

	text-align: center;
	border-top: 1px solid #CC6666;
	background-color: #000000;
}
#footer a {
margin-top: 10px;
font-size: 12px;
text-decoration:none;
color:#FFFFFF;
}
#footer a:hover {
margin-top: 10px;
font-size: 12px;
text-decoration:underline;
color:#FFFFFF;
}
p {
font-size: 90%; 
color: #666666;
}
	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;
}

#right p {
font-size: 100%; 
color: #666;
line-height:1.2em;
}
h1 {
color: #333333;
font-size: 110%; 
border-bottom: 2px solid #AD3838;
}
h2 {font-size: 105%; color: #CC6666;
margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #B83D3D;
}

#menu { background:#313131; width:850px; margin:0 auto; height:50px;}
#menu ul { margin:0 auto;margin-left:50px; padding:0; }
#menu ul li{ display:inline-block; float:left; width:150px; list-style:none; text-align:center; height:50px; background:#c11717; border-right:solid 1px #ffffff;}
#menu a { display:block; float:left; width:150px; color:#FFFFFF; font-size:10px; text-transform:uppercase; font-weight:bold; text-decoration:none; padding-top:8px;}
#menu a:hover{ background: #336699; padding-top:8px; height:42px; color:#ffffff}
.menucurrent{ background: #313131; height:24px; color:#ffffff}
#menuline{height:4px; width:850px; background:#353131; margin:0 auto;}
.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

	
.style1 {color: #FFFFFF}
.style2 {font-size: 80%}
