body {
	background: url(images/bg.jpg) top center repeat-y;
	color: #000000;
	font: 0.75em "Trebuchet MS", verdana, arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#wrapper {
	background: #ffffff;
	border: 0px solid #d9c700;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 780px;
}

#header {
	height: 280px;
	text-align: center;
	width: 770px;
}

.container {
	height: 35px;
	margin: 20px 0 10px 5px;
	width: 770px;
}

#navCircle {
	border-bottom: 1px solid #d68d59;
	margin: 0;
	padding: 0 0 20px 10px;
}

#navCircle li {
	display: inline;
	list-style-type: none;
	padding: 0;
}

#navCircle a:link, #navCircle a:visited {
	color: #6d2900;
	float: left;
	font-size: 1.3em;
	padding: 0 15px 15px 15px;
	text-align:center;
	text-decoration: none;
}

#navCircle a:link.active, #navCircle a:visited.active {
	color : #000000;
}

#navCircle a:hover {
	background : url(images/arrow.gif) no-repeat bottom center;
}

#content {
	border-right: 1px solid #d68d59;
	float: left;
	margin-left: 11px;
	margin-top: 0;
	padding: 5px;
	width: 560px;
}

#content p {
	padding: 0 20px;
}

#right-col {
	margin: 5px 0 0 590px;
	padding: 3px;
	text-align: center;
	width: 175px;
}

#right-col h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#footer {
	background: #7d3502;
	color: #ffffff;
	font-size: 0.9em;
	margin: 50px 0 0 0;
	padding: 5px;
}

#footer a:link, #footer a:visited {
	color: #d68d59;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

h2 {
	color: #d9c700;
	font-size: 1.4em;
	letter-spacing: 5px;
	margin: 20px;
	text-transform: uppercase;
}

h3 {
	color: #d9c700;
	font-size: 1.2em;
	letter-spacing: 5px;
	margin: 5px;
}

blockquote {
	color: #c50034;
	font-style: italic;
	font-weight: bold;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #6d2900;
	text-decoration: none;
}

a:hover {
	color: #565656;
	text-decoration: underline;
}

ul.side {
	color: #6d2900;
	list-style-type: square;
	margin: 0;
	padding: 0;
	text-align: left;
}

.side li {
	margin-left : 2em;
	padding-left : 0.2em;
}

.fieldset {
	border: solid 0 #ffffff;
	width: 500px;
}

.fieldset label {
	float: left;
	margin: 0;
	margin-top: 3px;
	padding: 2px;
	text-align: right;
	width: 150px;
}

.fieldset p {
	text-align: center;
	margin-top: 0;
}

.fieldset .textfield {
	background: transparent url(images/textfield_bg.gif) no-repeat;
	border: solid 0 #ffffff;
	color: #333333;
	height: 20px;
	margin: 3px;
	padding: 3px 8px;
	width: 200px;
}

.fieldset .textarea {
	background: transparent url(images/textarea_bg.gif) no-repeat;
	border: solid 0 #ffffff;
	color: #333333;
	height: 165px;
	margin: 3px;
	padding: 3px 8px;
	width: 200px;
}

.fieldset .submit {
	background: transparent url(images/submit.gif) no-repeat;
	border: solid 0 #ffffff;
	color: #565656;
	height: 20px;
	margin: 3px;
	width: 80px;
}
