body {
	background-color: #000000;
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.style1 {color: #FF0000}



#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	margin-bottom: 5px;
}
#navigation {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-size: 13px;
}
#main_nav {
	float: left;
}
#secondary {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	width: 345px;
	float: right;
	padding-left: 25px;
}
#secondary_inside {
	width: 345px;
	float: right;
}

#secondary a:link {
	color: #666666;
	text-decoration: none;
}

#secondary a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#secondary a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#secondary a:hover {
	color: #FF0000;
	text-decoration: none;
}


#secondary_inside a:link {
	color: #666666;
	text-decoration: none;
}

#secondary_inside a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#secondary_inside a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#secondary_inside a:hover {
	color: #FF0000;
	text-decoration: none;
}

