body{
	background: #000000;
	font-family: "Arial Narrow";
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color:#e577f5;
	text-decoration: none;
}

img {
	border: 0px;
}

#outer {
	background: #000000;
	max-width: 800px;
	/*margin-left: 20%;
	margin-right: 20%;*/
	margin-top:50px;
}

.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 121px; width: 763px;
}

.nav {
	background-image: url(../images/nav_bar.gif) ;
	background-repeat: no-repeat;
	height: 36px; width: 763px;
}

.Content {
	position: absolute;
	margin-top:20px;
	margin-left: 10px;
float: left;
	/*width: 45%;
	max-width: 45%;*/
	Width: 300px;
	height:320px;
	color: #d66fe5;
	
}

.Content a{

	color: #d66fe5;
	/*font-weight:bold;*/
	
}

.Content a:hover{
	color: #f0a3fb;
	/*font-weight:bold;*/
	
}

.Content_image {
	position: absolute;
	margin-top:20px;
	margin-left: 400px;
	float: left;
	width: 300px;
	/*width: 45%;
	max-width: 45%;*/
	height: 320px;
}

.Content_image img{
	float: right;
}

#footer 
{ margin-top:320px; 
background:#e577f5;
height: 36px; width: 763px;
position: absolute;
font-weight: bold;
}

#footer img
{ margin-top:2px;
margin-left:2px;
}


