body {
	background-color: #CC9933;
	background-image: url(body-bg.jpg);
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
	background-attachment: fixed;
}

#wrapper {
	width: 962px;
	margin: 10px auto;
}

#header {
	background-image: url(header.png);
	width: 962px;
	height: 141px;
	background-repeat: no-repeat;
	clear: both;
}

#top {
	background-image: url(top.png);
	width: 962px;
	height: 214px;
	background-repeat: no-repeat;
	clear: both;
}

#top-text {
	margin: 0px 0px 0px 130px;
	width: 360px;
}

#nav {
	width:155px;
	float: right;
	margin: 0px 80px 0px 0px;
}

#middle {
	background-image: url(middle.png);
	background-repeat: no-repeat;
	width: 962px;
	height: 227px;
	clear: both;
}

#bottom {
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	width: 962px;
	height: 85px;
	clear: both;
	font-size: x-small;
}

#top-text a, #top-text a:link, #top-text a:active, #top-text a:visited,
#middle a, #middle a:link, #middle a:active, #middle a:visited,
#bottom a, #bottom a:link, #bottom a:active, #bottom a:visited
{
	color: #9d0000;
	text-decoration: none;
	border-bottom: 1px dashed #9d0000;
}

#top-text a:hover,
#middle a:hover,
#bottom a:hover
{
	color: #330000;
	border-bottom: 1px dashed #300;
}

#footer {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	width: 962px;
	height: 179px;
	clear: both;
	padding: 30px 100px 0px 380px;
	font-size: x-small;
	line-height: 1.5em;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #663300;
	text-decoration: none;
	border-bottom: 1px dashed #630;
}

#footer a:hover {
	color: #330000;
	border-bottom: 1px dashed #300;
}

#footer ul, #footer li {
	list-style-type: none;
}

img {
}

p {
	margin: 5px 0px;
	text-indent: 10px;
}

.left-text {
	margin-left: 130px;
	width: 360px;
	padding-top: 10px;
}

.right-text {
	float: right;
	margin-right: 90px;
	width: 350px;
	padding-top: 10px;
}

.bottom-left-text {
	margin-left: 300px;
	width: 180px;
	padding-top: 40px;
}

.bottom-right-text {
	float: right;
	margin-right: 220px;
	width: 220px;
	padding-top: 40px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.title {
	text-indent: 0px;
	font-weight: bold;
}

