
#container {
	margin: 20px auto 0 auto;
	padding: 0px;
	width: 892px;
	border: 0;
	background-color: #ffffff;
	text-align: left;
	
}
#header {
	width: 892px;
	background: url(graphics/banner2.jpg) no-repeat;
	height: 141px;
	margin: 0;
}
#navbar {
	width: 245px;
	background-color: #8b8376;
	background: url(graphics/left-column2.jpg) repeat-y;
	padding: 10px 0 0 15px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEDFC8;
	border: 0;
	
	
}
#content {
	width: 612px;
	background-color: #ffffff;
	background: url(graphics/right-border2.jpg) repeat-y right;
	padding: 10px 20px 10px 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	border: 0;
	
}
#footer {
	width: 872px;
	background-color: #000000;
	padding: 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: 0;
	clear: both;
}
 
#navbar ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding-left: 0;
	line-height: 30px;
	font-weight: normal;
	color: #eedfc8;
}
#navbar h6 {
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 1.5em;
	color: #777777;
	
}
a:link {
	color: #eedfc8;
	text-decoration: none;
}
a:visited {
	color: #eedfc8;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
.bannertext a:link {
	color: #262429;
	text-decoration: none;
}
.bannertext a:visited {
	color: #262429;
	text-decoration: none;
}
.bannertext a:hover {
	color: #990000;
}

body {
	text-align: center;
	background-color: #cec6b6;
	
}
.bannertext {
	position: relative;
	left: 690px;
	top: 116px;
	width: 200px;
	color: #262429;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	
}
#header p {
	margin-top: 0;
	margin-bottom: 0;
}

#content p {
	border-bottom: 1px solid #e8e8e8;
	_margin-bottom: 34px; /* IE Hack */
}

#content ul {
	border-style: none;
} 

#content a:link {
	color: #333388;
	text-decoration: underline;
}

#content a:visited {
	color: #333333;
	text-decoration: underline;
}

#content a:hover {
	color: #990000;
	text-decoration: underline;
}
	