@charset "utf-8";
body {
	background-image: url(../images/all/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #D6EBFF;
	text-align: center;
}
#wrapper {
	height: 500px;
	width: 800px;
	top: 25px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 800px;
	text-align: left;
}
#logo {
	float: left;
	height: 42px;
	width: 220px;
	position: absolute;
}
#navlist {
	width:580px;
	text-align: left;
	position: relative;
	margin-top: 24px;
	left: 220px;
}


#navcontainer ul
{
	color: #321414;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 0px;
	font-weight: bold;
	position: relative;
	left: 220px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	color: #321414;
	text-decoration: none;
	float: left;
	padding-left: 1em;
	padding-right: 1em;
}

#navcontainer ul li a:hover
{
	color: #A1755C;
}

#current
{
	color: #FFFFFF;
}

#navlist2 {
	float: left;
	text-align: left;
	position: relative;
	margin-top: 24px;
	width: 525px;
}


#footer_menu ul
{
	color: #FFFFFF;
	float: left;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
	font-weight: bold;
}

#footer_menu ul li {
	display: inline;
}

#footer_menu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-left: 3em;
	padding-right: 3em;
}

#footer_menu ul li a:hover
{
	color: #A1755C;
}



#rule {
	background-color: #321414;
	height: 1px;
	width: 800px;
	position: absolute;
	top: 75px;
}
#content {
	height: 400px;
	width: 800px;
}
h1 {
	font-family: "Century Gothic";
	font-size: 30px;
	font-weight: bold;
	color: #321414;
	margin-top: 10px;
}
#image {
	float: left;
	height: 400px;
	width: 250px;
}
#text {
	height: 400px;
	width: 550px;
	font-family: "Century Gothic";
	font-size: 13px;
	line-height: 17px;
	color: #321414;
	text-align: left;
	float: left;
	overflow: hidden;
}
#footer {
	background-image: url(../images/all/bottom_bg.png);
	background-repeat: repeat-x;
	height: 72px;
	width: 100%;
	top: 10px;
	position: relative;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer_menu {
	height: 54px;
	width: 525px;
	position: relative;
	float: left;
}
#footerlist {
}


#spotlight {
	height: 54px;
	width: 250px;
	float: left;
}
#footer_container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#footerlist {
	width:550px;
	text-align: left;
	position: absolute;
	margin-top: 20px;
	display: inline;
}
#footerlist ul
{
	color: #FFFFFF;
	float: right;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 0px;
	font-weight: bold;
}

#footerlist ul li {
	display: inline;
}

#footerlist ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	padding-left: 3em;
	padding-right: 3em;
}

#footerlist ul li a:hover
{
	color: #A1755C;
}
