﻿* { margin: 0; padding: 0;}


.header
{
	height: 513px;
	background-color: #000000;
	background-image: url(../img/header_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.subhead
{
	top: 31px;
	height: 482px;
	background-image: url(../img/header_02.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	text-align: center;
}

.subhead .content
{
	width: 750px;
	height: 50px;
	top: 240px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #f0b04e;
	font-family: Georgia;
	font-size: 12px;
}

.subhead .content .left
{
	width: 320px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 190px;
}

.subhead .content .right
{
	width: 320px;
	position: absolute;
	top: 0px;
	left: 431px;
	height: 190px;
}

.subhead .content p
{
	margin-bottom: 25px;
}

.infoblock
{
	margin: 0 auto 0 auto;
	background-color: #000000;
	color: #f0b04e;
	font-family: Georgia;
	font-size: 13px;
}
.info
{
	font-weight:bold;
	margin: 0 auto 0 auto;
	width: 750px;	
	text-align: center;
}

.subhead .content a.main
{
	color: #f5371d;
	font-size: 21px;
}

.subhead .content a.sub
{
	color: #f5371d;
}

.subhead .content .address
{
	position: absolute;
	bottom: 0px;
	width: 320px;
	bottom: 0px;
	height: 40px;
}

.subhead .content .address a
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.subhead .content img
{
	border: 0px;
}

.body
{

	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


.body .content
{
	width: 750px;
	height: 300px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Georgia;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 45px;
}

.body .content .left1
{
	background-image: url(../img/logo_03.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #5e3910;
	width: 320px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 150px;
}

.body .content .right1
{
	background-image: url(../img/logo_02.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #5e3910;
	width: 320px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 431px;
	padding-top: 150px;
	display: none;

}

.body .content .left2
{
	background-image: url(../img/logo_01.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #35803d;
	width: 320px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 150px;
}

.body .content .right2
{
	background-image: url(../img/logo_02.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #5e3910;
	width: 320px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 431px;
	padding-top: 150px;
}

.body .content img
{
	border: 0px;
}

.body .content p
{
	margin-bottom: 25px;
}

.body .content .address a
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.body .content a.main1
{
	color: #e42627;
	font-size: 21px;
}

.body .content a.main2
{
	color: #c57d15;
	font-size: 21px;
}

.body .content .address
{
	position: absolute;
	bottom: 0px;
	width: 320px;
	bottom: 0px;
	height: 40px;
}

.backgroundbody .line
{
	height: 2px;
	background-color: #e5e5e5;
	position: relative;
}
	
.footer
{
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 50px;
}

.footer .content
{

	width: 860px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
	
.footer .content p
{
	font-family: Verdana;
	font-size: 12px;
	color: #4e4e4e;
}

.actors
{
	margin-top: 30px;
	margin-bottom: 30px;
}
	
.actor
{
	float: left;
	margin-right: 10px;
}

.actor .left
{
	height: 128px;
	width: 14px;
	background-image: url(../img/bubble_left.png); 
	background-repeat: no-repeat;
	float: left;
}

.actor .content
{
	height:128px;
	width: 252px;
	background-image: url(../img/bubble_middle.png); 
	background-repeat: repeat-x;
	float: left;
	
}

.actor .right
{
	height: 128px;
	width: 14px;
	background-image: url(../img/bubble_right.png); 
	background-repeat: no-repeat;
	float: left;
}

.cleaner
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;	
}

.actors .last
{
	margin-right: 0px;
}

.actor .content img
{
	float: left;
	margin-right: 10px;
}
 
.actor .content p
{
	position: relative;
	top: 15px;
	left: 1px;
	display: block;
}
	
.backgroundbody
{
	background-color: #000000;
}
	
	
	
	
	