@charset "utf-8";
#header {
	background-color: #FFFFFF;
	height: 250px;
	width: 850px;
}
#container {
	width: 850px;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#container #header {
	background-color: transparent;
}

#maincontent {
	height: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	width: 850px;
	text-decoration: none;
}
#sidebar {
	float: right;
	width: 200px;
	height: auto;
	background-color: TRANSPARENT;
}
#navbar {
	background-color: transparent;
	margin-top: 100px;
	float: left;
	width: 850px;
}
#navbar ul {
	list-style-type: none;
	background-position: left;
	padding-left: 0px;
}
#navbar li {
	display: inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF8402;
	padding-right: 20px;
	padding-left: 20px;
	
}


#navbar li a {
	text-decoration: none;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	padding-left: 0px;
}
#navbar li a:hover {
	color: #6683AC;
}

#footer {
	background-color: #FE8703;
}
#img {
	text-decoration: none;
}
