/* Basic Elements */
html, body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	}
#container {
	width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 196px;
	background: url("images/headerbgo.jpg") repeat-x 0% 0%;
	border: 1px solid #000;
	}
#bar {
	width: 100%;
	height: 1em;
	text-align: center;
	background: #FA6B14;
	background: url("images/footer.jpg");
	}
#bar h2 {
	font-size: 0.80em;
	color: #000;
	}
#wrapper {
	float: left;
	width: 100%;
	background: url("images/sidebg.jpg");
	}
#content {
	margin: 0 0 0 20%;
	background: #fff;
	height: 100%;
	border: 1px solid #000;
	}
#content img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
#left {
	float: left;
	width: 20%;
	margin-left: -100%;
	}
#left  img {
	margin-right: auto;
	margin-left: auto;
	display:block;
	text-align: center;
	padding: 15px 0 0 0;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #000;
	font-size: 0.80em;
	text-align: center;

	color: #000;
	background: #FA6B14;
	background: url("images/footer.jpg");
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url("images/button.jpg");
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px solid #000;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 0.80em;
	color: #000;
	border-right: 7px solid #F29016;
	border-left: 7px solid #F29016;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	background: url("images/buttonh.jpg");
	color: #000;
	border-right: 7px solid #000;
	border-left: 7px solid #000;
	}

/* Additional styles */
p {
	padding: 5px;
	margin: 5px;
	}
img {
	border: 0;
	}
h1 {
	text-align: center;
	padding: 10px;
	}
h2 {
	text-align: center;
	}
h3 {
	padding: 5px;
	text-align: center;
	color: #296361;
	}
h4 {
	padding: 10px;
	text-align: center;
	}
a {
	color: #2f6766;
	text-decoration: underline;
	}
a:hover {
	color: #b0761a;
	}

