body 
{
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

th.header1
{
	background-color: #523935;
	color:#fff9ef;
}

span.menu
{
	color:#FFF;
	padding:3px;
}

img
{
	border: none;
}

body table tr td table tr td
{
	border:1px solid #523935;	
}

table
{
	background-color:#fff9ef;
	border:1px solid #523935;
	margin:auto;
	
}

th.header2
{
	background-color:#ada09d;
	border-bottom: 1px solid #523935;

}


body,td,th 
{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #533933;
	margin: 0;
	padding: 0;
}

div.container
{
	width: 1200px;
	margin:0;
	padding:0;
}

div.header
{
	width: 1200px%;
	height: 329px;
	background-image:url(../images/headerBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;

}

div.links
{
	width:100%;
	color: #fff9ee;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	padding-top: 245px;
	font-size:18px;
}

div.mainLayout
{
	background-image:url(../images/mainLayoutBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width: 100%;
	height: 481px;;
}

div.content 
{
	width: 780px;
	margin: auto;
	padding: 1px 0 0 30px;
}

div.footer
{
	background-image:url(../images/footerBG.png);
	background-repeat: repeat-x;
	height:230px;
	background-color:#533934;
	text-align: center;
	color: #fef9f0;
	float:left;
	width:100%;
}

div.left
{
	width: 440px;
	float:left;
	padding: 0 20px 0 0;
}

div.right
{
	width: 280px;
	float: left;
	padding: 0 0 0 40px;
}

div.right UL
{
	padding:0;
	margin:0;
	list-style:none;
}

div.right LI
{
	padding:0;
	margin:0;
}

a:link 
{
	color: #533933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #533933;
}
a:hover {
	text-decoration: none;
	color: #E06E3E;
}
a:active {
	text-decoration: none;
	color: #533933;
}

a.menu:link 
{
	color: #fef9f0;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #fef9f0;
}
a.menu:hover {
	text-decoration: none;
	color: #E06E3E;
}
a.menu:active {
	text-decoration: none;
	color: #fef9f0;
}
h1 {
	font-size: 24px;
	color: #533933;
}
h2 {
	font-size: 20px;
	color: #533933;
}
h3 {
	font-size: 18px;
	color: #533933;
}

input{border:2px solid #533933;}
textarea{border:2px solid #533933;}
