@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#e1ddd1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	}
body a img {
	border:0;
	}
	
#container {
	width:852px;
	height:auto;
	margin:20px auto 0 auto;
	}
#top {
	width:852px;
	height:441px;
	float:left;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	}
#content_container {
	width:812px;
	height:auto;
	float:left;
	padding:10px 20px 10px 20px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	}
.title {
	font-size:15px;
	font-weight:bold;
	color:#333;
	}
.container_title {
	width:100%;
	height:auto;
	padding:6px 0 2px 0;
	float:left;
	border-bottom:1px dotted #e1ddd1;
	margin-bottom:6px;
	}
.text {
	font-size:12px;
	color:#333;
	text-align:left;
	line-height:18px;
	margin-bottom:12px;
	}
.text a {
	text-decoration:underline;
	color:#999999;
	line-height:22px;
	}
.text a:hover {
	text-decoration:none;
	color:#990000;
	}

.title_2 {
	font-size:13px;
	color:#52c0e0;
	text-align:left;
	margin-bottom:8px;
	font-weight:bold;
	}


/* menu */

ul#nav {
	width:380px;
	height:30px;
	float:right;
	padding:89px 0 0 0;
	}
ul#nav li {
	padding:6px 10px 6px 10px;
	list-style:none;
	margin-right:4px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	display:inline;
	}
ul#nav li a {
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	}
ul#nav li a:hover {
	color:#c94602;
	}
/* end of menu */

.about_us_entities_containter {
	width:800px;
	height:auto;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #CCCCCC;
	}
.about_us_entities_containter img {
	margin-right:16px;
	float:left;
	}
.entities_text_containter {
	width:300px;
	height:auto;
	float:left;
	}
/* news and info */

.newsinfo_text_containter {
	width:400px;
	height:auto;
	float:left;
	}


/* end of news and info */

#footer_container {
	width:832px;
	height:37px;
	clear:both;
	padding:8px 0 0 20px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	}
#footer_container p {
	font-size:11px;
	color:#fff;
	vertical-align:middle;
	}
#footer_container p a {
	color:#15e4d8;
	text-decoration:none;
	}
#footer_container p a:hover {
	text-decoration:underline;
	}