@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo_top {
	width: 375px;
	float: left;
	height: 40px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding-bottom: 5px;
}
#tagline {
	font-size: 14px;
	text-align:right;
	font-weight: bolder;
	height: 40px;
	color: #336;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
	vertical-align: bottom;
}
#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;
}

