@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/horizon.jpg);
	background-repeat: repeat-x;
}
.container {
	height: 900px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
.nav {
	width: 300px;
	position: absolute;
	left: 50px;
	top: 50px;
	height: 450px;
}
.nav-item {
	height: 50px;
	width: 300px;
	overflow: hidden;
}
.nav-item2 {
	height: 36px;
	width: 300px;
}
.category-image {
	position: absolute;
	height: 252px;
	width: 393px;
	left: 400px;
	top: 50px;
	overflow: visible;
}
.footer {
	position: absolute;
	height: 50px;
	width: 700px;
	left: 50px;
	top: 525px;
}
.container #apDiv1 #apDiv2 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFF;
	line-height: 18pt;
}
.indent {
	margin-left: 15px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #C00;
}
.contact {
	color: #99a4ad;
}
.container .nav .contact strong a {
	color: #99a4ad;
}
.container .nav .contact p strong a:hover {
	color: #C00;
}
.container .nav .contact a {
	color: #99a4ad;
}
.container .nav .nav-item .contact {
	font-size: 12px;
}
.container .sidebar h2 {
	color: #FF0;
}
.flush-left {
	float: left;
	margin-right: 25px;
}
