#header {
	height: 100px;
	width: 960px;
	left: 60px;
	top: 0px;
	bottom: 0px;
	background-image: url(images/bckgrd-titlepage.jpg);
	padding: 20px;
}
#header-left {
	float: left;
	height: 95px;
	width: 408px;
	left: 0px;
	padding-left: 80px;
}
#header-right {
	float: left;
	height: 95px;
	width: 400px;
	top: 33px;
	left: 0px;
}
#main {

	width: 960px;
	left: 60px;
	top: 0px;
	bottom: 0px;
	background-image: url(images/bckgrd-titlepage.jpg);
	padding: 20px;
}
.center {
	position: relative;
}
#main-left {
	float: left;
	width: 400px;
	left: 0px;
	top: 101px;
	padding-left: 85px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main-right {
	float: left;
	width: 380px;
	top: 33px;
	left: 0px;
	padding-left: 10px;
}
h4 {
	font-variant: small-caps;
	color: #6E0F0F;
}
h6 {
	color: #333333;
}
a:link {
	color: #663300;
}
a:visited {
	color: #999933;
}
a:hover {
	background-color: #FFFF99;
}
.update-date {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C29A38;
	color: #FFFFFF;
}
#menu {
	background-image: none;
	height: 100px;
	width: 89px;
}

#menu a {
	display: block;
	border: 100%;
	color:#000000;
	padding: 3px;
	width:100%
}
#menu ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu a {
	text-decoration: none;
	background-color: #C29A38;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: groove;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	color: #FFFFFF;
}
#menu a:hover {
	background-color: #FFCC66;
	border-top: 1px solid #C29A38;
	border-bottom: 1px solid #C29A38;
	color: #333333;
}

