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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	background-image: none;
	text-align: left;
	background-color: #333333;
}
#container {
	background-color: #000000;
	width: 820px;
	height: 2000px;
}
#header {
	height: 50px;
	width: 800px;
	position: relative;
	top: 10px;
	background-color: #000000;
	background-image: url(assets/websitelogo_nov11.png);
}
#image {
	height: 210px;
	width: 800px;
	position: relative;
	top: 20px;
}
#navbar {
	height: 40px;
	width: 800px;
	position: relative;
	top: 30px;
	background-color: #000000;
}
#content {
	width: 510px;
	position: relative;
	top: 40px;
	background-color: #000000;
	float: left;
	text-align: left;
	margin-left: 10px;
}
#sidenav {
	width: 270px;
	position: relative;
	top: 55px;
	background-color: #4A1A28;
	left: 20px;
	float: left;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


#footer {
	height: 40px;
	width: 800px;
	position: relative;
	top: 50px;
	background-color: #4A1A28;
}
.leftimg {
	float: left;
	margin-right: 5px;
}
.rightimg {
	float: right;
	margin-left: 5px;
}
