/* Basics */

body, h1, h2, div{
	margin: 0px;
	padding: 0px;
}

body {
	background: url( 'img/ultimate_background.jpg' );
	font-family: "verdana", sans-serif;
}

h2 {
	font-family: "georgia", serif;
}

p {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#title h1{
	text-indent: -7000px;
}

/* Layout */

#master {
	width: 821px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background: #CCFFCC url( 'img/background.gif' );
	color: #222;
}

#menu{
	float: left;
	width: 200px;
}

#content{
	margin-left: 220px;
	margin-right: 20px;
}

/* Pretties */

#title {
	background: url( 'img/title.jpg') no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	height: 164px;
}

#faux_head {
	background: url( 'img/content_top_bg.gif') no-repeat;
	height: 39px;
}

/* Navigation Bar */

#navigation{
	list-style: none;
	text-align: left;
}

#navigation img{
	border: 0px;
}

#navigation li{
	padding-left: 5px;
	margin-bottom: 6px;
}

#navigation li:hover{
	border-left: 3px solid #9966FF;
}


li.menu_current{
	border-left: 3px solid #9966FF;
}

li.menu_other{
	border-left: 3px solid #996699;
}
/* Bottom Navigation Bar */
#bottomnav{
margin-top: 40px;
margin-bottom: 20px;
margin-left: 230px;
}

#bottomnav ul{
display: inline;
list-style: none;
}

#bottomnav li{
list-style: none;
float: left;
padding-left: 8px;
}

#navigation_b li.menu_current{
border: 0px;
color: black;
text-decoration: none;
}

#navigation_b li.menu_other{
border: 0px;
color: purple;
text-decoration: underline;
}

#navigation_b li.menu_current a{
color: black;
text-decoration: none;
}

#navigation_b li.menu_other a{
border: 0px;
color: #996699;
text-decoration: underline;
}

#navigation_b li.menu_other a:hover{
border: 0px;
color: purple;
text-decoration: none;
}

#faux_footer{
	background: url( 'img/footer.gif' ) no-repeat;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 23px;
}

.contentlink {
	color: black;
	text-decoration: none;
}

.contentlink:hover {
	color: black;
	text-decoration: underline;
}

#bottomnav hr{
position: relative;
width: 80%;
left: -55px;
}
/* End Bottom Navigation Bar */
