body {
	background-color: #F5F5F5;
	color: #666;
	line-height: 1.4em;
	font-family: arial,helvetica,sans-serif
}

#main {
	background: #FFF url('../img/main_bg.jpg') top left no-repeat;
	border: 1px solid #666;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 550px;
	margin: auto;
}

#slogan {
	color: #000;
	position: absolute;
	top: 50px;
	left: 200px;
	width: 600px;
	font-size: 18px;
	font-family: arial;
}

#nav {
	height: 35px;
	font-weight: normal;
	font-size: 21px;
	width: 800px;
	margin: 343px 0 0 263px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	padding: 0;
}

#nav ul li a, #nav ul li a:active, #nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}

#nav ul li a:hover {
	background-position: 0 -35px;
}

#nav2 {
	height: 35px;
	font-weight: normal;
	font-size: 21px;
	width: 800px;
	margin: 343px 0 0 263px;
}

#nav2 ul {
	list-style: none;
}

#nav2 ul li {
	display: inline;
	padding: 0;
}

#nav2 ul li a, #nav2 ul li a:active, #nav2 ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}

#nav2 ul li a:hover {
	background-position: 0 -35px;
}


#footer {
	font-size: 12px;
	height: 13px;
	margin: 10px 0;
	position: absolute;
	bottom: 0;
	width: 800px;
}

a {
	color: #902D3A;
}

a:hover {
	text-decoration: none;
	color: #666;
}

.red {
	color: #902D3A;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}




.slogan-title {
	margin-left:-50px;margin-bottom:-17px;font-size:38px;
}