body {background-color: #01005d; margin-top: 10px; margin-bottom: 10px;}

h1 {font-family: arial, helvetica, sans-serif; font-size: 36px; text-align: center; color: #D9CFC1; margin-top: 10px; margin-bottom: 0px;}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #D9CFC1;
    width: 100%;
	margin-top: 35px;
	border-bottom: 2px solid  #EBC35B; 
}
  
#content {
	width: 880px;
	text-align: center;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 

}

#header {
	background-color: #403756;
	background-repeat: no-repeat;
	background-position: 1px;
	margin-top: 0px;
    border-bottom: 10px solid #EBC35B;
    border-top: 2px solid #EBC35B;
	border-left: 2px solid #EBC35B;
	border-right: 2px solid #EBC35B;
	font-family: arial, helvetica, sans-serif;
	float: left;
	width: 876px;
	height: 149px;
	text-align: left;
}

#header a {boder: none;}
#header img {border: none;}

.left {float: left; padding: 0 10px 0 0;}
.right {float: right; padding: 15px 0 0 10px;}

#content_sidebar {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #D9CFC1;
	float: left;
	width: 180px;
}

.content_menu {
	background-color: #403756;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
    border: 2px solid #EBC35B;
	float: left;
	clear: left;
	margin-top: 15px;
	width: 180px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.content_menu div {
  	display: block;
    border-bottom: 1px dashed #EBC35B;
	font-size: 16px;
	padding: 10px 0px 10px 0px;
}

.content_menu a {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #B8B39C;
}

.content_menu a:visited {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #B8B39C;
}

.content_menu a:active {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #B8B39C;
}

.content_menu a:hover {
	text-decoration: underline;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	background-color: #e5e5e5;
	color: #000000;
}

#content_main {
	font-family: arial, helvetica, sans-serif;
	background: #403756;
	font-size: 16px;
    line-height: 130%;
	color: #D9CFC1;
	font-weight: bold;
	padding: 0 10px;
	border-top: 0;
	border-left: 2px solid #EBC35B;
	border-right: 2px solid #EBC35B;
	border-bottom: 2px solid #EBC35B;
	float: right;
	width: 660px;
	text-align: justify;
}
#content_main p {padding: 0 10px;}

#content_main a, #content_main a:visited, #content_main a:active {
	text-decoration: underline;
	color: #8d9399;
}

#content_main a:hover {
	text-decoration: underline;
	color: pink;
}

#content_right {
	margin: 0 auto;
	padding: 0 5px 5px;
	display: inline;
	float: right;
	width: 315px;
}

#content_left { 
	margin: 0 auto;
	padding: 0 5px 5px;
	display: inline;
	float: left;
	width: 315px;
}

#footer {
	width: 780px;
	border-top: 2px solid #EBC35B;
	text-align: center;
	clear: both;
	margin-top: 0px; 
    margin-right: auto; 
	margin-bottom: 20px; 
	margin-left: auto; 
}

#footer_space {
	line-height: 30px;
	width: 780px;
	clear: both;
	margin-top: 0px; 
    margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	}
	
#footer_right {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	float: right;
	text-align: right;
}

#footer_left {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	float: left;
	clear: left;
	text-align: left;
}

#footer_right a, #footer_right a:visited, #footer_right a:active, #footer_right:hover {
	text-decoration: none;
	color: #999999;
}

.container {border: 2px dashed #EBC35B; background-color: #454455; width: 546px; margin: 0 auto 15px;}
.spacer {clear: both;}
.float {float: left;}
.float p {text-align: center;}
.container img {margin: 0 15px; border:2px solid #EBC35B;}
.container img:hover {border: 2px solid pink;}