/* CSS Document */
html {	scrollbar-base-color: #FF6600; 
	scrollbar-arrow-color: #000;
scrollbar-track-color: #3D0101;
}
body {
	background: #3D0101; font:11px Arial; line-height:1.7em; color:#ddd; margin:30px; 
}
h2 { color: #FF0000; font-size:18px; font-weight:bold; margin:0; padding:0; border-bottom:dashed 1px #660000; margin-bottom:10px; }
h3 { color: #FF9900  ; font-size:12px; font-weight:bold; margin:0; padding:0;}

a,a:visited { color: #666666 ; text-decoration: underline;}
#outter { width:900px; background: #330000;  height:500px;   margin:auto;  }
#header { min-height:30px;  }
#header .logo { 
	float:left ;
	width:366px;
	
	
}
#header .info { 
	float:left ;
	width:580px;
	color:#F1BD5F;
}


#header_container { padding-left:250px; }
#header a { color:#fff; }
#topmenu { height:29px; background: url(../images/topmenu.jpg); color:#fff; }

#container {  height:380px;    }

#container .leftcoll{ width:266px;  float:left;  }
#container .maincoll{ 
	width:634px; 
	float:left; 
	overflow:auto; 
	height:380px; 
}
#footer { min-height:91px; background:url(../images/logo.jpg);  color:#fff;  }
#footer .left { 
	float:left ;
	width:366px;
	min-height:30px;
}
#footer .right { 
	float:left ;
	width:634px;
	min-height:47px;

}
#output . {
	overflow:hidden; 
	height:410px; 
	width:675px; 
	position: absolute;
	z-index:1; 
	}

#fadeout_content {
		
		background:#000 none repeat scroll 0 0; 
		height:410px;left:0;
		opacity:0.5;filter:alpha(opacity=50); 
		width:675px;  
 }
#fadein_content {
	padding:20px; position: absolute;  z-index:100; 
	
}


/* Classhes */
.inner { padding:10px; background: #FFCC99 url(../images/body_wrapper_bg.gif);  border: solid 3px #f2d4b0; color:#000;  }
.clr { clear:both;} 
.maintitle { background: #99CC00; color:#fff; font-size:12px; font-weight:bold; padding-left:15px; line-height:30px; }
#menu a{ color:#fff; }
/* Form Styles */
input, select {  border: 1px solid silver; font-size:11px; }
textarea      {   border: 1px solid silver; width:95%; font-size:11px;}
button        {   }
input.disabled { background-color: #F0F0F0; font-size:11px; }

input:focus,
select:focus,
textarea:focus { background-color: #ffd; }
.button { color:#333; width:150px; height:30px; font-weight:bold;}
.separator { border-bottom: dashed 1px #fff; }
#mainlevel ,#mainlevel ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
}

#mainlevel li a {
	
color: #8a2010;
	display:block;
	font-family:Arial;
	font-size:12px; font-weight:bold;
 	font-size-adjust:none;
	padding:0px 20px;
	line-height:1.8em;
	text-decoration:none;
	border-bottom: #ddd solid 1px;
	margin-left:-40px;
	

}

/* LEFTCOLL STYLE GOES HERE */
#logo { height:180px; }
#loginbox {  padding:5px; background:#000; }

#photo {
	 float:left; margin:5px; width:130px; height:160px;  
}
#photos {
	padding:10px;   
} 
