body{
	background-color: #efefef;
	margin: 0;
	padding: 0;
}


#menu{
	margin: 0;
	margin-left: 200px;
	padding: 0;
	list-style-type: none;
}

#menu li{
	float: left;	
	text-align: center;
	margin: 6px;
	margin-top: 0px;
	list-style: none;
	display: inline;
}

#menu a{	
	width: 100px;
	height: 25px;
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: 4px solid #336699;
	padding-top: 10px;
	text-transform:uppercase;
}

#menu a:hover{
	display: block;
	border-bottom: 4px solid #cecece;
}

#menu .active{
	background-color: #efefef;
	
}



#logo{
	margin:0;
	margin-top: -6px;
	padding: 0;
	width: 100%;
	height: 120px;
	background-color: #2B3036;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 60px 115px;
}

#logo h1{
	font: 30px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	line-height: 25px;
	margin-left: 379px;
	margin-top: 30px;
}
	
#logo p {
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 20px;
	margin-left: 379px;
	width: 500px;
}


/* Contents */

#wrapper{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 750px;
	height: auto;
	background-color: #5B6066;
	background-color: #fffff;
}


#wrapper h2{
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 14px;
	margin-top: 40px;
	margin-bottom: 20px;
	float: left;
	width: 750px;
}


#wrapper h4{
	font: 30px Georgia, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 40px;
	height: 51px;
	line-height: 40px;
}

#wrapper p {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	color: #010101;
	line-height: 20px;
	text-indent:15px;
	
}

.left {float:left; padding:2px; margin:2px 8px 2px 2px;}
.right {float:right; padding:2px; margin:2px 2px 2px 8px;}

#bottom{
	width: 100%;
	height: 50px;
	background-color: #2B3036;
	float: left;
	margin-top: 20px;
}

#bottom h2{
	font: 15px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	float:right;
	line-height: 25px;
	margin-right: 50px;
	margin-top: 10px;
}




#content{
	width: 680px;
	height: auto;
	float:left;
	margin-left: 10px;
	margin-bottom: 20px;
}

a{
	color:#0099ff;
}