* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #A76264;
	background-color: #AA7F00;
	margin: 0;
}

hr {
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.3em;
	background: url(images/ball.gif) left no-repeat;
	padding-left: 20px;
}

h3 {
	font-size: 1.15em;
}

h2, h3 {
	margin-top: 6px;
	margin-bottom: 8px;
}

p {
	margin-bottom: 4px;
	text-align: justify;
}

a, a:visited {
color: #A76264;
text-decoration:none;
}

#wrapper {
	width: 766px;
	margin: auto;
	background: #FFFDEE url(images/contentbg.png) repeat-y;
}

#banner {
	width: 100%;
	height: 186px;
	background: url(images/top.jpg) no-repeat;
}

#mainmenu {
	width: 100%;
	height: 24px;
	background: #642200;
}

#mainmenu ul {
	padding-top: 4px;
	margin-top: 0px;
	margin-left: 20px;
	display: block;
}

#mainmenu li {
	width: 80px;
	list-style: none;
	display: inline;
}

#mainmenu li a {
	padding: 4px 4px 4px 4px;
	color: #ffffff;
}

#mainmenu li a:hover, li#selected a {
	background: #E1B741;
	color: #fff;
}

#topline {
	width: 100%;
	background: url(images/line2.jpg) repeat-x;
	height: 2px;
}

#content {
	width: 100%;
	background: #FFFDEE url(images/contentbg.png) repeat-y;
}

#content-left {
	float: left;
	width: 156px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#login {
	margin-bottom: 10px;
	text-align: left;
}

#content-right {
	margin-left: 210px;
	margin-right: 40px;
	padding-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #A76264;
}

#content-right ul {
	padding-left: 16px;
	padding-bottom: 8px;
}

#title {
	text-align: center;
	color: #A76264;
}

#footer {
	clear: both;
	padding-top: 3px;
	margin-bottom: 0;
	height: 17px;
	text-align: center;
	background: url(images/last.jpg) repeat-x;
	color: #652200;
	font-size: 8pt;
}