/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

body div {
	margin: auto;
}

#container {
	width: 800px;
	position: relative;
	top: 40px;
	background: url(images/about_bg.gif);
}
#mainbody {
	height: 11px;
	width: 750px;
	background: url(images/about_body.gif);
}
#above {
	width: 100%;
	text-align:left;
	position:relative;
}
#below {
	height: 20px;
	width: 801px;
	background: url(images/about_below.gif);
	clear: both;
}
#banner{
	margin-top: 6px;
	width: 750px;
	height: 200px;
	text-align: left;
	background-image: url(images/34withSunset750.png);
	display: inherit;
}

#slogan {
	left: 200px;
	width: 400px;
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#745a4d;
	margin-left: 40px;
}

#logo {
	position: absolute;
	top: 50%;
	left: 230px;
	width: 200px;
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
#body {
	margin: 5px;
	width: 801px;
}
#left {
	width: 150px;
	float: left;
	height: 450px;
}
#right {
	width: 595px;
	float: right;
	text-align: justify;
	height: 450px;
}
#menu {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {

}

#menu a {
	display: block;
	background-color: #FF99CC;
	height: 30px;
	text-decoration: none;
	padding: 5px;
}
#left #menu .active {
	height: 30px;
	background-color: #FA99CC;
}


#menu a:hover {
	background: #000000;
	color: #CC3300;
}

.title {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ed6413;
}
.subTitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ed6413;
}
.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CCCC;
	top: auto;
	background-image: url(images/separator.gif);
	height: 25px;
}

#copyright a{
	color: #FFFFFF;
	text-decoration:none;
}
