body {
	background-color: #CCCCCC;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-image: url(headerBG.jpg);
	height: 160px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: center;
}
#header h1 {
	display: none;
}
#footer {
	color: #CCCCCC;
	background-color: #333333;
	height: 32px;
}
#footer ul {
	text-align: center;
	margin: 10px;
	padding: 5px;
}
#footer li {
	display: inline;
	list-style-image: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a li:hover{
	background-color: #666666
}
#sideBarLeft {
	float: left;
	height: 300px;
	width: 160px;
	padding: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.wideBar {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin-top: 20px;
	vertical-align: middle;
	padding: 4px;
	margin-bottom: 20px;
}
.wideBar p {
	margin: 0px;
	padding: 0px;
}

#main {
	float: right;
	width: 680px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #CE1A19;
}
#main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2E2D79;
	text-decoration: none;
	font-weight: bold;
}
#main .photo {
	width: 240px;
	float: right;
	margin: 5px;
	border: thin solid #CC0000;
}

.clearFloats {
	clear: both;
}


#sideBarLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
#sideBarLeft ul li {
	position: relative;
	}
#sideBarLeft li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
#sideBarLeft ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
#sideBarLeft a:hover {
	color:#C10100;
	background-color:#FFFF99;
	}
#sideBarLeft h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #CE1A19;
}



#sideBarLeft li:hover ul, li.over ul {
	display: block;
}
