* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #212121;
	background: #363636 url(images/bg.png) repeat-x top left;
	font-size: 13px;
	}
	
a { color: #212121;	text-decoration: none; }	
a:hover { text-decoration: underline;	}	
a img{ border: 0;}	
:focus {	outline: 0;	}
	
orm, p { margin: 0; padding: 0; }	
ol, ul { padding: 0 10px 5px;}
ol li, ul li { margin-left: 30px;}
.small { font-size: 9px;}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal;}

#wrapper {
	width: 754px;
	margin: 45px auto 0 auto;
	}

/* start header  */
	
.header {
	height: 262px;
	margin-bottom: 7px;
	}
	
	.menu { 
		float: left;
		width: 723px;
		height: 23px;
		margin-bottom: 5px;
		padding: 12px 0 0 31px;
		background: url(images/menu_bg.png) no-repeat left top;
		}		
						
	.menu li { 
		float: left;
		height: 13px;
		list-style: none;
		padding: 0;
		margin: 0;
		}		
	
	.logo {
		width: 300px;
		height: 222px;
		float: left;
		background: url(images/logo_block.png) no-repeat left top;
	}
	
	.logo a { width: 300px; height: 222px; display: block;}
	.logo span {	display: none;}
	
	.banner {
		width: 447px;
		height: 222px;
		float: right;
	}
	
	
/* end header */ 


/* start container */  

.container {
	width: 100%;
	background: #FFF;}
	
	.container_top { 
		background: url(images/container_top.png) no-repeat left top;
		height: 9px;
		font-size: 1px;
	}
	
	.container_bottom { 
		background: url(images/container_bottom.png) no-repeat left bottom;
		height: 9px;
		font-size: 1px;
		margin-bottom: 5px;
	}
		
	/* start content */ 

	.content {
		float: left;
		width: 100%;
		padding-top: 6px;
		}	
		
	.content h2 { 
		border-bottom: 1px solid #87020c;
		padding-bottom: 7px;
		}

	.content h2 span {display: none;}
	.content h2 a {display: block;}	
	
	.content h3 { 
		font-size: 24px;
		color: #a9020a;
		padding: 0 25px 8px 25px;
		}
		
	.content .form { 
		width: 700px;
		margin: 10px 0;
		padding: 4px;
		}
	
	.content .form tr { margin: 3px 0;}
		
	.inner { padding: 0 25px;}
	
	.content p { line-height: 15px; padding: 2px 0 12px;}
	.content p a { color: #87020C;}
	
	.left {
		float: left;
		width: 268px;
		margin-left: 24px;
		color: #000;
		font-size: 13px;
		display: inline;
		}	
		
		.left .block  {
			margin-bottom: 20px;
			}
		
		.left .block ul {
			margin: 12px 0;
			padding: 0;}

		.left .block ul li {
			background: url(images/dot.png) no-repeat left top;
			background-position: 1px 8px;
			padding: 3px 0 5px;
			margin-left: 4px;
			margin: 0;		
			list-style: none;
			}
		
		.left .block ul li a {
			color: #000;
			width: 243px;
			display: block;
			font-size: 13px;
			padding-left: 15px;
			}
		
		.left .block p{
			margin: 10px 0;
			padding: 0;
			}				
			
		.left .block p img{
			float: left;
			padding-right: 10px;
			}
	
	.right {
		float: right;
		width: 434px;
		margin-right: 11px;
		display: inline;
		}
		
		.right .block { font-size: 15px;	}
			
		.right .block p {
			color: #87020c;
			line-height: 21px;
			padding: 11px 10px 11px 0;
			text-align: justify;
			}
			
		.right .block p.last{
			margin-bottom: 9px;
			}
			
		.contact {
			font-size: 12px;
			padding: 8px 0 0 8px;
			}
		
		.contact .left {
			float: left;
			width: 205px;
			margin: 0;
			font-size: 12px;
			}
			
		.contact .right {
			float: right;
			width: 180px;
			margin: 0;
			}
			
		.contact span {display: block;}
			
		.contact .left span.left, .contact .right span.left {
			float: left;
			width: 65px;
			clear: both;
			}
			
		.contact .left span.right {
			float: right;
			width: 140px;
			margin-bottom: 7px;
			}
			
		.contact .right span.right {
			float: right;
			width: 115px;
			margin-bottom: 7px;
			}
	
	/* end content */ 	
 
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	}
	
/* end container */  
 
 
/* start footer */

#footer {
	height: 63px;
	color: #FFF;
	padding-bottom: 25px;
	}
	
#footer .red_block {
	padding: 6px 17px 12px;
	font-size: 10px;
	text-align: left;
	font-family: Verdana, sans-serif;
	float: left;
	width: 723px;
	height: 23px;
	margin-bottom: 5px;
	background: url(images/menu_bg.png) no-repeat left top;
	}
	
.footer_menu { 
	width: 531px;
	margin: 0 auto;
	}
	
.footer_menu ul li { 
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.footer_menu li a {
	text-align: center;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 11px;	
	}
	
	
/*  end of footer  */

