@charset "utf-8";


html ,body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0 auto;
	background: #483C32;
	text-align:center;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}
a {
	font-size: 11px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 20px;
}
#maintable, .maintableTR, .maintableTD {
	height: 100%;
	width: 100%;
	border:0;
	margin:0;
}
#mainbox {
	margin:0 auto;
	text-align: left;
	height: 341px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CEA66B;
	border-bottom-color: #CEA66B;
	background-image: url(../images/bg.jpg);
}
#Site {
	background-image: url(../images/collage.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 341px;
	width: 300px;
	padding: 0px 50px 0px 550px;
	margin: 0 auto;
}