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

body {
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	line-height:18px;
	background-color:#CBCBCB;
	text-align:left;
}

#wrap	{
	width:900px;
	margin: -15px auto 0;
	padding:0px;
	background-color:#FFF;

}

/* ==========Top Bar============== */

#topbar	{
	width:900px;
	height:420px;
}


#topbarleft	{
	width:250px;
	float:left;
	margin:60px 0px 0px 40px;
	text-align:center;
	line-height:10px;

}

#logo	{
	float:right;
	margin-right:40px;
	margin-top:20px;
	text-align:center;
}

#topimgbar	{
	float:left;
	width:800px;
	height:199px;
	margin:10px 50px 10px 50px;
}



/* ==========Nav Menu============== */

#navmenu	{
	width:900px;
}

#navmenu	ul{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 250px;
	overflow:hidden;
	background-color:#333;
}

#navmenu	li {
	float:left;
}

#navmenu li a {
    display: block;
    color: white;
	letter-spacing:1px;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
}

#navmenu li a:hover {
    background-color: #111;
}

.active {
    background-color: #d3b583;
}

/* ==========Content Area============== */

#maincontent 	{
	width:900px;
	margin:0px;
	padding: 0px;
	margin-top:30px;
}


#leftbarcontent {
	width:250px;
	float:left;
	padding:0px 10px 0px 10px;
	font-size:10px;
	margin-bottom:30px;
}

#maintext 	{
	float:left;
	width:590px;
	margin:0px 0px 40px 0px;
	padding: 0px 20px 0px 20px;
}



/* ========== Footer ============== */


#footer {
	clear: both;
	background: #aaa;
	padding: 10px;
}

.footertext	{
	font-size:10px;
	letter-spacing:1px;
	color:white;
	text-align:center;