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


h2 {
	margin-left:50px;
	margin-right:50px;
	margin-top:20px;
	padding-top:20px;
	color:#b37f33;
}

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

.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;
	padding-top:20px;
	margin-top:20px;
}

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

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

.product_images{
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}	

#section_container img {
	padding:5px;
}