body {
	background-color: #784900;
	background-image: url('images/background.jpg');
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

img, table, tr, td {
	border: 0px;
}

div img {
	padding: 0px 10px 0px 10px;
}

a:link, a:visited, a:active {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

.header {
	background-image: url('images/header.jpg');
	background-position: top;
	background-repeat: no-repeat;
	width: 1075px;
	height: 336px;
}

.footer {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 25px;
}

.container {
	background-color: #ffffff;
	height: 100%;
	width: 895px;
}

.main {
	padding: 30px 40px 0px 40px;
	vertical-align: top;
	height: 100%;
	width: 895px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000099;
}

.nav {
	height: 15px;
	vertical-align: top;
}

.l1{
	background-image: url('images/l1.jpg');
	background-repeat: repeat-y;
	width: 20px;
}

.l2{
	background-color: #784900;
	width: 78px;
}

.r1{
	background-image: url('images/r1.jpg');
	background-repeat: repeat-y;
	width: 20px;
}

.r2{
	background-color: #784900;
	width: 62px;
}