html, body, form, h1, h2, h3, h4, ul, li
{
	margin: 0;
	padding: 0;
}
a
{
	color: #FF6600;
}
a:hover
{
	color: #FFA405;
}
.clear
{
	clear: both;
}
body
{
	background: #2D0202;
	text-align: center;
	font: 8pt Verdana;
	color: #F4C389;
	padding-bottom: 0px;
	height:100%;
}
.bodymain
{
	padding-top: 8px;
}

/** layout **/
#wrapper
{
	text-align: left;
	width: 749px;
	background: #7C0000;
	position: relative;
	margin: 0 auto;
	height:100%;
}
#wrapperMain
{
	text-align: left;
	width: 749px;
	height: 630px;
	background: #7C0000 top right url(images/header.jpg) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -304px; /*set to a negative number 1/2 of your height*/
	margin-left: -374px; /*set to a negative number 1/2 of your width*/
}
#logo
{
	width: 500px;
	background: url(images/HomeLogo2.gif) no-repeat;
	height: 150px;
	text-align: left;
}
#logo h1
{
	padding-top: 50px;
	color: #fff;
	font: bold 20px "Verdana" , arial, sans-serif;
	padding-left: 50px;
}
#logo p
{
	margin: 0em;
	padding-left: 50px;
	font: 17px "Verdana" , arial, sans-serif;
}

#nav li
{
	list-style: none;
}
#nav-left
{
	width: 152px;
	padding-top:-2px;
}
#nav-left li
{
	background: url(images/nav_bg.jpg) repeat-x;
	font: 14px "Verdana" , arial, sans-serif;
	height: 41px;
	line-height: 41px;
	text-align: right;
	list-style: none none;
}

#nav-left a
{
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
}
#nav-left .orange a
{
	color: #FFC559;
}
#nav-left a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
#nav-right
{
	position: absolute;
	top: 0px;
	left: 150px;
	width: 225px;
	border-left: 1px solid white;
}
#nav-right ul
{
	text-align: right;
}
#nav-right li
{
	font: 12px "Verdana" , arial, sans-serif;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid white;
	background: 200px 10px url(images/arr.gif) no-repeat;
	padding-right: 40px;
	list-style: none none;
}
#nav-right li:hover
{
	background: url(images/nav_bg.jpg) repeat-x;
}
#nav-right a
{
	color: white;
	text-decoration: none;
}
#nav-right a:hover
{
	text-decoration: underline;
}

/** body **/

#body
{
	border-top: 1px solid white;
	padding-top: 20px;
}
#left
{
	float: left;
	width: 429px;
	padding-left: 15px;
}
#lefthistory
{
	float: left;
	width: 710px;
	padding-left: 15px;
	padding-right: 15px;
}
#leftmain
{
	float: left;
	width: 700px;
	padding-left: 15px;
}

#right
{
	float: right;
	width: 245px;
	padding-right: 20px;
}

#welcome
{
	padding-left: 29px;
}

h2.guilded
{
	background: bottom left url(images/welcome_bg.gif) repeat-x;
	height: 22px;
	margin-bottom: 0.8em;
	font-weight: normal;
	font-size: 20px;
	width: 270px;
}
h2.guilded span
{
	padding-right: 8px;
	float: left;
}
p
{
	margin: 1em 0;
	line-height: 1.1;
}

/** right **/

#menu
{
	background: bottom left url(images/specials.jpg) no-repeat;
	border: 1px solid #97321D;
	padding-left: 160px;
	padding-top: 22px;
}
#function
{
	background: bottom left url(images/function_home.png) no-repeat;
	border: 1px solid #97321D;
	padding-left: 160px;
	padding-top: 22px;
	background-color: #5A0000;
}
#market
{
	background: bottom left url(images/MarionMarkets.jpg) no-repeat;
	border: 1px solid #97321D;
	padding-left: 160px;
	padding-top: 22px;
}
#menu h2
{
	margin-left: -20px;
	font-weight: normal;
	color: #FF8A00;
	margin-bottom: 0.5em;
	font-size: 16px;
}
#menu form
{
	text-align: center;
}
#menu p
{
	margin: 0.5em 0;
}

#function h2
{
	margin-left: -10px;
	font-weight: normal;
	color: #FF8A00;
	margin-bottom: 0.5em;
	font-size: 15px;
}
#function form
{
	text-align: center;
}
#function p
{
	margin: 0.5em 0;
}


/** footer **/

#footer
{
	text-align: center;
	background: url(images/divider.gif) repeat-x;
	padding: 10px 20px 6px 20px;
	margin: 0 2em;
	position:relative;
}
#footer li
{
	list-style: none;
	display: inline;
}
#footer a
{
	color: #E49E6F;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
