 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background-color: #F8F8F8;
	background-image: url(../img/sky_2000x240.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto -128px;
}

/* Footer */

.footer {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-image: url(../img/marble_tile_512x128.jpg);
	background-repeat: repeat-x;
	height: 128px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 800px;
	padding: 0;
	color: #fff;
	font: bolder 0.8em arial, sans-serif;
	text-align: center;
}
.push {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #EAFFF8;
	border-top: 1px none #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px none #D5D5D5;
	border-left: 1px solid #D5D5D5;
	height: 128px;
}
#headspace/* Header */

 {
	width: 100%;
	height: 20px;
	margin: 0 auto;
}

	#navcontainer ul
	{
	text-align: center;
	padding-bottom: 0px;
	padding-top: 14px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
		margin-left: 0;
	background-image: url(../img/marble_tile_512x48.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: white;
	height: 48px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	font-size: 13px;
		/* fixes Firefox 0.9.3 */
	}
	
	#navcontainer ul li
	{
		display: inline;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0px;
		/* matches link padding except for left and right */
		padding-top: 5px;
	}
	
	#navcontainer ul li a
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-top: 0px;
		color: white;
		text-decoration: none;
		border-right: 1px solid #fff;
	}
	
	#navcontainer ul li a:hover
	{
		background-color: #F4F7E2;
		color: black;
	}
		
	#navcontainer .current_page_item a {
	color: #2C2E22;
	}

form {
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 1.8em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

ul, ol {
	vertical-align: middle;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #0066FF;;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #809B30;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	display: none;
}
#header/* Logo */

 {
	width: 780px;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/20perc_white_100x100.png);
	border: 1px solid #D5D5D5;
	padding: 10px;
}
#header    h1, #logo    h2 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 22px;
}
#header    h1 {
	padding: 20px;
	color: #FFFFFF;
}
#header    h2 {
	padding: 165px 0 0 0;
	font-style: italic;
}
#header    p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}
#header    a {
	color: #FFFFFF;
}


/* Page */

#page {
	width: 800px;
	border-top: 1px none #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px none #D5D5D5;
	border-left: 1px solid #D5D5D5;
	background-color: #EAFFF8;
	margin-right: auto;
	margin-left: auto;
}
