body {
	background-color: #000;
	text-align: center;
	color: #ccc;
	font-family: Futura, "Myriad Pro";
}

p {
	color: #ccc;
	font-size: 75%;
}

.container {
	width: 800px;
	margin: auto;
}

.overlay {
	
}

.content {
	text-align: left;
	width: 550px;
	padding: 20px;
	color: #000;
	font-family: "Lucida Grande";
	line-height: 25px;
	background: #ccc repeat;
	float: right;
}

ul {
	
}

li {
	
}

a, a:link, a:active {
	color: #999;
}

a:visited {
	
}

a:hover {
	color: #fff;
}

h1 {
	
}

h2 {
	margin: 0;
	font: 150% Georgia;
	letter-spacing: 3px;
	font-size: 150%;
	font-family: "Lucida Grande";
}

h3 {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

h4 {
	
}

.header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer {
	font: 70% Tahoma;
	letter-spacing: 2px;
	clear: both;
	text-align: right;
	padding-top: 20px;
}

.image-left {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #666;
	padding: 2px;
}

.image-right {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #666;
	padding: 2px;
}

.hovering-text {
	position: absolute;
	margin-left: 575px;
	width: 200px;
	height: 200px;
	text-align: left;
	margin-top: 100px;
	font-size: 75%;
	left: 136px;
	top: 225px;
}

.navigation {
	position: absolute;
	list-style-type: disc;
	text-align: left;
	line-height: 50px;
	font-size: 120%;
}

.navigation a, .navigation a:link, .navigation a:active, .navigation a:visited {
	text-decoration: none;
	display: block;
}

a:hover#orangelink {
	color: #ffbd7f;
}

a:hover#bluelink {
	color: #7fbeff;
}

a:hover#purplelink {
	color: #924989;
}

a:hover#greenlink {
	color: #418341;
}

a:hover#yellowlink {
	color: #fdff7f;
}

a:hover#redlink {
	color: #ff7f81;
}

a:hover#graylink {
	color: #999;
}

a:hover#whitelink {
	color: #fff;
}

.subtitle {
	right: 0;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 10px;
	text-align: center;
	margin-bottom: 1px;
}

.content p {
	color: #000;
	margin: 0 0 20px;
	font-family: "Lucida Grande";
	font-size: 65%;
}

.content a, .content a:link, .content a:active, .content a:visited {
	color: #000;
}

.content a:hover {
	color: #1a00ff;
}

.note {
	text-transform: uppercase;
	font-size: 80%;
	color: #666;
}

/*.content-background {
	background: #000 url(resources/small-bg.png) no-repeat 12px bottom;
	width: 800px;
	height: 520px;
}*/

.black-bg {
	background-color: #000;
}

a img {
	border-style: none;
}.container .content-background .content ul li {
	font-weight: bold;
}
