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

h1 {
	background-color: #FFF;
	color: #336;
	text-align: center;
	font-size: 36px;
}
h2 {
	color: #336;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo_top {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	width: 400px;
	float: left;
	height: 80px;
}
#tagline {
	font-size: 13px;
	text-align:center;
	font-weight: bolder;
	color: #336;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	vertical-align: bottom;
	width: 549px;
	float: left;
	height: 80px;
}
#images {
	width: 950px;
	float: left;
	border: thin solid #000;
}
#whitespace {
	width: 950px;
	float:left;
}
#descriptions {
	float: left;
	width: 950px;
	/* [disabled]padding-top: 10px;
*/
	text-align: left;
	color: #000;
}
#page_footer {
	float: left;
	width: 950px;
	font-size: 12px;
	text-align: center;
	background-color: #336;
	color: #FFF;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 30px;
}
.imgcenter {
	display:block;
	margin:0 auto;
}
.clr {clear: both;}
