/* CSS Document */
body { 
	font-family:Arial, Helvetica, sans-serif; 
}
#mainStage {
	width: 800px;
	background-color: #3D2E43;
}

#header {
}

#nav a {
	background-color: #CC6699;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#nav a:hover {
	background-color: #6D1689;
	text-decoration: underline;
	color: #F0E3BE;
}

#content {
	margin-top: 10px;
}

#text {
	text-align: left;
	width: 350px;
	float: left;
	margin-left: 10px;
	color: white;
}

#ads {
	width: 390px;
	float: right;
	margin-right: 5px;
}

#Pic {
	text-align: left;
	width: 390px;
	float: left;
	margin-left: 5px;
	color: white;
}

#girl1 {
	width: 190px;
	float: left;
}

#girl2 {
	width: 190px;
	float: right;
}

#footer {
	background-color: black;
	color: white;
	font-size: 9px;
	clear: both;
}

