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 {
	background: #fff;
	color: #333;
	font-family: verdana, arial, helvetica;
	font-size: 12px; /* specify base font size */
	line-height: 1.4; /* 1.125 as multiplier */
	margin: 0;
	padding: 18px;
}

h1, h2, h3 {
	font-weight: normal;	
}

h1 { /* Page Title */
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 0;
}

h2 { /* SubHeads */
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0;
}

h3 { /* Paragraph Emphasis */
	font-size: 1.2em;
	margin: 0;
}

p { /* Paragraph */
	font-size: 1em;
	font-color: #ffffff
	line-height: 1.4;
	padding: 5px 0 5px;
	margin: 0;
}

p2 { /* Paragraph */
	font-size: .85em;
	font-color: #ffffff
	line-height: 3;
	padding: 5px 0 5px;
	margin: 0;
}

a, a:link, a:visited {
 text-decoration: none;
 color: #eeeeee;
}
a:hover {
 text-decoration: underline;
}

.nav {
 font-color: #aa4400;
 font-size: .90em;
 line-height: 1.5;
}

.footer {
 font-color: #aa4400;
 font-size: .85em;
 line-height: 1.5;
}

#wrapper { 
 margin: 20px auto;
 width: 736px;
 padding: 20px 0px 40px 50px;
 border: 1px solid #999999;
 background: #fff;
}
#header {
 width: 680px;
 height: 150px;
 margin: 20px 0px 0px 0px;
 background-image: url(images/header.png);
}
#navigation {
 width: 660px;
 height: 35px;
 text-align: left;
 padding: 10px;
 margin: 0px 0px -20px 0px;
 background-image: url(images/nav.png);
 background-repeat: no-repeat;
}
#content { 
 width: 620px;
 color: #444444;
 text-align: left;
 margin: 0px 0px 0px 0px;
 padding: 30px;
 background: #eaeaea;
}
#footer { 
 width: 660px;
 height: 36px;
 text-align: center;
 color: #eeeeee;
 background: #999999; /* red #cc0000 */
 margin: 0px 0px 0px 0px;
 padding: 10px;
}

