@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/footer_bg_19.jpg);
	background-position: bottom;
}
/* CSS Document */

#header {
	width: 100%;
	background-image: url(../images/Header_bg_03.jpg);
	background-repeat: repeat-x;
}
#main_navigation {
	height: 30px;
	width: 808px;
	background-image: url(../images/mainnav_bg_15.gif);
	margin-right: auto;
	margin-left: auto;
}

#main_navigation ul {
	text-align: center;
	list-style-type: none;
}
#main_navigation li {
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#side_shadow {
	height: 100%;
	width: 900px;
	background-image: url(../images/Conatiner_Shadow_02.png);
	background-repeat: repeat-y;
}
#main_content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	min-height:300px;
	padding-top: 10px;
}
#spacer {
	width: 100%;
}
ul  {
	list-style-type: none;
	display: inline;
	text-align: center;
}
li  {
	display: inline;
	padding-right: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.wrap {
	float: left;
	margin-right: 50px;
	margin-left: -25px;
}
.clear {
	clear: both;
}
#secondnav ul {
	list-style-type: none;
	display: inline;
	padding-bottom: 20px;
}
#secondnav {
	margin-bottom: 20px;
}
#secondnav li {
	list-style-type: none;
	display: inline;
	padding-right: 25px;
	font-size: 18px;
}
.wrap img {
	margin: 0px;
	padding: 0px;
}
