* {
margin: 0;
padding: 0;
}
img {
	border: none;
  	max-width: 1750px;
  	width: auto;
  	height: auto;
}
a:link {
	color: #ffffff;
	text-transform: uppercase;
}
a:visited {
	color: #ffffff;
	text-transform: uppercase;
}
a:hover {
	color: #545454;
	text-transform: uppercase;
}
a:active {
	color: #ffffff;
	text-transform: uppercase;
}

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #0f0f0f;
	background-position:top;
	background-attachment:fixed;
	background-repeat:repeat-x;
}

/* boxes */

#head {
	background-color: #000000;
	background-image:url(images/BG.png);
	margin: 0 auto;
	width: 875px;
	height: 703px;
	border: solid #1c1c1c 2px;
}

#head2 {
	background-color: #000000;
	margin: 0 auto;
	width: 875px;
	border: solid #1c1c1c 2px;
}

#head3 {
	background-color: #000000;
	margin: 0 auto;
	width: 875px;
	border: solid #1c1c1c 2px;
}

#middle {
	background-color: #000000;
	background-image:url(images/BG2.png);
	margin: 0 auto;
	margin-top: 10px;
	width: 875px;
	border: solid #1c1c1c 2px;
	padding-top: 16px;
}

#middle1 {
	background-color: #000000;
	margin: 0 auto;
	margin-top: 10px;
	width: 875px;
	border: solid #1c1c1c 2px;
	padding-top: 16px;
}

#middle2 {
	background-color: #000000;
	margin: 0 auto;
	margin-top: 10px;
	width: 875px;
	border: solid #1c1c1c 2px;
	padding-top: 16px;
}

#middlebio {
	background-color: #000000;
	background-image: url(images/biopicture.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 875px;
	height: 720px;
	border: solid #1c1c1c 2px;
}

#foot {
	width: 875px;
	height: 140px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 10px;
	border: solid #1c1c1c 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#foot2 {
	width: 875px;
	height: 140px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 10px;
	border: solid #1c1c1c 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#foot3 {
	width: 875px;
	height: 140px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 10px;
	border: solid #1c1c1c 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* ids and classes */

img.center {
	display: block;
	margin: 0 auto;
	max-width: 1500px;
}
img.double {
	display: block;
	border: none;
  	max-width: 875px;
  	width: auto;
  	height: auto;
	margin-left: auto;
  	margin-right: auto;
}
img.scrn {
	display: block;
	border: none;
  	max-width: 1500px;
  	width: auto;
  	height: auto;
	margin-left: auto;
  	margin-right: auto;
}
img.bio {
	border: none;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

p.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
}
p.email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
}
p.bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: none;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}