#page {
	margin: 0 auto;
	width: 767px;
	height:100%;
	background-color: black;
	}
	
#header {
	width:767px;
	height:206;
	left:0px;
	top:0px;
	background-image: url(images/headshot.jpg);
	background-repeat: no-repeat;
	}

#main {
	width:765px;
	height:100%;
	background-image: url(images/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #65676C;
	border-bottom-color: #65676C;
	border-left-color: #65676C;
	}
	
#content {
	padding:10px;
	}

#menucontent {
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	}
	
#menu {
	position:relative;
	width:765px;
	background-image: url(images/bar2.jpg);
	background-repeat:repeat-y;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #65676C;
	border-left-color: #65676C;
	border-top-color: #000000;
	border-bottom-color: #000000;
	vertical-align: middle;
	text-align: right;
	}
	
#copycontent {
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #dedac2;
	text-align: center;
	}
	
p {
	color:#dedac2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
li {
	color:#dedac2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:50px;
	margin-right:10px;
	}
	
ul {
	color:#dedac2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:50px;
	margin-right:10px;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#dedac2;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#dedac2;
	}

a:link {color:#dedac2;text-decoration:underline;}
a:visited {color:#dedac2;text-decoration:underline;}
a:hover {color:#666;text-decoration:underline;}
a:active {color:#dedac2;text-decoration:none;}

body {
	background-color:#000;
	}
	
.menulink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
    }

.menulink:link {color:#000000;text-decoration:none;}
.menulink:visited {color:#000000;text-decoration:none;}
.menulink:hover {color:#000000;text-decoration:underline;}
.menulink:active {color:#000000;text-decoration:none;}
