@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	background:url(pics/bg.gif);
}
table td{
	padding-left:10px;
}
h3 {
	font-size:19px;
	font-weight:normal;
	color:#FF9933;
}
h4 {
	font-size:22px;
	font-weight:normal;
	color:#666666;
}
a{
	color:#669999;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#main {
	width:785px;
	height:690px;
	padding-top:10px;
	margin:auto;
/*	background:#00FF00;*/
}
#header {
	width:785px;
	height:35px; /*height=136px*/
	padding-top:101px;
	background:url(pics/top_bar.gif) no-repeat;
}
#menu {
	width:765px;
	height:35px;
	padding-right:20px;
}
#footer {
	height:31px; /*height=34px*/
	background:url(pics/bot_bg.gif) repeat-x;
	padding:3px 0 0 15px;
	font-size:10px;
}
#content {
	width:585px; /*width=785px*/
	height:500px; /*height=520px*/
	padding:20px 0 0 200px;
	background:url(pics/con_pic.gif) no-repeat #333333;
}
#con_bg{
	width:500px;
	height:450px;
	background:#444444;
	position:absolute;
	opacity:0.4;
	/*-moz-opacity:0.4;*/
	filter:alpha(opacity=40);

}
#con_text {
	width:460px; /*width=500px*/
	height:410px; /*height=450px*/
	padding:20px;
	position:absolute;
	text-align:justify;
}

/******************************
MENU
******************************/
#menu ul li{
	display:inline;
}
#menu ul li a{
	width:120px;
	height:25px; /**height=35px*/
	padding-top:10px;
	display:block;
	float:right;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
#menu ul li a:hover {
	background:url(pics/men_over.gif) repeat-x;
	color:#555555;
}
/******************************/
.title{
	font-weight:bold;
	color:#FFFFFF;
}
.tab_title{
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	border:1px solid #666666;
}
.col_a{
	background:#666666;
}
.col_b{
	background:#444444;
/*	color:#333333;*/
}
.right{
	text-align:right;
}
.pic{
	border:1px solid #666666;
	padding:2px;
}
.ind_pic{
	padding-top:300px;
}