body {
    font-family: Trebuchet MS;
    font-size: 12px;
	color: #c09228;
	letter-spacing: 1px;	
	background-image: url(bg);
	background-color: #c09228;
    background-repeat: repeat-y;
	background-position: 50px;
	text-align: justify;
	overflow-x:hidden;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
    color: #00cccc;
	text-decoration: line-through;
}

.thebg {
	width: 525px;
	background: url(bg.gif);
	margin: -8px auto
}

.header {
	width: 485px;
	height: 415px;
	background: url(header.png);
	margin-top: 0px;
	margin: 0;
}

.menu {
	width: 100%;
	height: 10px;
    text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

.content {
	width: 485px;
	margin-top: 0px;
	margin-left: 0px;
}

.menulist { 
    color: #BA4F25;
    background-color: #c09228;
    padding: 5px;
}

.menu a {
    background-color: #c09228;
    padding: 3px 10px 3px 10px;
}

.menu a:hover {
    color: #000000;
    background-color: #c09228;
 }

.title {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: .4em;
    text-transform: uppercase;
	text-align: left;
	color: #CD3417;
	border-bottom: 1px dotted #CD3417;
	margin-bottom: 0px;
}

.linespace {
	line-height: 2pt;
}

input, select, textarea, option {
    font-family: Trebuchet MS;
    font-size: 12px;
	border: 0;
	background-color: #c09228;
	color: #000000;
	padding-left: 3px;
}

b {
    font-weight: normal;
    border-bottom: 1px dotted #998a37;
    color: #00cccc;
}

ol {
    padding-left: 20px;
    padding-top: 0px;
}