﻿body 
{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background-position:bottom;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
}

.header
{
	width:800px;
	height:97px;
	background-color:White;
	float:left;
}
.headerleft
{
	width:233px;
	height:97px;
	text-align:center;
	float:left;
	
}

.headerright
{
	width:567px;
	height:97px;
	text-align:center;
	float:right;
	background-color:White;
	background-image:url(topbanner.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.container
{
	width:800px;
	height:auto;
	background-color:White;
	float:left;
}
.left
{
	background-color:#993333;
	width:233px;
	height:645px;
	float:left;
	text-align:left;
}

.left a
{
	margin-left:15px;
	text-decoration:none;
	color:#fffeff;
	font-family:Georgia;
	font-size:14px;
}

.left a:hover
{
	margin-left:15px;
	color:#ffffe3;
	font-family:Georgia;
	font-size:14px;
	text-decoration:none;
}

.right
{
	background-color:White;
	width:560px;
	float:right;
	height:645px;
	text-align:left;
}

.futer
{
	width:800px;
	height:60px;
	float:left;
	color:#FFFBF0;
	background-image:url(futer.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
}
.futer a
{
	font-family:Georgia, Verdana, Times New Roman;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#CCCCCC;
}
.futer a:hover
{
	font-family:Georgia, Verdana, Times New Roman;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
}

.address
{
	margin-top:-15px;
	font-family:Georgia,Tahoma, Times New Roman;
	font-size:13px;
	color:#3a2400;
	text-align:right;
	margin-right:15px;
}
h3
{
	font-family:Georgia,Tahoma, Times New Roman;
	font-size:14px;
	color:#95000e;
	padding-bottom:0px;
	margin-right:15px;
	text-align:right;
}
