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

.body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-color: #D19A61;
	width: 100%;
}

.table {
	width: 750px;
}

/* HEADER */
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 750px;
	text-align: right;
	vertical-align: bottom;
	background-position: center center;
}

.header p, .footer p {
	padding: 0px;
}

.header a:link, .footer a:link {
	color: #000000;
	text-decoration: none;
}

.header a:hover, .footer a:hover {
	font-weight: bold;
	text-decoration: none;
}

.header a:visited, .footer a:visited {
	color: #000000;
	text-decoration: none;
}

.header a:active, .footer a:active {
	color: #000000;
	text-decoration: none;
}

.on {
	text-decoration: underline;
	font-weight: bold;
}


#mainNav {
	padding-right: 10px;
	font-size: 18px;
}

#subNav {
	padding-right: 10px;
}



/* CONTENT AREA */
.left {
	vertical-align: top;
	width: 300px;
	padding-top: 10px;
}

.right {
	width: 440px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.right a {
	text-decoration: underline;
}



/* FOOTER */
.footer {
	height: 173px;
	text-align: right;
	vertical-align: bottom;
}

