body {
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background: url(images/background/bghorizontal.jpg) repeat-y #9F0C07 center;
}

.center{
	margin-left: auto;
	margin-right: auto;

}
.wrapper{
   font-family: Verdana;
   margin: 0px auto;
   width: 800px;
   background-color: #ffffff;
}
.headertop{
   float: left;
   width: 100%;
   height: 10px;
   background-color: #121212;
}
.header{
	float: left;
	width: 100%;
	background-color: #121212;
}
.header2{
	float: left;
	width: 100%;
	background-color: #121212;
}
.header3{
	float: left;
	width: 100%;
	background-color: #121212;
	height: 10px
}

.header4{

	float: left;
	width: 100%;
	background-color: #cccccc;
	line-height: 30px;
	font-size:12px;
	text-transform: uppercase; 
	color:#121212; 
	font-weight:bold;
	text-align:center;
}


.content0{
	float: left;
	text-align: center;
	font-size: 12px;
	width: 100%;
	background-color: #cccccc;
	line-height: 20px;
 
}
.footer{
   float: left;
   width: 100%;
   background-color: #cfcfcf
}



#sign { 
	background:url(images/sign.png) no-repeat bottom center;
	width:800px;
	height:75px;
	font-size:12px; 
	color:#999999; 
	font-weight:bold;
	text-align:right;
	padding-top:10px;
	line-height:18px;
}
.menu {
	float: left;
	width: 800px;
    height: 30px;
	background: url(images/menubg.gif) repeat-x;
	
}

.menu ul {
	margin: 0;
	margin-left: 0px;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
	width: 90px;
	height:20px;
	padding: 10px 0 0px 0;
	text-align: center;
	text-transform:uppercase; 
	text-decoration: none;
	color: #121212;
	font-weight: bold;
	font-family: Arial;
	font-size:12px; 

}

.menu a:hover {
	background: url(images/menubg2.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;

}

.name{
	font-weight: bold;
}





