

/* Basic Elements */
html, body {
	margin: 0;
    font-family: arial, "lucida console", sans-serif;
    }
#container {
    background: url("images/bg1.jpg");
	width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 130px;
	background: url("headerbg.jpg") repeat-x 0% 0%;
                  
	}
#wrapper {
	float: left;
	width: 100%;
    }
#content {
	margin: 0 0 0 20%;
    background: #fff;
	}
#left {
	float: left;
	width: 20%;
	margin-left: -100%;
    }
#footer {
	width: 100%;
	clear: both;
	border-top: 2px dotted #992E1F;
    font-size: 12px;
	text-align: center;
	padding: 5px 0;
	color: #000;
	background: url("images/footer1.jpg");
	}

/* Sidebar */
#sidebar {
    background: url("images/navbg.jpg");
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #000;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	border-right: 7px solid #000;
   
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: #fff;
	border-right: 7px solid #9d2f22;
	border-left: 12px solid #9d2f22;
    }

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
h2 {
	padding: 10px;
    text-align: center;
	}
h3 {
	padding: 10px;
    text-align: center;
	}
h4 {
	padding: 5px;
    text-align: left;
    color: #175352;
	}
a {
	color: #175352;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #9D2F22;
                  text-decoration: underline;
	}