body {
	background: black;
/*	font-family:'andale mono';	*/
	font-family: 'Courier New';
	font-size: 12px;
}

a:link { 
	color: blue;
	text-decoration: none;
	}
a:visited { 
	color: blue;
	text-decoration: none;
	}
a:hover { 
	color: blue;
	text-decoration: none;
	}
a:active { 
	color: blue;
	text-decoration: none;
	}

#header{
	margin-top: 5px;
	padding: 5px;
	height: auto;
	width: 460px;
	border-bottom: 1px solid white;
	position: absolute; top: 10px; left: 70px; right: 80px;
	text-align: left;
	color: #00E205;
}

#footer{
	margin-top: 5px;
	padding: 5px;
	height: auto;
	width: 430px;
	border-bottom: 1px solid white;
	position: absolute; top: 390px; left: 560px; right: 80px;
	text-align: right;
	color: #00E205;
}

#content{
	height: auto;
	width: 420px;
	padding: 5px;
	border: 1px solid white;
	position: absolute; top: 60px; left: 90px; bottom: auto;
	color: #00E205;
	overflow: auto;
}

h1{
	font-weight: bold;
	color: yellow;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h2{
	font-style: italic;
	color: yellow;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}


#graphic{
	height: auto;
	width: 370px;
	padding: 5px;
	border: 1px solid white;
	position: absolute; top: 160px; left: 580px;
}

#navbar{
	height: auto;
	width: 370px;
	padding: 5px;
	border: 1px solid white;
	position: absolute; top: 350px; left: 580px;
	text-align: center;
	color: yellow;
}

.navlist{
	display: inline;
	text-align: center;
}

a.navlink{
	color: #00E205;
	text-decoration: none;
}

#productbar{
	height: auto;
	width: 365px;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid white;
	position: absolute; top: 400px; left: 580px;
	text-align: center;	
	color: yellow;	
}
