﻿* {margin:0; padding:0;}

body{ 
	background-color:#f4f3e4;
	color:#7f96b1;
	font-family:Arial;
	font-size:11px;
	text-align:center;
}

h2{
	color:#002e63;
	font-size:15px;
	margin-top:19px;
	margin-bottom:4px;
	}

h3{font-size:14px;}

h4{font-size:13px;}

h5{font-size:12px;}

h6{
	color:#7f96b1;
	font-size:12px;
	}
	
p{
	margin-bottom:8px;
	margin-top:8px;
}

a:link, a, a:visited, a:active{
	color:#686346;
	text-decoration:none;
	}
	
a:hover{text-decoration:underline;}

.top{height:40px;}

#container{
	background:url(../images/bg_image.gif) top left repeat-y;
	text-align:left;
	width:850px;
	margin:auto;
	height:100%;
}
	
#header{
	width:850px;
}

.header_logo{
	float:right;
	width:93px;
}
	
.header_main{
	float:right;
	width:700px;
}

#main{
	margin-top:17px;
}

.rightcol_main{
	float:right;
	width:166px;
}

.main_content{
	float:right;
	margin-right:40px;
	width:492px;
}

.sep_line{
	border-bottom:1px solid #d1d0c7;
	height:19px;
}

.contacts{
	float:right;
	margin-bottom:18px;
	width:49%;
	
}

.links{
	float:right;
	margin-bottom:18px;
	width:50%
	}
	
	.links a, .contacts a{margin-left:21px;}
	
	.links h2, .contacts h2{margin-bottom:13px;}

#footer{
	background-color:#e4e1bb;
	height:42px;
	margin-left:20px;
	}

.footer_main{
	color:#96926d;
	float:right;
	font-size:10px;
	/*height:42px;*/
	margin-top:14px;
	width:528px;
	}

.footer_rightbar{
	background-color:#c5c5a7;
	float:right;
	height:42px;
	width:166px;
	}
	
	* html .footer_rightbar{/*height:58px;*/}

.bottom{height:49px;}

.clearThis{clear:both;}