body {
	background-color: #A25E15;
	background-image:   url("images/pattern.jpg");
	background-repeat: repeat;
}
p, td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:15px;
}
.highlight {
	font-weight: bold;
	color: #AD3E0A;
}
.small {
	font-size: 10px;
}
a:link, a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #333333;
}
#content {
	background-color: #fffef4;
	background-image:   url("images/shell-bg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 20px auto 20px auto;
	border: 2px solid #AD3E0A;
	width: 800px;
}
#header {
	height: 100px;
}
#leftnav {
	font-size: 16px;
	font-weight: bold;
	color: #8a481d;
	width: 150;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 200px;
}
#leftnav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#leftnav li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftnav a{
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0;
	width: 90%;
}

#leftnav a:link, #leftnav a:visited {
	color: #8a481d;
	text-decoration: none;

}

#leftnav a:hover, #leftnav a:active, #leftnav a:focus {
	color: #cccccc;
	text-decoration: none;

}
#copy {
	padding: 10px;
	vertical-align: top;
}

#copy img {
	text-align: center;
}
#footer {
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
	