html,body{
padding: 0;
margin: 0;
}

.tbl_full{
vertical-align: top;
width: 100%;
height: 100%;
background: #fdfaf3;
}

.main_column{
vertical-align: top;
width: 1000px;
height: 100%;
}

.header{
width: 100%;
height: 12px;
background: #fdfaf3 url(images/header_bg.gif) top left repeat-x;
}

.logo_tbl{
width: 100%;
height: 150px;
background: #fdfaf3;
}

.logo{
width:195;
height: 150px;
}

.logo_i{
width: 200px;
height: 150px;
padding: 0 3px 0 0;
}

.menu-container{
width: 1000px;
height: 37px;
background: url(images/menu_bg_910355365.gif) center left repeat-x;
vertical-align: middle;
}


ul#nav_menu.cms-hack{
	position: absolute;
	top:-1000px;
}
ul#nav_menu{
	display: block;
	padding:0;
	margin:0 0 0 40px;
	text-align: left;
	list-style:none;	
}

ul#nav_menu a{
	display:block;
	font:14px verdana!important;
	font-weight: bolder!important;
	text-decoration:none!important;
	color: #fff!important;
}
ul#nav_menu a:hover{
	font-weight: bolder!important;
	text-decoration:none !important;
	color: #fff!important;
}
ul#nav_menu li a{
	padding: 6px 40px 6px 40px;;

}
#nav_menu li{
	float:left;
	position:relative;
	margin-top: 0px;
}
#nav_menu li ul{
	background:#f2c1c1;
	margin: 0;
	list-style:none;
	padding:0;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
	display:none;
	position:absolute;
}
#nav_menu li ul li{
	font-size:0;
	float:none;
	padding: 0;
}
#nav_menu li ul li a,
#nav_menu li.over ul li a
{
	display: block;
	padding:4px 4px 4px 4px;
	margin-bottom: 4px;
	margin-right: auto;
	color:#ffffff;
	white-space: nowrap;
	border-bottom: 2px dotted #8d0404;
	font-weight: bolder;
	color: #272727!important;
	text-decoration:none!important;
}
#nav_menu li ul li a:hover{
	text-decoration:none!important;
	font-weight: bolder;
	color: #655b53!important;
	border-bottom: 2px dotted #c13838;
}

#nav_menu li.over ul { /* lists nested under hovered list items */
	display:block;
}

#nav_menu li{
	border-right: 4px solid #fff;

}
#nav_menu li ul li{
	border: none;
}


.content{
width: 100%;
height: 100%;
vertical-align: top;
}

.left_news{
width: 183px;
height: 100%;
padding: 30px;
vertical-align:top;
}

.real_content{
width: 577px;
height: 100%;
padding: 30px;
background: url(images/main_bg_910355365.gif);
vertical-align: top;
}

.right_news{
width: 183px;
height: 100%;
padding: 30px;
vertical-align: top;
}


.footer{
height: 34px;
width: 100%;
background: url(images/footer_bg_910355365.gif) left repeat-x;
padding-left: 40px;
padding-right: 40px;
}

.left-pic{
	float: left;
	clear: left;
	margin-right: 5px;
	margin-bottom: 4px;
}


/*forms*/
FIELDSET{
	border-style: solid;
	border-width: 1px;
	border-color: #423f38;
}