/* CSS Document */
body {

background-color:#000;
background: url("bg_body.jpg") top center no-repeat ;background-color:#000;
margin:0;padding:0;
font-family:arial, Tahoma ;
}

A:link {text-decoration: none; color:#996600}
A:visited {text-decoration: none; color:#996600}
A:active {text-decoration: none; color:#996600}
A:hover {text-decoration: none; color: #333;}

.main_top {
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:4px 0 4px 0;
	background-color:#000;
	position:relative; z-index:999; 
}
.main_top a{
	color:#996600;
	font-size:13px;
	font-weight:bold;
}
.main_top a:hover {
	color:#fff;

}
.main_wrapp {
	margin:0 auto;
	width:800px;
	text-align:center;
	padding-bottom:2em;
}
.main_wrapp p{
	margin:2em 0 0 0;
	padding:0 2em 0 2em;
	text-align:justify;
	color:#efcea8;
	font-size:15px;
}

.main_wrapp div{
	margin:2em 0 0 0;
	padding:0 2em 0 2em;
	text-align:justify;
	color:#efcea8;
	font-size:15px;
}
.main_wrapp strong{
	font-family:trebuchet ms, arial;
	color:#efcea8;
	font-size:19px;
}
.main_wrapp span{
	display:block;
	margin:10px 0 0 0;
	color:#efcea8; 
}
