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

html, body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#666;
	font-size:11px;
	color:#FFF;
	}

a, a:visited{
	text-decoration:none;
	color:#FFF;}
ol {
	margin-left: -22px;
	line-height: 16px;
	}
a:hover{
	color:#999;}

#active{
	color:#FF872E;
	font-weight:bold}

#wrapper{
	width:800px;
	height:600px;
	/*border:1px #000 solid;*/
	margin:auto;
	margin-top:100px;
	background:url(../images/bg2.jpg);
	}

#header{
	height: 100px;
	background: #000;
	background: url(../images/top.jpg);
	margin: 0;
	}

#menu{
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";*/ /* first! */
	/*filter: alpha(opacity=65);*/					/* second! */
	/*opacity: .65;*/
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	height: 35px;
	line-height: 35px;
	letter-spacing: 2px;
	text-align: center;
	}
#menu_text{
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
	}
	
#content{
	background:url(../images/content.png);
	/*filter: alpha(opacity=80);
	 -moz-opacity: 0.80;
	 opacity: 0.80;*/
	width: 680px;
	height: 430px;
	margin: auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	}

#content h1{
	font-size: 26px;
	text-transform: uppercase;
	color: #FF872E;
	margin-top: 5px;
	letter-spacing: 3px;}

#content h2{
	/*text-transform: uppercase;*/
	font-size: 18px;
	color: #fff;}
	
#right{
	height: 370px;
	width: 150px;
	overflow: auto}