body {
	background-image: url(images/bg.jpg);
	color: #333333;
	font-family: Trebuchet MS, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
}

table {
	margin-left: 50px;
}

td {
	padding: 5px;
}

h2 {
	margin-left: 50px;
}

#wrapper {
	width: 724px;
	background-image: url(images/bg-content.jpg);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	width: 698px;
	height: 234px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#midline {
	background-image: url(images/lines.jpg);
	background-repeat: repeat-x;
	height: 14px;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	background-image: url(images/bg-nav.jpg);
	background-repeat: no-repeat;
	background-color: #d6c3a3;
	height: 52px;
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav img {
	margin: 0;
	padding: 0;
}

#content {
	background-image: url(images/bg-mid.jpg);
	background-repeat: repeat-x;
	background-color: #ebe0cd;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	width: 698px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

#contentl {
	min-height: 550px;
}

#contentl h1 {
	color: #336699;
	font-size: 30px;
	font-weight: normal;
	margin-top: 50px;
	margin-left: 25px;
}

#contentl p {
	margin-left: 50px;
	width: 90%;
}

#contentl a {
	color: #663300;
	border-bottom: 1px dotted #a87e55;
	text-decoration: none;
}

#contentl a:hover{
	color: #663300;
	border-bottom: 1px solid #663300;
	text-decoration: none;
}

#contentr {
	font-size: 11px;
	color: #663300;
	line-height: 16px;
	position: absolute;
	top: 375px;
	left: auto;
	right: auto;
	width: 180px;
	margin-left: 450px;
	padding-left: 60px;
	background-image: url(images/bg-rooster.gif);
	background-repeat: no-repeat;
}

#contentr h1{
	text-transform: uppercase;	
	color: #587e49;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: -10px;
}

#contentr p {
	width: 180px;
}

#contentr a {
	color: #663300;
	border-bottom: 1px dotted #a87e55;
	text-decoration: none;
}

#contentr a:hover{
	color: #663300;
	border-bottom: 1px solid #663300;
	text-decoration: none;
}

#footer {
	width: 698px;
	height: 27px;
	background-image: url(images/bg-footer.jpg);
	font-size: 10px;
	color: #9f7f55;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
