body {
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	background: #d9d9ff;
	font-size: 13px;
	font-family: 'Gill Sans', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
}

div.header {
	width: 100%;
	height: 30px;
	border: 1px solid #333;
	border-width: 0px 0px 1px 0px;
	background: #3b479e;
}

div.interstitial {
	margin: 0px auto;
	padding: 0;
	width: 780px;
	height: 362px;
}

div.median {
	width: 100%;
	height: 12px;
	border: 1px solid #333;
	border-width: 1px 0px 1px 0px;
	background: #3b479e;
	color: #fff;
	font-size 1em;
	font-weight: bold;
	padding: 4px 0px 6px 0px;
	text-transform: uppercase;
	text-align: center;
}

div.interstitial .facebook {
	float: right;
}

div.interstitial .tshirt {
	clear: both;
	position: relative;
	top: 220px;
	left: 280px;
}
img {
	border: 0px;
}

div.homeblock {
	/*border: 1px solid #666;
	border-width: 0px 1px;
	background: #fff;*/
	height: 210px;
	padding-top: 5px;
	text-align: center;
}

div.buttons_container {
	margin: 0 auto;
	width: 600px;
}

div.buttons_horiz {
	float: left;
	width: 379px;
}

div.buttons_vert {
	float: left;
	width: 200px;
	margin-left: 14px;
}

div.story {
	margin: 0px auto;
	padding: 0;
	width: 760px;
	padding: 10px 10px;
	min-height: 430px;
	border: 1px solid #333;
	border-width: 0px 1px;
	background: #fff;
	clear: both;
	overflow: hidden;
}

div.story_buttons {
	float: left;
	width: 220px;
	text-align: center;
	border-right: 1px dashed #ccc;
}

div.story_content {
	float: left;
	text-align: left;
	padding: 0px 20px 20px 20px;
	width: 498px;
}

div.story_content a {
	font-weight: bold;
}

div.story_content h1 {
	font-size: 1.5em;
	color: #333;
	font-weight: bold;
}

div.story_content p {
	font-size: 1.25em;
	color: #333;
	line-height: 1.25em;
}

table.sizing {
	border: 1px solid #000;
	font-family: 'Gill Sans', 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	width: 400px;
}

table.sizing tr {
	background: #fff;
	color: #333;
	border-bottom: 1px dotted #000;
}

table.sizing tr.hdr {
	background: #333;
	color: #fff;
}

table.sizing td {
	border-bottom: 1px dotted #000;
	width: 25%;
	text-align: center;
}

a.download:link, a.download:visited {
	background: #fc3;
	color: #333;
	font-size: 1em;
	padding: 6px 12px 8px 12px;
	margin-right: 20px;
	text-decoration: none;
}

a.download:hover, a.download:active {
	color: #fff;
	border: 1px solid #333;
}

div.homefooter {
	clear: both;
	width: 100%;
	height: 102px;
	border: 1px solid #333;
	border-width: 1px 0px 0px 0px;
	background: #3b479e;
	padding: 4px 0px 6px 0px;
}

div.footer_container {
	margin: 0 auto;
	width: 600px;
}

div.footer_thanks {
	float: left;
	width: 468px;
	height:102px;
	background: url('../images/home_footer_thanksBG.gif') no-repeat;
	text-align: left;
}

div.footer_thankscopy {
	position: relative;
	left: 70px;
	top: 18px;
	width: 345px;
	font-size: .85em;
	color: #fff;
	line-height: 1.08em;
	text-align: left;
}

div.footer_thankscopy strong {
	font-weight: bold;
	color: #fc3;
}

div.footer_contact {
	float: right;
	height: 102px;
}

div.footer_contact a:link, div.footer_contact a:visited {
	background: #333;
	color: #fff;
	font-size: 1em;
	padding: 4px 8px 6px 8px;
	margin-right: 20px;
	text-decoration: none;
}

div.footer_contact a:hover, div.footer_contact a:active {
	color: #fc3;
}