@charset "utf-8";
body {
	background-color: #000;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	color: #fff;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}

p {
	color: #FFFFFF;
}

footer {
	clear:both;
}

#centerwrap {
	height: 710px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #009;
}
#navcontainer {
	height: 30px;
	padding-top: 25px;
	background-color: #ff6;
}

#navlist {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:#000;
}

#navcontainer li {
	display: inline;
}
#navlist a:link, #navlist a:visited {
	color: #FFF;
	background: #b2b580;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat;
	text-shadow: 2px 2px 2px #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 4px;
	padding-right: 40px;
	padding-left: 10px;
}

#navlist a:hover {
	background-image: url(nav_bg_hover.jpg);
	background-repeat: repeat;
}
#navlist a.onpage {
	background-image: url(nav_bg_onpage.jpg);
	background-repeat: repeat;
}
#leftcol {
	float: left;
	width: 290px;
	height: 100%;
	padding-left: 10px;
	border-top-color: 000;
	border-top-style: solid;
	border-top-width: medium;
	background-color: #FFF;
}
#rightcol {
	float: right;
	height: 100%;
	width: 385px;
	padding-left: 10px;
	padding-right: 5px;
	border-top-color: 000;
	border-top-style: solid;
	border-top-width: medium;
	background-color: #900;
}

#rightcol img {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
	
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	text-align: center;
	color: #fff;
}

a:link {
	color: #FF9;
}
v:link {
	color: #FF9;
}
