html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #336633;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x; 
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

div#main { 
	margin: 0 auto 0 auto; 
	padding: 0;
	background-color: #fff; 
	background-image: url('images/title.jpg');
	background-repeat:no-repeat;
	background-position:top;
	width: 809px; 
	min-height: 500px; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
	text-align: left;
}  

div#content {
	padding: 300px 50px 50px 50px;
	text-align: left;
}

div#navigation {
	position:absolute;
	z-index: 1;
	padding: 217px 50px 50px 50px;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navigation ul li {
	margin-left: 0;
	padding: 0 30px 0 0;
	list-style: none;
	display: inline;
	font: small-caps 1em verdana;
	}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #000; text-decoration: none;
	}

#navigation ul li a:active, #navigation ul li a:hover  {
	color: #669966; text-decoration: none;
	}


div#footer { 
	margin: 0 auto 0 auto; 
	padding: 0;
	background-color: #fff; 
	background-image: url('images/foot.jpg');
	background-repeat:no-repeat;
	background-position:top;
	width: 809px; 
	min-height: 35px; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
}

h1 { 
	padding-bottom: 1em;
	font: bold small-caps 1em verdana;
 }

h2 { 
	padding-bottom: 1em;
	font: underline small-caps 0.8em verdana;
 }

p { 
	padding-bottom: 1em;
	font: 0.8em verdana;
}


img.align-right { 
	float:right; 
	margin: 0 0 15px 15px; 
}

img.align-left { 
	float:left; 
	margin: 0 15px 15px 0; 
}

a:link, a:visited { 
	color: #669966; 
	text-decoration: none; 
}  

a:active, a:hover { 
	color: #000; 
	text-decoration: none; 
} 
