body{
    background: #454545;
		font-family: "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;


}

.wrapper{
	background-color:transparent;
	width:800px;
	margin:40px auto auto auto;
	height:inherit;
}

/*--[ left ]----------------------------------------------------------------*/
.left_wrapper{
	background-color:#3C3C3C;
	width:270px;
	height:595px;
	padding-top:20px;
}

.left_header{
	background-color:#F3DD55;
	width:230px;
	margin:auto;
	height:230px;
	overflow:hidden;
}

.logo{
    margin:auto auto auto auto;
	width:123px;
	text-align:center;
}

.head_text{
	color:#006600;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	text-align:center;
}

.head_text2{
	color:#000000;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:15px;
	text-align:center;
}

/*--[ nav ]----------------------------------------------------------------*/

.nav_wrapper{
	margin: 20px auto auto -15px;
}

#nav li {
		background: #41443f url(../media/bg-nav.gif) 0 0 no-repeat;
		width: 220px;
		height: 36px;
		padding: 0px;
		letter-spacing: 2px;
		font-size: 12px;
		list-style-type: none
		}
	#nav li a {
		background: #41443f url(../media/bg-nav.gif) 0 0 no-repeat;
		display: block;
		height: 36px;
		line-height: 36px;
		color: #fff;
		padding-left: 50px;
		text-decoration: none;
		list-style-type: none
		}
	#nav li a:hover, #nav li a.active {
		background: #2e312d url(../media/bg-nav.gif) 0 -36px no-repeat;
		color: #9fd052;
		}
	#nav .first {border-top: 1px solid #4d4d4d;}	
	
/*--[ right ]----------------------------------------------------------------*/

.right_wrapper{
	width:530px;
	background-color:transparent;
	height:auto;
	margin:-615px auto auto 270px;
}

.right_header{
	width:530px;
	background-color:transparent;
	padding-top:20px;
	height:240px;
}

.right_content{
	background-color:#9fd052;
    width:530px;
	height:auto;
	margin-top:5px;
}

.scroll{
   width:530px;
   height:25px;
   background-color:#3C3C3C;
   margin:auto;
   color:white;
   font-size:18px;
   font-weight:bold;
   }
   
.head_pictures{
   width:530px;
   height:220px;
   background-color:#3c3c3c;
   display:block;
   margin:auto;
}