@charset "utf-8";
/* CSS Document */

* {margin: 0px; padding: 0px;}
body {background: #d39755; font-family: Arial, Helvetica, sans-serif;}
.wrapper {
	width: 751px;
	margin: 0px auto;
}
img {border: 0px; padding: 0px; margin: 0px;}
.header {
	width: 751px; height: 142px;
	background: url(images/header.jpg);
	position: relative; z-index: 1;
}
.container {
	position: relative;
	width: 751px; min-height: 405px;
	background: url(images/content-bg1.gif) repeat-y;
}
.l-t {
	position: absolute;
	top: 0px; left: 0px;
}
.nav1 {
	float: left; padding-left: 8px;
}
.nav2 {
	position: absolute; top: 0px; left: 162px;
	height: 36px;
}
.nav3 {position: absolute; top: 0px; right: 0px; z-index: 2;}
.nav3 img {float: right;}
.content {
	margin-left: 165px; margin-right: 30px; padding-bottom: 10px;
}
.right {
	float: right;
}

.footer {
	width: 751px; height: 51px;
	background: url(images/footer.gif);
}

ul {
	margin-left: 40px; font-size: 10pt;}
p {
	margin: 15px 0px 0px 20px;
	padding-bottom: 5px;
	font-size: 10pt;
}
a:link {text-decoration: none; color: #4e0f09;}
a:visited {text-decoration: none; color: #8c2c24;}
a:hover {text-decoration: underline; color: #4e0f09;}