/* CSS Document */

body { 		background-color: #f9faf5;
			margin:0 auto;
}
a { color:#0066FF; text-decoration:none;
}

a:hover { color: #1032F5;

}
a:visited hover{ color:#0099FF;}

p {
font:Arial, Helvetica, sans-serif;
}

h1 {
font:Arial, Helvetica, sans-serif;
}

h2 {
font:Arial, Helvetica, sans-serif;
}


#main_container {
					
					height:1927px;
					width:1000px;
					margin: 0 auto;

}
/* ----- Здесь располагается все, что относится к header----- */

#header { 	background-image: url(images/h3.jpg);
			width:1000px;
			height:617px;
}

#wrapper { 

}

#content { 	clear:both;
			width:995px;
			height:1100px;
		
}
content #div {
			float:left;
}

#left { 	float:left; 
			width:230px;
			height:1100px;
			font-size: 13px;
			color:#0066FF;
			padding-left:5px;
}


#menu div {
			background-image:url(images/q1.png);
			width:206px; 
			height:64px;
			margin-top:2px;
			margin-left:5px;
			}

#menu p { 	padding-top:20px; 
			text-align:center; 
			font-family: "Myriad Pro";
			font-size: 14px;
			font-weight: bolder;
			
			}	

#kontact { 	background-image:url(images/s1.png);
			width:212px;
			height:297px;
			margin-left:5px;
			margin-top:35px;
			margin-bottom:30px;}

#count {
			width:90px;
			height:150px;
			margin-left:5px;
			margin-top:50px;
}


#center {   float:left; 
			width:520px;
			height:1100px;
			}
			
#center h1{padding-top: 5px; padding-left: 50px; color: #2e9adf; font-size: 18px;

}

#center h2{padding-top: 5px; padding-left: 50px; color: #2e9adf; font-size: 16px;

}
			
#center p{	padding-top: 10px; 
			padding-left: 0px; 
			padding-right: 10px; 
			font-size: 13px;

}

#center ul{	
			padding-left: 30px; 
			
		
	}		

#right {    float:left; 
			width:240px;
			height:1100px;
}

#right ul { width:190px;
			padding:10px 10px;
}

 


#right a {
			font-size: 12px;
			font-weight:bold;
			
}

#right #r1 { background-image:url(images/q2_03.png);
width:210px;
height:212px;

}

#r1 img{ width:187px;
		 height:134px;
		 margin:9px 8px;
		 border:1px #333333 solid;

}

#right #r3 { 	background-image:url(images/q3.png);
				
				width:210px;
				height:212px;

}

#r3 img{ width:187px;
		 height:134px;
		 margin:9px 8px;
		 border:1px #333333 solid;

}

#right #r4 { 	background-image:url(images/q2.png);
				width:210px;
				height:212px;

}

#r4 img{ width:187px;
		 height:134px;
		 margin:9px 8px;
		 border:1px #333333 solid;

}
/* ----- Здесь располагается все, что относится к footer---- */


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer { 
width:1000px;
height:207px;
background-image:url(images/v2.jpg);
	
}

#footer p { font: Arial, Helvetica, sans-serif; color:#0033FF; font-size:12px;
padding-top: 5px;

}



