body {
	line-height: 24px;
	font-size: 15px;
	background-color: #0F0039;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	margin: 0;padding: 0;
	font-style: normal;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #9900CC;
}

#frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
}

#background {
	background: url(background.jpg) no-repeat;
	width: 1000px;
	height: 642px;
}

#home {
	position: absolute;
	left: 602px;
	top: 113px;
	width: 274px;
	height: 53px;
}


#innerframe {
	width: 500px;
	left: 240px;
	top: 187px;	
	position: absolute;
	height: 100%;
}

ul {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	border-bottom: white solid 1px;
}

ul li {
	text-transform: uppercase;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-right: 20px;
	text-align: left;
}


ul li a {
	color: white;
	text-decoration: none;
}

ul li.primary a {
		color: #9900CC;
}

ul li a:hover {
	color: #9900CC;
}



