
@import url("default.css");
@import url("content.css");

#site_conteiner {
	margin: 0 auto;
  height: 100%; width: 1000px;
	font-size: 1.2em;
	text-align: left;
	background: #2a4f66;
}
*+html #site_conteiner { height: auto; }

	#header {
		height: 400px;
		vertical-align: top;
		background: url(../img/header.png) #2a4f66 0 0 no-repeat;
	}
		#header h1 { margin: 0; float: left; }
		#nav { 
			left:-241px;
			position:relative;
			top:380px;
		}
		#nav img { margin: 0 25px; }
		
		#main_menu { 
			color: #FFFFFF;
			float: left;
			margin: 12px 0 0 105px
		} 
		#main_menu a { margin: 0 12px; color: #F97708; font-size: 1.2em; text-decoration: underline; }
		#main_menu a:hover, #main_menu a:active, #main_menu a.active { color: #BCBCBC; text-decoration: none; }

	#left_panel {
		width: 277px;
		height: 100%;
		vertical-align: top;
		background: #2a4f66;
	}
		#left_panel_block {
			margin: 20px 20px 300px 20px;
			width: 237px;
		}
	#center_panel {
		height: 100%;
		width: 723px;
		vertical-align: top;
		background: #FFFFFF;
	}
		#content {
			width: auto;
			margin: 20px 60px 20px 20px;
		}
		*html #content { width: 100%; }

	#footer {
		height: 70px;
		vertical-align: middle;
		background-color: #2a4f66;
	}
		#buttons { position: relative; margin-left: 20px; }
		#buttons img { margin: 5px 5px 0 0; }




/*---------content----------*/
#singleTitle {
	color: #F97708;
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
}
#left_panel h3 { margin: 20px 0 0.5em 0; color: #f97708; font-size: 24px; }
#left_panel ul { margin-left: 0; }
#left_panel li { list-style: none; font-size:14px; margin:15px 0; }
#left_panel, #left_panel p, #left_panel tr, #left_panel div, #buttons, #buttons a { color: #bcbcbc; }
#left_panel a:hover, #left_panel:active, #left_panel a.active { color: #bcbcbc; text-decoration: none; }
#left_panel h4 { margin-bottom: 0; }
	#left_panel h4 a { margin-bottom: 0; font-size: 0.9em; font-weight: normal;	}

.uss-site-copyright {
	display: inline;
	color: #fff;
}
.uss-sys-copyright {
	display: inline;
}
