/* CSS Document */

body{
	margin-top:0px;
	margin-bottom:0px;
    margin-right : 120px;
	background-color:#000000;
	font-family:Tahoma;
	font-size:11px;
}

.menu{  
    margin-left : 90px;
	text-align:center;
	background-color:black;
}
.lnk{
	float:left;
	width:191px;
	height:15px;
	padding:5px;
	text-decoration:none;
	color:#CCCCCC;
	background-color:black;
	letter-spacing:2px;
	border:1px solid #666666;
	font-weight:bold;
}
.lnk:hover{
	color:black;
	background-color:#dedede;
}

.lnked{
	float:left;
	width:191px;
	height:15px;
	padding:5px;
	text-decoration:none;
	color:black;
	background-color:#F9820B;
	letter-spacing:2px;
	font-weight:bold;
}
.mid{

	border:1px solid #222222;
	border-bottom:none;
	border-top:none;
	padding:10px;
	font-family:Tahoma;
	color:#7F7F7F;
	margin-bottom:20px;
}
.midin{
	float:left;
	width:180px;
	height:auto;
	background:url(images/brbg2.jpg) repeat-x;
	background-color:black;
	padding:10px;
	margin-right:10px;
	font-family:Tahoma;
	color:#999999;
}
.midin li{
	padding-bottom:30px;
}
.midin li a{
	padding-bottom:10px;
	text-decoration:none;
	color:#999999;
}
.midin li a:hover{
	text-decoration:underline;
	color:white;
}

.midin2{
	background:url(images/brbg.jpg) no-repeat right bottom;
	background-color:#dedede	;
	padding:20px;
	font-family:Tahoma;
	color:#7f7f7f;
	text-align:justify;
	line-height:1.5;
}
.li{
	padding-bottom:20px;
}
.otitle{
	color:white;
	font-family:Tahoma;
	letter-spacing:1px;
	text-transform:uppercase;
}
.wtitle{
	color:#cc6600;
	letter-spacing:1px;
	text-transform:uppercase;
}
	
.footer{
	height:50px;
	background:url(images/footerbg.jpg) repeat-x top;
	text-align:center;
	color: #999999;
}
	

