html, body {
			margin: 0px;
			padding: 0px;
			}

body {
			background-color: #000000;
			font-family: Verdana, Arial, sans-serif;
			font-size: 100%;
			}

#box {
			width: 780px;
			margin: 50px auto 50px auto;
			border: 1px solid #eee;
			}
			
#hebanner {
			width: 780px;
			height: 50px;
			background: url("/images/issues/09/hair-banner.jpg") top left no-repeat;	
			margin: 0px;
			padding: 0px;
			border-bottom: 1px solid #8c8ebf;
			}

#he {
			font-family: Verdana, Arial, sans-serif;
			text-transform: uppercase;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			float: left;
			margin: 20px 0px 0px 20px;
			}

#he a:link, a:active {
			color: #8988bo;
			}

#he a:visited {
		 	color: #8c8ebf;
			text-decoration: none;
			}

#he a:hover {
			color: #cfcfe7;
			}

#i-header {
			font-family: Verdana, Arial, sans-serif;
			color: #fff;
			font-size: 10px;
			font-weight: bold;
			text-align: right;
			padding: 20px 20px 20px 0px;
			}

#issuebanner {
			height: 300px;
			width: 780px;
			background: url("/images/issues/09/front-banner.jpg") top left no-repeat;	
			}

#menu {
			padding: 20px;
			}
			
#menu a:link {
			color: #17175f;
			font-weight: bold; 
			text-decoration: none;
			}

#menu a:visited, a:hover, a:active {
			color: #313273;
			}

#menu li {
			font-size: 0.65em;
			line-height: 2em;
			font-color: #050527;
			list-style-type: square;
			margin: 0px;
			padding: 0px;
}

#menu ul {
			margin: 0px 0px 0px 40px;
			padding: 0px;
}

#bottom {
			width: 780px;
			height: 50px;
			background: url("/images/issues/09/hair-banner.jpg") top left no-repeat;
			border-top: 1px solid #8c8ebf;
			}	

#nav {
			padding: 15px 15px 15px 20px;
			}
			
#nav a {
			color: #8c8ebf;
			}
			
#nav ul {
			margin: 0px;
			padding: 0px;
			}

#nav li {
			display: inline;
			padding-left: 0px;
			padding-right: 20px;
			font-size: 10px;
			font-weight: bold;
			}
			

