@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666666;
}

.maincontainer {
	width:1215px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#mainheader {
	width:1215px;
	height:135px;
}

#mainheader_logo {
	width:295px;
	height:135px;
	background:url(../images/logoblock.jpg) no-repeat;
	margin-left:66px;
}

#container_top {
	width:1215px;
	height:137px;
	background:url(../images/header.jpg) no-repeat;
	float:left;
}

#container_content {
	width:1215px;
	height:auto;
	background:url(../images/content_bg.jpg) repeat-y;
	float:left;
}

.body_text {
	width:580px;
	height:auto;
	margin-left:26px;
	margin-top:15px;
	float:left;
	line-height:1.5em;
}

#container_bot {
	width:1215px;
	height:210px;
	background:url(../images/footer.jpg) no-repeat;
	float:left;
}

#portrait {
	width:421px;
	height:233px;
	margin-left:72px;
	float:left;
}

#contact_container {
	width:399px;
	height:105px;
	float:left;
	margin-left:85px;
	margin-top:20px;
}

#contact_call {
	width:399px;
	height:50px;
	background:url(../images/call.jpg) no-repeat;
}

.contact_text {
	font-size:1.3em;
	margin-top:15px;
	float:right;
	margin-right:20px;
}

#contact_write {
	width:399px;
	height:50px;
	background:url(../images/write.jpg) no-repeat;
}	

.thumb {
	width:115px;
	height:85px;
	float:left;
	background:url(../images/thumb_bg.jpg) no-repeat;
	margin-top:25px;
	margin-left:25px;
}

.thumbnail {
	width:95px;
	height:67px;
	margin-top:9px;
	margin-left:10px;
	float:left;
}

