body {
	background-color:#FFF87F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:10px;
}

/* CLASSES */

/* NAMES */
#wrapper { 
	margin: 0 auto;
	width: 765px;
	padding-left: 10px;
	padding-right: 10px;
	background-image:url(../images/png/bg_main.png);
}

#header {
	border-top: 2px solid #AD9C42;
	padding: 10px;
	padding-left: 305px;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	height: 100px;
	background-image:url(../images/png/bg_header.png);
	background-repeat:no-repeat;
}

#menu {
	margin-top: 0;
	padding-left: 5px;
	width: 150px;
	min-height: 400px;
	float:left;
}

#menu dl {
	margin-top: 0;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana;
	color: #999999;
}

#menu dd {
	margin-left: 14px;
}

#menu a:link, #menu a:visited {
	color: #999999;
	text-decoration: none;	
}

#menu a:hover {
	text-decoration: underline;
	color: #5C5C5C;
}


#content {
	margin-top: 0;
	margin-left: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #009933;
}

#content p{
	font-size: 12px;
}

#content h1{
	color:#5568BE;
}

#content h2{
	color:#BEAB55;
}

#content h3{
	color:#CC6600;
	font-size:12px;
}
#content h4{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana;
}
#content a:link, #content a:visited {
	text-decoration:underline;
	color:#0000FF;
	font-size: 12px;
}
#content a:hover {
	text-decoration:none;
	color:#0000FF;
}


#footer {
	text-align:center;
	vertical-align:middle;
	font-size:9px;
	font-weight: bold;
	color:#FFFFFF;
	padding-top: 1px;
	height: 49px;
	background-image:url(../images/png/bg_footer.png);
	background-repeat:repeat-x;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}
