/* CSS Document */

body {
	margin:0px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #F4DEDF;
}

/* CONTENT RELATED STUFF HERE */

#contentholder {
	width: 100%;
	background-color: #ECC6C7;
	margin-top: 180px;
}

#content {
	background-color: #fff;
	width: 650px;
	margin-left: 50px;
	padding: 50px 0px;
	line-height: 150%;
}

/* FOOTER RELATED STUFF HERE */

#footer {
	background-color: #ECC6C7;
	width: 650px;
	height: 30px;
	margin-left:50px;
	text-align:right
}

#footer a {
	line-height: 30px;
	color:#BC3E42;
	font-size:60%;
	text-decoration:none;
	margin-right: 10px;
}

#footer a:hover {
	text-decoration:underline;
}


/* NAV RELATED STUFF HERE */

#nav {
	background-color: #BC3E42;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 180px;
}

#nav #banner {
	float:right;
}

#nav ul {
	background-image:url(../images/info_nav_bg.jpg);
	width: 700px;
	height: 30px;
	list-style-type: none;
	margin: 150px 0px 0px 0px;
	padding-left: 0px;
	line-height:30px;
}

#nav ul li {
	float: left;
	display: block;
}

#nav ul li a {
	height: 30px;
	width: 100px;
	display:block;
	text-align:center;
	font-size: 80%;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
}

#nav ul li a.home {
	width: 50px;
	background-color: #fff;
	line-height:30px;
}

#nav ul li a.home:hover {
	background-color: #fff;
}

#nav ul li a:hover {
	background-color: #BC3E42;
}

#nav ul li a.selected {
	background-color: #F4DEDF;
	color: #BC3E42;
}

h1 {
	margin-left: 30px;
	color: #BC3E42;
}

h2 {
	margin-left: 30px;
	font-size: 100%;
	}

p, #content ul {
	margin: 30px 30px;
	font-size: 80%;
}
