@charset "utf-8";
/* CSS Document */

* {
	margin:0;padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
}


#wrapper {width:1000px; margin:0 auto;}
#header {
	width:1000px;height:239px; 
	background:url(img/header.jpg) no-repeat;
	border:none;
}
#header h1 {
	font-size:24px;
	font-weight:bold;
	padding: 105px 0 0 60px;
	color:#FFFFFF;
	float:left;
}

#contacts h2 {
	font-weight:bold;
}

#contacts{
	padding:70px 0 0 75px;
	float:left;
}


#content{
	width:900px;
	background:url(img/back.jpg) repeat-y;
	аheight:300px;
	padding:20px 50px 20px 50px;
	color:#333333;
}

#content h1 {text-align:center; font-size:24px;padding-bottom:10px;}
#content h2 {text-align:center; font-size:18px; padding-bottom:10px; color:#000000;}

.imgtxt {width:420px; float:left;}
#content p {padding-top:10px;}

a {border-color:#999999; color:#999999; }
a:hover{border-color:#333333; color:#333333;}
img {border:#666666 thin solid;}


#footer{background:url(img/footer.jpg); height:56px; width:1000px;}
