/* STYLES FOR FUNSEA'STEM - AUTHOR - 12pounds.com */

/* body 
-----------------------------------------------------------------------*/
	body {
	margin: 0px;
	text-align: center;
	background-attachment: scroll;
	background-color: #1e1c10;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* typography 
-----------------------------------------------------------------------*/
	body, div, td, input { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 14px; color: #333333; }
	small { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
	ul { list-style-type: none; margin: 0px; padding: 0px; }
	li { padding: 0px 0px 11px 0px; }
	h1 {font-family: Arial, Helvetica, sans-serif;color: #000000;font-size:22px;padding-top: 5px;}
	h2 {font-family: Arial, Helvetica, sans-serif;color: #000000;font-size:16px;font-weight: bold;}
	h3 {font-family: Arial, Helvetica, sans-serif;color: #000000;font-size:14px;font-weight: bold;}
	.boldtext { font-weight: bold; }
	.italics { font-style: italic; }


/*----------------------Content Area-------------------------------------*/
#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 313px;
	margin-top: 50px;
}

#navig_holder {
	width: 157px;
	float: left;
	margin-top: 105px;
	margin-left: 55px;
}

#flash_holder {
	height: 352px;
	width: 524px;
	float:right;
	margin-right: 32px;
	margin-top: 53px;
}

#content {
	width: 890px;
	float: left;
	margin-top: 60px;
	padding-left: 40px;
	padding-right: 10px;
}

#footer {
	width: 890px;
	float: left;
	margin-top: 60px;
}

.footerfont {
	color:#FFFFFF
}