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-family: "Courier New", "Times New Roman", Times, serif;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 1.2em;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.8em;
}

h4{
	font-size: .7em;
}

h5{
	font-size: 1em;
	font-style: italic;
	line-height: 22px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body{
	font-size: 14px;
	background: white; 
	font-family: Times New Roman;
	color: black;
	font-family: "Courier New", "Times New Roman", Times, serif;
}
	
#headerwrap {
	width: 100%;
	height: 150px;
	font-family: "Courier New", "Times New Roman", Times, serif;

}

 #header{
 	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Courier New", "Times New Roman", Times, serif;
 }

#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 530px;
	font-family: "Courier New", "Times New Roman", Times, serif;

	
}


#footerwrap {
	width: 100%;
	font-family: "Courier New", "Times New Roman", Times, serif;
}

#footer{
 	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Courier New", "Times New Roman", Times, serif;
	background-image: url(../images/footer.png);
	height: 103px;
	text-align: right;
 }
 
#footerborder{
	background-image: url(../images/footerborder.png);
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 8px;
 }
 
 #textboxwrapper{
 	width: 395px;
	float: left;
	background-image: url(../images/grungebg.png);
	background-repeat: no-repeat;
	height: 100%;
 }
 
  #textboxwrapper2{
 	width: 700px;
	float: left;
	background-image: url(../images/grungebg.png);
	background-repeat: no-repeat;
	height: 100%;
 }
 
 #textbox2 {
 	padding: 20px;
		margin-left: 100px;
	float: left;

 }
 
  #textbox {
 	padding: 20px;

 }
 
 #photobox{
 	width: 565px;
	float: left;
 }

a:link {
	color: black;
	text-decoration: none;
}      /* unvisited link */

a:visited {
	color: black;
	text-decoration: none;
}  /* visited link */

a:hover {
	color: blue;
	text-decoration: underline;

}  /* mouse over link */

a:active {color:#0000FF}  /* selected link */




a:link.blue {
	color: blue;
	text-decoration: underline;
}      /* unvisited link */

a:visited.blue {
	color: blue;
		text-decoration: underline;

}  /* visited link */

a:hover.blue {
	color: blue;

}  /* mouse over link */

a:active.blue {color:#0000FF}  /* selected link */




