/* CSS Document */

body {
	background-color: #020202;
	margin: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#main {
	width: 894px;
	margin: 0 auto;
	clear: both;
	background-image: url(images/0.gif);
	background-repeat: no-repeat;
	border: 0px;
}

#hp_photo {
	background-image: url(images/hpphotos/1.jpg);
	background-repeat: no-repeat;
	width: 894px;
	height: 650px;
	margin: 0px;
}

#signature {
	background-image: url(images/signature.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 894px;
	height: 650px;
}

#nav {
	font-size: 12px;
	padding-top: 600px;
}

#nav .menuitem {
	float: left;
	display: inline;
	margin: 3px 10px;
}

#nav .menuitem a {
	color: white;
	text-decoration: none;
}

#nav .menuitem a:hover {
	color: #CCC;
}

.copyright {
	font-size: 11px;
	color: #CCC;
	text-align: center;
	padding: 20px;
	text-align: center;
}

.size16 {
	font-size: 16px;
}

.white {
	color: white;	
}
