/* Basic Elements */
html, body {
	margin: 0;
	height: 100%
	}
#container {
	width: 760px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 125px;
	
	}
#content {
	float: right;
	width: 75%;
	}
#left {
	float: left;
	width: 25%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #E50000;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #E50000;
	}

/* 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;
	}
#sidebar li a:hover {
	color: red;
	border-right: 7px solid red;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #0000fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
.float-pic {clear:center;width:570px;display:center;}

