a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

body {
    margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small; line-height: 160%;
	background: url(/images/gradient3.jpg);
	background-color: #d6a954;
}

.error {
	color: #000000;
	font-size: 12px;
}

#container {
	width: 884px;
	height: 684px;
	margin: 0 auto;
	border: 0px;
	border-width: 0px;
	background-color: #d6a954;
}

#header {
    padding: 0px;
	margin-right:auto;
	clear:both;
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 884px;
	height: 44px;
	margin:0 auto;
	clear:both;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	background: url(/images/bottombar.jpg) no-repeat;
	background-color: #c3d11a;
}

#copy {
	padding-top: 1em;
	padding-right: 2em;
}

#content{
	overflow: hidden;
	width: 884px;
	height: 500px;
	background-color: #d6a954;
}

h1, h1 a {
	margin: 0; padding: 0;
	width: 884px;
	height: 140px;
}

#cal-events,#bottomright{
	float:right;
	clear:right;
	padding:0;
}

#containingbox1{
	float:left;
	width: 300px;
	height: 500px;
	padding:0;
}

#containingbox2{
	float: left;
	width: 462px;
	height: 500px;
	padding:0;
}

#navbar,#topleft,#bookad,#middle,#side-column,#side-column-book,#content-column,#content-full, #content-column-book{
	float:left;
	padding:0;
}

#construction{
    width: 762px;
	height: 500px;
 	float:left;
	padding: 0px;
	background-color: #fff;
}

#side-column {
    width: 180px;
	height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 20px 10px;
	background-color: #d6a954;
}

#side-column-book {
    width: 145px;
	height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 20px 8px;
	background-color: #d6a954;
}

#content-column {
    width: 500px;
	height: 450px;
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 5px 5px;
	background-color:#d6a954;
	overflow: auto;
}

#content-column-book {
    width: 600px;
	height: 450px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#d6a954;
	overflow: auto;
}

#content-full{
    width: 650px;
	height: 450px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background-color:#d6a954;
	overflow: auto;
}

#content-column h2 {
    font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#content-full h2 {
    font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#navbar {
  width: 122px;
  height: 500px;
  background-color: #c3d11a;
}

#topleft{
	width:300px;
	height: 150px;
	margin:0px 0px 0px 0px;
	background:url(/images/topleft.jpg) no-repeat;
	background-color: #d6a954;
}

#bookad{
	width:300px;
	height:350px;
	margin:0px 0px 0px 0px;
	background:url(/images/bottomleft.jpg) no-repeat;
	background-color: #d6a954;
}

#middle{
	width: 162px;
	height:500px;
	margin:0px 0px 0px 0px;
	background:url(/images/middle.jpg) no-repeat;
	background-color: #d6a954;
}

#cal-events{
	width: 300px;
	height: 180px;
	margin:0px 0px 0px 0px;
	background:url(/images/cal-events.jpg) no-repeat;
	background-color: #d6a954;
}

#bottomright{
	width: 300px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	background:url(/images/bottomright.jpg) no-repeat;
	background-color: #d6a954;
}

h1 a {
	display:block;
	background: url(/images/topbar.jpg) top left no-repeat;
}


/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 20ex;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
}

ul.nav>li{
	margin: 0;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 20ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #c3d11a;
	font-weight: bold;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #e9f847;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
}

ul{
	border: 0px;
}

.nav a{
	text-decoration: none;
	color: #fff;
}