body,h1,h2,h3,h4,h5,p,dl,dt,dd,cite,address,form,fieldset,hr,blockquote,img,div,p
	{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}

li,ul,ol {
	
}

#header {
	width: 800px;
	margin: 0 auto;
	height: 83px;
	text-align: left;
	background-position: center;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	line-height: 11px;
}

#header a {
	color: #420E0C;
}

#bottomHeader {
	width: 100%;
	height: 34px;
	background: #f7ebda;
}

#menuHeader {
	width: 800px;
	height: 34px;
	background: #420E0C;
	margin: 0 auto;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#registered {
	width: 790px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	margin: 0 auto;
	background: #ffffff;
	margin-top: 3px;
	font-size: 13px;
	color: # #0F1048;
	text-align: right;
}

#container {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

#headerInfo {
	background-color: #E3E3E3;
	height: 22px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 13px;
	margin-bottom: 3px;
	width: 468px;
}

#left {
	width: 158px;
	float: left;
	margin-top: 3px;
}

#right {
	width: 158px;
	float: left;
	margin-top: 3px;
}

#content {
	width: 478px;
	float: left;
	padding: 3px;
	overflow: hidden;
}

#footer {
	width: 800px;
	height: 62px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #C5C5C5;
}