@charset "utf-8";
/* Body */

body {
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
}

/* WRAPPER */
#wrapper {
	width: 1040px;
	margin:10px auto;
}

/* HEADER */
#header {
	background-image:url(../../images/header.jpg);
	width: 1037px;
	height: 200px;
	border-top: 2px solid #fcb821;
	border-left: 3px solid #fcb821;
	border-right: 3px solid #fcb821;
}

/* CONTENT */
#content {
	background-color: #fcb821;
	background-image:url(../../images/bg.jpg);
	background-repeat: repeat-y;
	width: 1043px;
	padding-bottom: 20px;
}

/* FOOTER */
#footer {
	width: 1043px;
	background-image:url(../../images/footer.jpg);
	height:25px;
	float:left;
	line-height: 20px;
	text-align:right;
	margin-bottom: 10px;
}
	#footer .left {
		text-align:left;
		color:#fcb821;
		padding-left: 10px;
	}
	
	#footer ul{
		margin-top: -20px;
	}
	
	#footer li {
		display:inline;
		list-style:none;
		padding-right: 20px;
		color:#000;
	}
	
	#footer a {
		color:#000;
	}
	
	#footer a:hover {
		color:#7a7d75;
	}
	