body { 
background: #555555;
margin: 0px 0px 0px 0px;
	
}

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

#box {
	width: 990px;
	height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}


#container {
	background: url(background.gif) repeat-y;
	width: 990px;
}
#header {
	height: 262px;
	background: url(header.gif) no-repeat;
}
#footer {
	background: url(footer.gif) no-repeat;
	height: 68px;
	clear: both;
	letter-spacing:-2px;
	padding-right: 5px;
	font-family: Arial, sans-serif; 
	font-size: 18px;
	font-variant: normal; 
	text-transform: uppercase; 
	color: #000000;
	text-align:center
}
#content {
	width: 500px;
	float: left;
	margin-top: -80px;
	padding-left: 18px;
	font-size: 17px;
	font-family: Arial, sans-serif; 
	font-style: normal; 
	color: #000000;
	letter-spacing:-1px;
}
#navigation {
	width: 525px;
	margin-top: -36px;
	float: left;
	position:absolute;
	padding-left: 2px;
	top:115px;
	left: 12px;
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing:-2px;
}

#juno {
	position:absolute;
	left:555px;
	top:115px;
}

