html, body {
	margin: 0;
    background: #3B3B3B;
}
#container {
	width:815px;
	margin: 0 auto;
    background: #FFFFFF;
	}
#header {
	width: 100%;
	height: 100px;
	background: url("header.jpg") repeat-x 0% 0%;
	}
#content {
	float: right;
	width:68%;
	}
#left {
	float: left;
	width:30%;
	}
#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 li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
    font-family: Arial, Helvetica, sans-serif;
}
#sidebar li a:hover {
	color: orange;
	border-right: 7px solid orange;
	}

/* Additional styles */
p {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
	margin: 0;
	}
.links {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	}
img {
	border: 0;
	}
h1 {
	display: block;
    font-family: Arial, Helvetica, sans-serif;
	}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
 .a {
	color: #000000;
	text-decoration: none;
	}
.a:hover {
    color: #000000;
	text-decoration: none;
	}

