*
{
	padding: 0;
	margin: 0;
}


html
{
   overflow-y: scroll;
   overflow: -moz-scrollbars-vertical;
}
 
#page 
{
	z-index: 2;
	position: relative;
}

p, div, h1, h2, h3, h4, h5, h6
{
	font-size: 11pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #dddddd;
}

a
{
	color: #009834;
}

a:hover
{
	color: #ffc602;
}

body
{
	background-color: #029837;
}

#container
{
	width: 750px;
	margin: 30px auto;
}

#header
{
	padding-top: 10px;
	height:105px;
	background-image: url(../images/header_background.png);
}

#header img
{
	margin-left: 15px;
	border: 0px none;
}

#header a
{
	outline: none;
}

#tagline
{
	font-size: 9.5pt;
	margin-left: 129px;
	margin-top: -20px;
}

#navbar
{
	position: absolute;
	top: 29px;
	width: 740px;
	text-align:right;
}

#navbar a
{
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	padding: 0px 10px;
}

#navbar a:hover
{
}

#navbar a.active
{
	text-decoration: underline;
}

#content
{
	clear:both;
	padding: 5px 10px;
	background-image: url(../images/content_background.png);
	background-repeat: repeat;
}


#content h1
{
	background-image: url(../images/h1.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 80px;
	line-height:80px;
	padding: 0px 15px;
	font-size: 1.40em;
	text-transform: lowercase;
	font-family: Arial Black, sans-serif;
	color: #4d3c00;
}

#content h2
{
	color: #888888;
	font-family: Arial Black, Gadget, sans-serif;
	font-weight: bolder;
	font-size: 1.80em;
	text-transform: lowercase;
}

#content ul
{
	margin-left: 2em;
}

#content ul li
{
}

#content p, li, h2, h3
{
	margin: 0.5em 12px;
}

#content h3
{
	margin-top: 2em;
}

#content blockquote
{
	margin: 2em 0;
	font-style: normal;
}

#content blockquote p
{
	color: #888888;
}

h1 a
{
	text-decoration: none;

}
h1 a:hover
{
	color: #009834;
	text-decoration: underline;
}

#footer
{
	clear: both;
	font-size: 0.8em;
	padding-top: 40px;
	color: #dddddd;
	text-align:center;
	height: 20px;
	background-image: url(../images/footer_background.png);
}
