/* CSS Document */
body
{
margin:0px;
padding:0px;
background:#FFFFFF;
}
.main_body
{
width:900px;
height:689px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
background:url(../images/bg.jpg) no-repeat;
}
.left_column
{
	width:51%;
	height:auto;
	float:left;
	padding-left: 55px;
}
.right_column
{
width:42%;
height:auto;
float:right;
}
.logo
{
	width:400px;
	height:auto;
	float:left;
	padding-top: 50px;
	padding-left: 50px;
}
.text_left
{
	width:215px;
	height:auto;
	float:left;
	font:15px Georgia;
	color:#477740;
	text-align:center;
	padding-top: 35px;
	line-height:20px;
}
.footer_left
{
	width:400px;
	height:25px;
	float:left;
	font:12px Georgia;
	color:#424242;
	margin-top: 248px;
	margin-left:40px;
}
.right_text
{
width:280px;
height:auto;
float:right;
font:12px Georgia;
color:#000000;
margin-top:58px;
margin-right:83px;
line-height:16px;
}
.right_text span
{
font:20px Georgia;
color:#000000;
}
.signature_right
{
width:100%;
height:auto;
float:left;
margin-left:5px;
margin-top:10px;
}

