/* CSS Document */

body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	}

#main_wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	}

#header {
	border-bottom: 1px solid #3E483F;
	border-left: 1px solid #3E483F;
	}

#nav_menu {
	width: 187px;
	color: #DFDFDF;
	padding: 5px 0px 5px 5px;
	font-family: trebuchet ms, arial;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	border-left: 1px solid #3E483F;
	}

#photo {
	width: 513px;
	color: #DFDFDF;
	font-family: trebuchet ms, arial;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	}

#footer {
	color: #DFDFDF;
	font-family: trebuchet ms, arial;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	}

h1 {
	color: #F19006;
	font-family: trebuchet ms, arial;
	font-size: 22px;
	letter-spacing: 3px;
	font-style: italic;
	text-transform: uppercase;
	border-right: 0px solid #3E483F;
	border-left: 0px solid #3E483F;
	border-bottom: 0px solid #3E483F;
	padding-left: 0px;
	}

h1 img {
	border-top: 0px solid #3E483F;
	position: relative;
	top: 0px;
	}

a:link {color: #DFDFDF; text-decoration: none; font-weight: bold; letter-spacing: 3px;}
a:visited {color: #DFDFDF; text-decoration: none; font-weight: bold; letter-spacing: 3px;}
a:hover {color: #FFFFFF; text-decoration: none; font-weight: bold; letter-spacing: 3px; background-color: #3E483F}