body{
	background: #1359b9 url(images/repeatbg.jpg) center repeat-y;
	color: #41490b;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1{
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6c2e22;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #acc215;
}

a{
	text-decoration: underline;
	font-weight: bold;
	color: #41490b;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #acc215;
}

img{
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #acc215;
}

img.noborder{
	border: 0;
}

a:hover img{
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #d5e956;
}

#wrapper{
	width: 100%;
	background: url(images/mainbg.jpg) center top no-repeat;
	height: 430px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}

#container{
	width: 862px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}

#content{
	width: 619px;
	padding: 15px 15px 20px 15px;
	position: absolute;
	top: 234px;
	left: 5px;
}

td input, textarea{
	font-family: Verdana;
	font-size: 16px;
	color: #6c2e22;
	background-color: #fff;
	border: 1px solid #acc215;
}

td input.button{
	font-family: Verdana;
	font-size: 14px;
	color: #acc215;
	background-color: transparent;
	border: 1px solid #acc215;
}

#sidebar{
	width: 180px;
	padding: 15px;
	position: absolute;
	top: 245px;
	left: 650px;
	background: url(images/vertdot.gif) left top repeat-y;
	font-family: Georgia, Arial;
	font-size: 14px;
	line-height: 1.3em;
	height: 100%;
}

#sidebar a{
	display: block;
	padding: 10px;
	border: 1px solid #dfe99a;
	text-decoration: none;
	color: #b1c146;
}

#sidebar a:hover{
	background: #ecefd8;
}

#footer{
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	text-align: center;
	position: absolute;
	top: 217px;
	left: 688px;
}

#footer a{
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}