@charset "UTF-8";
/* CSS Document */

.section_container {
	background-color:#01105c;
	padding-bottom:20px;
	margin-left:50px;
	margin-right:50px;
	background-image:url(img/section_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.section_bottom{
	background-image:url(img/section_bottom.jpg);
	margin-left:50px;
	margin-right:50px;
	background-repeat:no-repeat;
	height:20px;
}

a {
	color:#FFFFFF;
}

p{
	padding-top:20px;
	margin-left:50px;
	margin-right:50px;
	text-align:justify;
	color:#FFFFFF;
}

.stars {
	margin-left:auto;
	margin-right:auto;
	background:url(img/stars.jpg) no-repeat;
	background-position:center;
	height:25px;
	width:100px;
	padding-bottom:20px;
	padding-top:20px;
}

.bold {
	font-weight:bold;
	font-style:italic;
}

#page_title {
	text-align:center;
	padding-bottom:40px;
}