/* CSS Document */

/*html {
	height: 100%;
}*/

body, html {
	background: #FFFFFF url(../images/body_bg.jpg) repeat-x;
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .80em;
	height: 100%;
	scrollbar-face-color: #818181; 
	scrollbar-shadow-color: #202020; 
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #202020; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #000000;
}

INPUT, TEXTAREA, SELECT NAME, OPTION {
	background-color : #000000;
	border : 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
}

TABLE, TD, TH, TR {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
		
a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #999999;
	margin: 0;
	padding: 3px;
}

h2 {
	font-size:20px;
	margin: 0;
	padding: 3px;
}

h3 {
	font-size:18px;
	margin: 0;
	padding: 3px;
}

h4 {
	font-size:16px;
	margin: 0;
	padding: 3px;
}

#big_box{
	float: left;
	width: 995px;
	margin: 0 0 0 3px;
	padding: 0;
}

#big_body {
	float: left;
	width: 800px;
}

#banner {
	/*background: url(../images/banner1.png) no-repeat;*/
	width: 800px;
	height: 113px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #000000;*/
}

#headmeny {
	width: 800px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #000000;*/
}
#headmeny ul {
	margin:0 0 0 25px; 
	padding:0; 
	list-style:none;
}

#headmeny ul li {
	margin:0 5px 0 0; 
	padding:0; 
	float:left;
}

#headmeny ul li a {
	display:block; 
	position:relative; 
	padding:7px 15px; 
	border:0; 
	background:url("../images/tab_link.gif") 0 0 repeat-x; 
	color:#999999; 
	font-weight:bold; 
	text-decoration:none; 
	cursor:pointer;
}

#headmeny ul li a:hover {
	color:#ffffff; 
}

#headmeny ul li a span.tab-l, #tabs ul li a:hover span.tab-l {
	position:absolute; 
	top:18px;
	left:0px; 
	_left:-15px; 
	width:8px; 
	height:8px; 
	background:url("../images/tab_link_l.gif") 0 0 no-repeat;
}

#headmeny ul li a span.tab-r, #tabs ul li a:hover span.tab-r {
	position:absolute; 
	top:18px; 
	right:0px; 
	_right:-1px; 
	width:8px; 
	height:8px; 
	background:url("../images/tab_link_r.gif") 100% 0 no-repeat;
}
    
#submeny {
	background: url(../images/submeny_bg.gif) no-repeat;
	width: 800px;
	height: 15px !important;
	height: 20px;
	margin: 0px;
	padding: 5px 0 0 25px;
	color: #FFFFFF;
	text-align: center;
	/*border: 1px solid #000000;*/
}

#big_main {
	background: url(../images/bg_2006.jpg) no-repeat;
	width: 794px !important;
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	/*border: 1px solid #000000;*/
	overflow: hidden;
}

#main {
	background: #ffffff url(../images/main_bg.jpg) no-repeat fixed;
	width: 600px;
	/*min-height: 350px;
	height: auto !important;*/
	height: 385px;
	margin: 15px 100px 15px 100px;
	padding: 0px;
	border: 1px solid #000000;
	overflow: auto;
	font-size: 12px;
}

/* #main table, tr, td {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}*/

#main a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

#main a:hover {
	text-decoration: none;
}

#news_main {
	width:550px;
	margin: 0 0 0 10px;
	padding: 0;
}

#footer {
	background: url(../images/footer_bg.gif) no-repeat;
	width: 800px;
	height: 20px;
	margin: 0px;
	padding: 3px 0 0 0;
	color: #FFFFFF;
	text-align: center;
	/*border: 1px solid #000000;*/
}

#footer .loggin {
	color: #ffffff;
	text-decoration: none;
}

/*#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}*/

#right_side {
	float: right;
	width: 190px;
	/*height: 500px;*/
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #000000;*/
}

.tdright {
	font-size: 10px;
}
.tdright a {
	color: #ffffff;
	text-decoration: none;
}

.tdright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

