html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #544e38;
}

a {
	text-decoration: underline;
	color:#0033ff;
}	
a:visited
{
   color: #0033ff;
}
a:active
{
   color: #0033ff;
}
a:hover {
	text-decoration: underline;
	color:#f77c09;
}

body {
	background: maroon url(images/bg.jpg) repeat-y;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}
#wrapper {
	text-align: left;
	position: relative;
	padding-top: 38px;
	margin: auto;
	width: 800px;
	background: maroon url(images/bg.jpg) repeat-y;
}

#body {
	color: white;
	width: 100%;
}

#nav {
	position: absolute;
	top: 10px;
	left: 130px;
}

#nav  a {
	background-image:url(images/menu.jpg);
	width:110px;
	height:25px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	vertical-align: text-middle;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}

#nav  a:hover {
	color:#ffcc00;
}

#welcome {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/body_bg.gif) repeat-y;
	}

#welcome a {
	color: #0000cc;
}

#welcome a:hover {
	color: #ffcc00;
}

#welcome h2 {
	text-align: center;
	margin: 11px;
	color:#ceb085;
	font-size:24px;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 420px;
	padding-right: 0px;
	padding-top: 0px;
	color: #686454;
}

#bottom {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 420px;
	padding-right: 0px;
	padding-top: 0px;
	color: #686454;
}

.fineline {
	border-bottom: 1px solid #D3CAA9;
	margin-bottom: 12px;
}

.clear-flat {
	margin-bottom: 4px;
}

#footer {
	position: absolute;
	top: 565px;
	left: 550px;
	font: 8px arial, sans-serif;
	color: #4E4A3A;
	text-align: right;
//	padding-right: 47px;
}