<style type="text/css">

/* Basic Elements */
html, body {
	margin: 0;
	
	}
#container {
	width: 760px;
	margin: 0 auto;
	border-left:  10px solid navy;
	border-right:  10px solid navy;
	border-top:  10px solid navy;
	background: white ;
	}
#header {
	width: 100%;
	height: 150px;
	xbackground: url("headerbg.jpg") repeat-x 0% 0%;
	border-bottom:  10px solid #cecece;
	background: white ;
	}
#wrapper {
	float: left;
	width: 760px;
	
		}
#contentx {
	margin: 0 20%;
	border-top:  10px solid navy;
	xborder-left:  2px solid gray;
	xborder-right:  2px solid gray;
	xcolor: #666;
	color: black;
	}
#content {
	float: right;
	width: 80%;
	xcolor: #666;
	color: black;
	}
#left {
	float: left;
	width: 20%;
	border-top:  10px solid navy;
	}	
	
#footer {
    width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: navy;
	}
#Q {
	color: #fff;
	background: navy;
	xbackground: #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;
	}
#sidebar li a:hover {
	color: navy;
	border-right: 7px solid navy;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	xcolor: #84d5fa;
	color: pink;
	text-decoration: none;
	}
a:hover {
	xcolor: gray;
	color: #84d5fa;
	}

</style>