@charset "utf-8";
/* CSS Document */

body {
	background-color: #fffffff;	
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #0f0;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #00f;
}
a:active {
	color: #FF0000;
}


#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
		position:static;
}
#header a b {
	font-size: 1.5em;
	display:inline;
}
#header a {
	margin: 0;
    color: #BF7F3F;
}

#nav_container {
	position: static;
	left: 0px;
	top: 131px;
	width: 0px;
	background:url(images/nav_b.jpg) bottom left no-repeat;
	padding-bottom:0px;
	z-index: 10;
	display:none;
}

#nav {
	background:url(images/nav.jpg);
	margin: 0;
	padding: 0;
	width: 0px;
	display:block;
	padding-left: 0px;
	background-repeat:repeat-y;
	display:none;
}
#nav li {
	list-style-type:none;
	width: 0px;
		display:none;
}
#nav ul {
	font-size: .0em;
		display:none;
}
#nav li a:hover {
	text-decoration:underline;
		display:none;
}
#content {
	position:static;
	left: 0px;
	top: 60px;
	width: 550px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

#banner {
	position:static;
	left: 759px;
	top: 131px;
	width: 50px;
	display:none;
}

#content h1, #content h2, #content h3 {
	font-weight:bold;
}
#content h1 {
	font-size:2em;
}
#content h2 {
	font-size:1.2em;
	display:inline;
}
#content h3 {
	font-size:1em;
}
#content p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
