@charset "UTF-8";
body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 0;
	text-align: center;
	padding:15px 0 0 40px;
	width: 2360px;
}
#center {
	background-color: #FFF;
	text-align: left;
	overflow: hidden;
	width: 2320px;
	padding-right: 0px;
}
#main {
	overflow: hidden;
}
a {
	color: #a22626;
	text-decoration: none;
}
a:hover {
	color: #a22626;
	text-decoration: underline;
}
#logo {
	height: 60px;
	margin-bottom:15px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h2 {
	font-size: 14px;
	color: #626161;
	line-height: 21px;
}
h1 {
	font-size: 24px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 5px 0 20px 0;
	line-height: 24px;
	color: #000;
}
.clear {
	font-size: 0%;
	line-height: 0%;
	clear: both;
	height: 0px;
}
#about {
	width: 400px;
	margin-right: 10px;
	float: left;
	min-height: 650px;
}
#works {
	width: 220px;
	margin-right: 10px;
	padding-left: 10px;
	float: left;
	min-height: 650px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rest {
	width: 220px;
	margin: 49px 10px 0 0;
	padding: 0 0 0 10px;
	float: left;
	height: 601px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#footer {
	font-size: 10px;
	line-height: 13px;
	margin: 40px 0 40px 0;
	padding: 10px;
	background-color: #FFF;
}
#contact {
	float: right;
	margin-top: 80px;
}
strong {
	font-weight: bold;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 13px;
	margin-bottom: 10px;
	color: #000;
}
