/* Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, 
em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }
a { outline: none; }
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
p {
	margin-top: 15px;
}
a {
	color: #cc9966;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {

}
ul, ol { 
	margin: 15px 0 0 25px;
}
ul { list-style-type: disc; }
li { margin: 5px 0; }
h1, h2, h3, h4, h5 {
	color: #333;
	font-family: Verdana, "Times New Roman", Times, serif;
}
h1 {
	font-size: 24px;
	font-weight: 100;
}
h2 {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 900;
}
h3 {
	font-size: 16px;
	font-weight: 900;
}
h4 {
	font-size: 16px;
	font-weight: 100;
}
html, body {	
	height: 100%; 
	min-height: 100%;
	background-color: #fff;
}
body {
	line-height: inherit; 	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000; 
}

#page {
	width: 998px;
  	margin: 0 auto;
}

	#header {
		height: 180px;
	}
		#header #logo {
			display: block;
			float: left;
			width: 99%; 
			height: 73px;
			margin: 50px 0 0 35px;
			background: url('../images/logo.jpg') 0 0 no-repeat;
		}
		#breadcumbs_header { float: left; width: 500px; color: #999; font-size: 16px; line-height: 74px;}
			#header #logo #ref {
				float: left;
				display: block;
				width: 227px;
				height: 73px;
			}
		#header #header_img {
			margin-left: 290px;
			height: 228px;
			background: url('../images/header_img.jpg') 0 0 no-repeat;
		}
	

	#content {
		padding-top: 1px;	
	}
		#content .side {
			padding-top: 30px;
		}	
		.left { float: left; width: 270px; }
		.right { float: right; width: 260px; font-size: 12px; }
		#content #text {
			margin: 0 0 0 290px;	
			padding-top: 13px;
		}
			.side .header {
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 22px;
			}
			.side #main_menu {
				margin: 0 0 0 27px;
				padding: 0;
				list-style-type: none;
			}
				#main_menu li { position: relative;
					margin: 0;
					padding: 0 0 4px 40px;
					line-height: 30px;					
				}
					#main_menu li a {  
						color: #003366;  
						text-decoration: none;
						vertical-align: center;
					}
					#main_menu li.active, #main_menu li:hover {
						color: #1579e0;
					}
						#main_menu li ul { 
							display: none;
							list-style-type: none;
							margin: 6px 0 -5px 15px; 
							padding: 0;
						}
						#main_menu li ul li {
							padding: 0;
							margin: 0; 
							line-height: 18px;
						}
						#main_menu li.active ul { display: block; }
			.side .articles_block {
				margin: 35px 30px 0 50px;	
			}
				.articles_block .article {
					margin: 12px 0 5px 0;	
				}
					.article .date {
						padding-left: 8px;
						color: #999;
						font-size: 9px;
						background: url('../images/bullet2.gif') 0 50% no-repeat;	
					}
						.article  a { 
							display: block;
							margin-top: 3px;
							font-size: 12px;
						}
				.articles_block .archive { 
					display: inline-block; 
					font-size: 12px;
					margin-top: 10px;
					border-bottom: 1px dotted #1c3c60; 
				}
			.side .banner {
				margin-top: 20px;
				padding-left: 20px;
			}
			
			
	#footer {
		margin-top: 55px;
		background: url('../images/footer_pattern.jpg') 0 0 repeat-x;
	}
		#footer table {
			width: 100%;
			height: 66px;
			color: #666;
			font-size: 10px;
			background: url('../images/footer_background.jpg') 100% 0 no-repeat;
		}
			#footer td a {
				color: #666;
				font-size: 10px;
			}
				#footer td {
					
				}
				#footer #copy1 {
					width: 24%;
					height: 100%;
					padding-left: 30px;
				}
				#footer #developer {
					width: 13%;
				}
.descr { padding: 10px 0 8px 0; border-bottom: 1px dashed #959595;}
