@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/background-light.jpg);
	background-repeat: repeat-x;
	background-color:#b41a20;
}

#container {
	position: relative;
	margin:auto;
	width: 1000px;
	height: 900px;
	z-index: 1;
	
}
#header {
	float:left;
	width:100%;
	height: 230px;
	z-index: 2;
}
#menu {
	float:left;
	width: 1000px;
	height: 60px;
	z-index: 2;
	background:url(images/menubar.png);
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	
	
}
#menu ul{
	list-style-type: none;
	margin: auto;
	padding: 0px;
	padding-right: 0px;
	width: inherit;
	padding-left: 10px;
	margin-top:10px;
}
#menu ul li{
	width: 116px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 0px;
	margin-top: 0px;
}
#menu ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: auto;
	height: 40px;
	line-height: 20px;
	text-align: center;
	
	
}
#menu ul li a:hover{
	color: #c49a6b;
		
}
#banner {
	float:left;
	width: 1000px;
	height: 330px;
	z-index: 2;
}
#content {
	float:left;
	width: 760px;
	z-index: 2;
	margin-top:20px;
	background-color:#FFF;
	padding:20px;
}
#right {
	float:left;
	width: 200px;
	z-index: 2;
	margin-top:20px;
	text-align:center;
}
#footer {
	float:left;
	width: 1000px;
	height: 50px;
	z-index: 2;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
}
#login {
	position: absolute;
	width: 24px;
	height: 20px;
	z-index: 2;
	left: 460px;
	top: 45px;
}
