body {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: #959595;
	background-color: #333333;
	
}

#header {
	margin: 30px 0px 0px 0px;
}

h1 {
	text-align: center;
	font-size: 60px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.line {
	margin: 5px 0px 0px 0px;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	height: 24px;
	text-align: center;
	
}

.star-holder {
	margin: 0px auto 0px auto;
	width: 125px;
	height: 24px;
}
.star {
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #333333;
	background-image: url(star.png);
	background-repeat: no-repeat;
	background-position:  center;
	width: 25px;
	height: 24px;
}

#content {
	margin: 30px auto 0px auto;
	width: 900px;
	
	
	

}

.frame {
	float:left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	text-align: center;

}

.frame img {
	margin: 0px auto 0px auto;
}

#footer {
	margin: 40px 0px 0px 0px;
	text-align: center;
}
h2 {
	text-align: center;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}


