body {
	font-family: tahoma, helvetica, arial;
	background-color: #333333;
	line-height: 1.2em;
	margin: 10px, 0 0 0;
  }
  
p { 
  color: #333;
  font-size: 12px;
  }
  
a {
	text-decoration: none;
	color: white;
	}

a:hover {
	text-decoration: underline;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color: #fff;
	}
	
#header {
	background: #ccc;
	padding: 0 10px;
	height: 100px;
	}

#header h1 {
	color: #990000;
	padding-left: 10px;
	font-size: 2.5em;
	font-weight: bold;
	}
	
#date   {
	background-color: #990000;
	margin: 0px -10px;
	padding: 5px 5px;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#topnav {
   text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: -20px;
	text-align: right;
	}
	
#topnav li {
	display: inline;
	border-left: 1px solid;
	padding-left: 10px;
	margin-left: 10px;
	}
	
#topnav li.first {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
#menu {
	background-color: #990000;
	height: auto;
	padding-left: 15px;
	}
	
#sidebar1 {
	float: left;
	width: 240px;
	min-height: 500px;
	background: #ccc;
	padding: 0 0;
	}
	
#sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	}
	
#sidebar1 h3 {
	padding: 2px 10px;
	background-color: #990000;
	font-size: 14px;
	color: white;
	}

#sidebar1 img {
	padding-bottom: 14px;	
	}
		
#content {
	margin: 5px 10px 0 250px;
	padding-bottom: 12px;
	min-height: 500px;
	}
	 
#content h1 {
	font-size: 1.5em;
	color: #990000; 
	margin-top: 0; 
	font-weight: normal; 
	padding-top: 7px;
	}
#content img {
	padding-bottom: 15px;
}
#content a {
	color: #990000;
	}
		
#footer  { 
	clear: both;
	padding: 0 10px;
	background:#990000;
	color: white;
	} 
	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

