/* CSS Document */

body { 		background-color: #f9faf5;
			margin:0 auto;
}
a { color:#0066FF; text-decoration:none;
}

a:hover { color: #1032F5;

}
a:visited hover{ color:#0099FF;}

#main_container {
					
					height:1490px;
					width:1000px;
					margin: 0 auto;

}
/* ----- Здесь располагается все, что относится к header----- */

#header { 	background-image: url(images/h2.jpg);
			width:1000px;
			height:617px;
}

#wrapper { 

}

#content { 	clear:both;
			width:1000px;
			height:870px;
		
}
content #div {
			float:left;
}

#left { 	float:left; 
			width:230px;
		
}


#menu div {
			background-image:url(images/q1.png);
			width:206px; 
			height:64px;
			margin-top:2px;
			}

#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-top:35px;
			}


#center {   float:left; 
			width:760px;
			
			}
			
#center h1{padding-top: 5px; padding-left: 50px; color: #2e9adf; font-size: 18px;

}

#center h2{ 
text-align:center;
 padding-top: 13px; 
 color: #0033CC; 
 font-size: 14px;
 font-weight:bold;

}

#h2 { width:230px; height:56px; margin:0 auto;
background-image:url(images/hcc.jpg);

}

#cc 	{ 

width:675px;
padding-left: 50px;
			
			}
			
			
#cc img { 
margin: 9px;
border: 1px solid; border-color:#666666;
}

#cm 	{

margin: 10 auto;
			
			}

		
#center p{	padding-top: 10px; 
			padding-left: 0px; 
			padding-right: 10px; 
			font-size: 14px;

}



/* ----- Здесь располагается все, что относится к 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);
	
}



