<!--

html {
	background-color:#fbfbdd;
}

body {
	background-color:#fbfbdd;
	font-size:12px;
	color:#352411;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	padding-left: 100px;
}

div#wrapper {
	width: 100%;
	height:100%;
	background-color:#eaf7ba;
}

div#header {
	width: 640px;
	height: 297px;
	margin: 0px;
	padding: 0px;
	background-image:url('header.jpg');
	background-repeat:no-repeat;
}

div#header_content {
	padding-left: 160px;
	padding-top: 193px;
}

div#main_top {
	width: 640px;
	height: 21px;
	background-image:url('main_top.jpg');
}

div#main_middle {
	width: 640px;
	height: 100%;
	min-height: 200px;
	background-image:url('main_middle.jpg');
	background-repeat:repeat-y;
}

div#main_middle_content {
	margin-left: 160px;
	margin-right: 40px;
}

div#main_bottom {
	width: 640px;
	height: 77px;
	background-image:url('main_bottom.jpg');
}

div#main {
	float:left;
	color:#352411;
	margin: 40px;
	padding: 10px;
}

div#footer {
	float:left;
	padding-right: 350px;
	padding-bottom: 39px;
	margin-left: 200px;
	background-image:url('upgrades.jpg');
	background-repeat:no-repeat;
}


img {
	margin:0px;
	padding:0px;
}

a:link {
	text-decoration: none;
	color:#352411;
}
a:visited {
	text-decoration: none;
	color:#352411;
}
a:hover {
	text-decoration: underline;
	color:#ab680f;
}
a:active {
	text-decoration: none;
	color:#ab680f;
}

div#footer ul li{
	color : #000000;
	background-color : transparent;
	display: inline;
}

div#footer ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#footer ul li a:hover{
	text-decoration : underline;
}
-->