body {
	margin:0;
	background:#0099cc;
	font:12px Tahoma, Helvetica, sans-serif;
	color:#000;
}
img {border:none;}
a {
	text-decoration:underline;
	color:#000099;
	}
a:hover {text-decoration:none;}

h1{
	color: #000088;
	font-size: 16px;
}

/*main container*/
#main {
	margin:0 auto;
	width: 887px;
	background:#fff;
	margin-bottom: 20px;
	margin-top: 10px;
}
.container {
	padding:0 0px;
	width:887px;
}
/*header*/
#header {
	width:887px;
	padding-bottom: 15px;
}
/*logo*/
#header .logo {	margin:0 ;}
#header .logo a{
	display:block;
	width:196px;
	height:167px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}

#logo-holder {
	float: left;
	background: #e6e219;
	height: 193px;
}

#header-banner {
	float: left;
	margin-bottom: 30px;
}


#left-column {
	clear: both;
	float: left;
}

.contacts{
	clear:both;
	margin: 0px 0 0 10px;
	padding-top: 5px;
}
.contacts ul{
	float:right;
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
}
.contacts li{
	font-size:11px;
	color:#999;
	margin:0;
	padding:0;
}
.contacts a{
	font-size:11px;
	color:#999;
}
.contacts-text {
	margin: 10px 0 0 15px;
}

.main-menu {
	padding:0px 0px 0 0px;
	margin:0;
	list-style:none;
	background:#fff;
	width: 195px;
}
ul.main-menu li{float:left;}
ul.main-menu a {
	display:block;
	height:25px;
	width: 170px;
	color:#666;
	margin: 0 0 5px 15px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	border: 1px solid #999;
	background:#f1f1f1;
}
ul.main-menu a span{
	float:left;
	height:20px;
	padding:4px 15px 0 10px;
}
ul.main-menu a.activ, .main-menu a:hover{
	color:#9d2500;
	cursor:pointer;
	height:25px;
	background: #f9f782;
}
ul.main-menu a.activ span, .main-menu a:hover span{
	background: url(../images/menu-hover-key-r.gif) no-repeat 100% 0;
}

/*content*/
#content {
	float: left;
	overflow:hidden;
	width:670px;
	background: url(../images/content.gif) no-repeat 0 100%;
	min-height:400px;
}
* html #content {height:500px;}

.content-content{
	width:630px;
	margin-left:8px;
	overflow:hidden;
}


a.more{
	margin-top:5px;
	padding:0 0 5px 10px;
	float:right;
	font-weight:bold;
	color:#fff;
	font-size:10px;
	margin-right:15px;
	background:url(../images/mark-a.gif) no-repeat 0 5px;
}
.text {
	width:630px;
	float:left;
}
.text p{
	margin:0 0 20px 0;
	line-height:19px;
}
.text-page {
	width:500px;
	float:left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.text-page h1{
	margin:0 0 20px 0;
	font-size: 16px;
	color: #9d2500;
}
.text-page h2{
	margin:0 0 20px 0;
	font-size: 12px;
	color: #000099;
}
.text-page p{
	margin:0 0 20px 0;
	line-height:19px;
}

/*footer*/
#footer{
	clear: both;
	background: #eee;
	padding: 15px 10px;
}
#footer ul{
	background:#000;
	height:25px;
	font-size:12px;
	list-style:none;
	padding:12px 0 0 150px;
	width:620px;
	margin:0;
}
#footer li{
display:inline;
}
#footer ul a {
	font-size:11px;
	margin-right:10px;
	text-decoration:none;
	color:#666;
}
#footer a.logo {
	position:absolute;
	top:0;
	background:#000 url(../images/footer.jpg) no-repeat;
	display:block;
	height:37px;
	width:126px;
	overflow:hidden;
	text-indent:-9999px;
}
#footer a:hover {text-decoration:underline;}