/* Basic Elements */
html, body {
	margin: 0;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif
	}
#container {
	width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 260px;
	background: url("images/headerbg.jpg") repeat-x 0% 0%;
	}
#bar {
	width: 100%;
	height: 50px;
	background: url("images/bar.jpg");
 	}
#topbar {
	width: 100%;
	height: 35px;
	background: url("images/accent.jpg");
 	}
#bottombar {
	width: 100%;
	height: 50px;
	clear: both;
	background: url("images/bottom-bar.jpg");
 	}
#wrapper {
	float: left;
	width: 100%;
    	min-height: 100%; 
    	height: auto !important; 
    	height: 100%; 
	background: url("images/left-bg.jpg");
	}
#content {
	margin: 0 0 0 200px;
	height: 100%;
	background: #fff;
	}
#left {
	float: left;
	width: 200px;
	margin-left: -100%;
	margin-top: 20px;
	}
#footer {
	width: 100%;
	font-size: .75em;
	text-align: center;

	color: #000;
	background: url("images/bg.jpg");
	}
#footer a {
	color: #ac2e31;
	text-decoration: none;
	}

/* Sidebar */
#sidebar {
	background: url("images/bg.jpg");
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 2px solid #000;
	}
#sidebar li a {
	display: block;
	font-size: 1em;
	color: #000;
	border-left: 7px solid #ac2e31;
	border-right: 7px solid #ac2e31;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	font-weight: bold;
	background: url("images/redsand.jpg");
	color: #000;
	border-left: 7px solid #edab4b;
	border-right: 7px solid #edab4b;
	}

/* Additional styles */
p {
	padding: 15px;
	margin: 0;
	}

/* Image styles */
img {
	border: 0;
	}
.ctrimage {
  	display: block;
 	text-align:center;
	margin: 0 auto;
    	padding:5px;
	border: 0;
	 }
.imgborder {
  	display: block;
 	text-align:center;
	margin: 0 auto;
  	margin-left: auto;
  	margin-right: auto;
	border: 4px double #000;
	 }

h1, h2 {
	text-align: center;
	color: #2c7271;
	padding: 5px;
	}
h2 {
	color: #ac2e31;
a {
	color: #2c7271;
	text-decoration: underline;
	}
a:hover {
	color: #ac2e31;
	}