@charset "utf-8";
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }
body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #A97F4F;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 685px;
}

#menubkg {
	background-image: url(images/menugradient.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 868px;
}
h1 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECD0AE;
	padding-bottom: 5px;
}
h2 {
	font-size: 17px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #D1DBF1;
	text-decoration: none;
}
a:visited {
	color: #D1DBF1;
	text-decoration: none;
}
a:hover {
	color: #D1DBF1;
	text-decoration: underline;
}
a:active {
	color: #D1DBF1;
	text-decoration: none;
}
.tablecellborder {
	border: 1px dotted #7997CB;
}
.floatrt {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	clear: left;
}

