/*************************************
	DOCUMENT NAME: STYLES.CSS
	CLIENT: chris_mills
	AUTHOR:chris_mills
	DATE: DATE(03/24/08)
*************************************/

/**********************************
	- GLOBAL - 
**********************************/
body {
background: black;
	margin: 0;
	padding: 0;
	font-family: courier;
	font-size: 16px;
	color: #f6ecec;
}

img {
	border: none;
}


.header {
margin-left: 200px;
margin-top: 50px;
}

.content_container {
width: 700px;
margin-left: 200px;
font-color: white;
float: left;
margin-top: 20px;
font-color: white;
}

.content_container .img{
float: left;
}

.top_links{
margin-left: 200px;
margin-top: 20px;
margin-bottom: -20px;
}

h1 {
float: left;
color: solid-white;
}

.spacer {
height:20px;
}

.content_image {
width: 250px;
float: left;
}

.content_text {
width: 450px;
float: left;
}

a:link{
color: white;
}

a:visited {
color: white; 
}

a:hover 
{ 
color: red; 
}

a:active {
color: blue;
}
