html, body {
	height:100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #9CB899;
	text-align: center;
	background-image: url(/graphics/border.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-size: small;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
}

/**********************************
 * Main Page Layout               *
 **********************************/

#wrapper {
	min-height:100%;
	background-image: url(/graphics/bground.gif);
	width: 700px;
	margin: 0px auto 0 auto;
	background-color: White;
	padding: 0;
	text-align: left;
	position: relative;
}

* html #wrapper{
	height:100%;
}

#menu {
	background-image:  url(/graphics/top.jpg);
	background-repeat: no-repeat;
	background-color: #570015;
	padding: 95px 0 3px 0;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	text-align: center;
	list-style-type: none;
	display: block;
	line-height: 1.6em;
}

#printhead {
	display: none;
}

#content {
	padding: 10px;
	line-height: 1.6em;
	margin-bottom: 100px;
}

#clearfooter {
	height: 2em;
	clear: both;
}

* html #clearfooter {
	height: auto;
	clear: none;
}

#footer {
	clear: both;
	width: 700px;
	margin: 0px auto;
	background-color: #570015;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 1.3em;
}

* html #footer {
	
}

/**********************************
 * Navigation                     *
 **********************************/

#menu li {
	display: inline;
	font-size: 1em;
}

#menu li a {
	color: #D3B7B8;
	font-variant: small-caps;
	text-decoration: none;
	background-image: url(/graphics/abullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 14px;
	margin-right: 20px;
}

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

#menu a.active, #menu a:hover {
	background-image: url(/graphics/bbullet.gif);
	color: White;
}

/**********************************
 * Special Things                 *
 **********************************/
#footer p {
	color: #D3B7B8;
	font-size: 0.7em;
	padding: 0.3em 10px;
}
#footer a{
	color: #D3B7B8;
}



.hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	top: -3000px;
	left: 0;
}



/**********************************
 * Standard Page Elements         *
 **********************************/

/* Headings/Paragraphs/etc */
h1, h2, h3 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.1em;
}

p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}


#footer p {
	margin: 0;
}

