﻿@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#1e1e1e;
}
body {
background-image:url(images/background.jpg); background-repeat:no-repeat;
background-position:top center;
background-color:#18843c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
width:798px;
margin:0 auto;
}
#header {
height:416px;
}
#content {
background-image:url(images/content_bg.jpg);
overflow:auto;
}
	#left {
	float:left;
	width:214px;
	}
	#right {
	float:right;
	width:584px;
	display:inline;
	}
	#main {
	padding-left:14px; padding-right:14px;
	padding-top:2px;
	}

#bottom {
clear:both;
background-image:url(images/bottom.jpg);
height:13px;
}
#footer {
padding:6px 0px 6px 0px;
text-align:center;
color:#C6AE70;
font-size:11px;
}
#footer a{
color:#C6AE70;
text-decoration:none;
}