html {
	padding:0;
	margin:0;
}

body {
	width: 90%;
	background-color: white;
}

/* Main Container */

#container {
	width: 780px;
	margin: 10px auto;
	background: #fff url(../images/bg.gif) repeat-y 50% 0;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-top: 1px black solid;
	height: 100%;
}

/* Header Bar */

#header {
	background-color:#453B32;
	height: 140px;
	width: 780px;
	background-image: url('../images/header.gif');
	z-index:-100;
	clear: both;

}


/* Navigation Bar */

#menu {
  	display:table;
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	white-space:nowrap;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	z-index:1000;
	background-color: #000;
}
#menu li {
 	display:table-cell;
	border:1px black solid;
	border-top: 0;
	background: #000;
}
#menu a {
	width:auto;
	display:block;
	padding:4px 16px;
	color:#DBC093; 
	background:#453B32; 
	text-decoration:none;
}
#menu a:hover {
 	position: relative;
	top:6px;
	color:#000; 
	background-color:#DBC093;
}

#menu #contact a:hover {
 	position: relative;
	top:6px;
	color:#000; 
	background-color:#fff;
}

.navcontainer {clear:both; text-decoration:none;}


#nav {
	background-color: #000;
	height: 27px;
	width: 780px;
	clear:both;
	text-align:center;
}

/* Content Area */


h1 {
	text-indent:0px;
}

#content {
	float:left;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 25px;
	text-align: justify;
	line-height: 1.3em;
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 13px;
	width: 500px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	height: 100%;
	margin: 0px 20px 0px 20px;
	background:white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 10px 0px 10px 10px;
	font-size: 10px;
/*	border-left: solid 1px #0f0f0f;
	border-right: solid 1px #0f0f0f;*/
}

/*#sidebar #news .stripehead {
	position: relative;
	top: -20px;
	left: -7px;
	display: inline;
}
<span class="stripehead"><img src="images/newsheader.png" /></span>
*/

#sidebar h1 {
	font-size: 15px;
}


#sidebar p {
	
}

#sidebar div {
	font-size:11px;
}

.newsdate {
	font-weight:bold;
}

#sidebar a {
}


/* Footer */

#footer {
	height:15px;
	width:100%;
	background:#000;
	color:#FFF;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	clear: both;
}

#footer span {
	position:relative;
	right: 2px;
}
