@charset "utf-8";
/* CSS Document */
	body {
		background-color: #efefef;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
		margin: 0px;
		padding:0px;
	}
	
	div#wrapper {
	width:1000px;
	margin-top:10px;
	height:auto !important;
	min-height:581px;
	background-color: #ffffff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #663300;
	}

	#header {
	background-color: #ffffff;
	float:left;
	display:inline;
	width: 1000px;
	height: 60px;
	}
	
	div#logo {
	display:inline;
	float:left;
	text-align:left;
	width:300px;
	padding-top:10px;
	padding-left:10px;
	}
	
	div#topNav {
	display:inline;
	float:right;
	padding-right:10px;
	padding-top:40px;
	text-align:right;
	font-size:x-small;
	color:#663300;
	font-weight: bold;
	}
	
	#sidemenu {
	background-color: #ffffff;
	display:inline;
	float:left;
	height:auto !important;
	min-height:480px;
	width: 200px;
	background-image: url(../images/sidepanel.jpg);
	background-repeat: no-repeat;
	}
	
	#footer {
		display:inline;
		float:right;
		height:40px;
		width:1000px;
		font-size:x-small;
		color:#663300;	
		border-bottom:#663300 1px;
	}
	
	#jcontent {
	display:inline;
	float:left;
	width: 800px;
	height:auto !important;
	min-height:480px;
	}
	
