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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(images/043.jpg);
}
#container {
	background-color: #CCFF99;
	width: 780px;
	border: 1px solid #000000;
}
#sidebar {
	display: inline;
	float: left;
	width: 165px;
	margin-top: 5px;
	margin-left: 5px;
}
#content {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#footer {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#footer2 {
	background-color: #66FFFF;
	width: 780px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 20px;
}

#nav ul {
	padding: 0px;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav  a:link, #nav a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #CC9933;
}
#nav a:hover, #nav a:active {
	color: #000000;
	background-color: #9999FF;
}
#footer ul {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	font-size: 80%;
	color: #CC3333;
	margin: 5px;
}
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
	background-color: #6699CC;
}
#subnav {
	float: none;
	width: 100%;
}
