@charset "UTF-8";
/* CSS Document */


body {
	font: 13px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

 #container {
	width: 748px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

 #header {
	height:170px;
	background:url(images/header.jpg) center no-repeat scroll;
}

#nav {
	height:49px;
	position:relative;
	width:788px;
	left:-35px;
}

#horizontalNav ul {
	color: #fff;
	float: left;
	width: 100%;
	list-style-type: none;
	display:inline;
	text-align:center;
	vertical-align:middle;
}

#horizontalNav li {
	display: inline;
	text-align:center;
	height:57px;
}

#horizontalNav li a{
	display: inline;
	list-style-type: none;
	color: #fff;
	text-decoration: none;
	float: left;
	height:57px;
}

#horizontalNav li a:hover{
	display: inline;
	list-style-type: none;
	height:57px;
}

#back {
	background:url(images/mainBack.jpg) repeat-y left top scroll;
	position:relative;
	top:-5px;
	left:-1px;
}

#bottom {
	background:url(images/bottom.jpg) no-repeat left top scroll;
	position:relative;
	height:15px;
	top:15px;
	left:-17px;
	width: 768px;
}

 #mainContent {
	padding: 0 20px;
}

 #footer {
	padding: 0 10px;
	text-align:center;
	position:relative;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

 #footer p {
	margin: 0;
	padding: 10px 0;
}
