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

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

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

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

/* CONTENT */
#content {
	background-color: #fff;
	border-left: 3px solid #006000;
	border-right: 3px solid #006000;
	width: 1046px;
	padding-bottom: 20px;
}

/* FOOTER */
#footer {
	width: 1052px;
	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:#008000;
		padding-left: 10px;
	}
	
	#footer ul{
		margin-top: -20px;
	}
	
	#footer li {
		display:inline;
		list-style:none;
		padding-right: 25px;
		color:#000;
	}
	
	#footer a {
		color:#000;
	}
	
	#footer a:hover {
		color:#006000;
	}
	