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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





body {
	background-color:#D7D7D7;
	font-size:100%;
	color:black;
	font-family:helvetica, sans-serif; line-height: 1.5;
}

#wrapper {
	    width: 685px;
	    border: 2px black solid;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: left;
     }


#navbar {
		width:100px; 
		float:left;
		font-family:helvetica, sans-serif;
		line-height: 2;
		font-size: 16px;
		font-weight: bold;
		border-right: 2px black solid;
		margin: 40px 15px 0 0;
		padding: 0 20px 0 0;		
		text-align:right;
        }
#content {  
	float:left; width:520px; 
	margin: 20px 20px 0 0;
	
}

#footer {
	width: 640px; 
	clear: both;
	margin: 20px 0 0 380px;
	text-align:right;

}


a:link{
	
	text-decoration: underline;
	color:#7A7700;
}

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

a:visited{
	
	text-decoration: Underline;
	color:#464646;
}





h1 {
	color:#7A7700;
	font-family:helvetica;
	font-size:1.5em;
	text-align:left;
   }


h2 {
	color:black;
	font-family:helvetica, sans-serif;
	text-align:left;
   }

p {
	color:#7A7700;
	text-align:left;
	img-align:left;
  }


p.first { color:black; text-align:left; font-size:1em; }

p.second {color:black; text-align:right; font-size:1em; }

p.third { color: black; text-align:right; font-size:1em; }

p.footer { background-color:transparent;
	   font-size: .5em; text-align: right;
         }





