@charset "utf-8";
body {
	background-color: #9D9FA2;
}

#container {
	background-image: url(assets/background_long.jpg);
	background-repeat: no-repeat;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 1200px;
}

#container h1 {
	font-size: 140%;
	font-weight: bold;
	color: #CA0000;
}


#content {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#content_text {
	width: 742px;
	margin-left: 55px;
	margin-top: -10px;
	background-image: url(assets/star_banner.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	height: 120px;
}
#main_text {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4;
	font-size: 90%;
	margin-top: 10px;
}
#sponsor_strip {
	background-image: url(assets/sponsor_strip.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 170px;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	text-align: center;
	color: #F0C5B4;
}
#footer a {
	font-family: Verdana, Geneva, sans-serif;
	color: #F0C5B4;
	text-decoration: underline;
	font-size: 90%;
}
.bold {
	font-weight: bold;
}
.red {
	color: #CA0000;
}
.smaller {
	font-size: 85%;
}

