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

body {
	background:#4d473a url(../images/bg.jpg) top center fixed no-repeat;
	text-align: center;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	width:100%;
	display:table;
}

#body_bg {
	
	height:855px;
	text-align:center;
	margin:0 auto;
	/*background:url(../images/bg.jpg) top center fixed no-repeat ;*/
		
}
	
#wrapper {	
	width:781px;
	text-align:center;
	margin:0 auto;
	padding-top:30px;
}
	
#header_bg {
	text-align:left;
	width:780px;
	height:237px;	
}

#content_wrap {
	text-align:left;
	width:750px;
	background:url(../images/content_bg.png) top left repeat-y;
	color:#000;
	padding:5px 15px ;
	margin-top:30px;
	
}
#content {
	text-align:left;
	width:740px;
	/*color:#000;
	padding:5px 15px ;
	margin-top:30px;*/
	min-height:350px;
}

#content strong{
	color: #fe9a3b;
	font-size:1.2em;
	}
	
#content a{
	color:#0882fe;
	text-transform:none;
	text-decoration:underline;	
}
	
	
.blue{
	color:#0882fe;
	font-size:1.2em;
	}
	
h1 {
	color:#0882fe;
	font-size:1.5em;
	letter-spacing:.2em;
	}
	
#footer {
	background:url(../images/copyright.gif) top center no-repeat;
	width:750px;
	height:16px;
	margin-bottom:10px;
	}
	
#menu {
	float:right;
	background:#fe9a3b;	
	font-size:1em;
	width:150px;
	padding-bottom:20px;
	margin-left:20px;
	}
	
#menu ul {
	list-style-type:none;
	/*for IE*/
	filter:alpha(opacity=100);
  	/*for Firefox */
	opacity:1;
	padding:0;
	margin:0;
	}
	
#menu ul li {
	display:block;
	padding:10px 0 0 10px;
	
	}
	
#menu ul li a{	
	display:block;
	text-decoration:none;
	color:white;
	text-transform:uppercase;	
	border-top:solid 1px white;
	padding-top:5px;
	width:90%;
}
#menu ul li a.first{	
	display:block;
	text-decoration:none;
	color:white;
	text-transform:uppercase;	
	border-top:0;
}

 #menu ul li a:visited {
 	text-decoration:none;
	color:white;
	text-transform:uppercase;	
	}

#menu ul li a:hover {	
	text-decoration:none;
	color:gray;
	text-transform:uppercase;	
}

