/* Basic Elements */
html, body {
	margin: 0; 
	}
#container {
	width: 610px;
	margin: 0 auto;
	}
#header {
	width: 610px;
	height: 100px;
	background: url("headerbg.jpg") repeat-x 0% 0%;
	}
#content {
	float: left;
	width: 80%;
	}
#right {
	float: right;
	width: 20%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar h4 {text-align: center; margin-bottom: 2px; margin-top: 0px;}	
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 2px 0 4px 10px;
	}
#sidebar li a:hover {
	color: orange;
	border-right: 7px solid orange;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}

img {
	border: 0;
	}
h1 {
	 margin-top: 0px;
padding-top: 8px; padding-left: 100px; color: black; text-align: left; font-weight: bold;
	}

h2 { margin-top: 5px; margin-bottom: 5px; }

h3 { margin-top: 8px; margin-bottom: 4px; }

a {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}