body {
	font-family: verdana;
	font-size: 12px;
	background: url("../images/home/background.jpg") top center no-repeat;
	padding: 0;
	margin: 0;
}

div#backgroundwrapper {
	/* width: 1358px;
	height: 945px;
	
	border-top: solid 1px white; */
}

div#wrapper {
	width: 980px;
	margin: 80px auto 50px auto;
	text-align: left;
}

/************************* Navigation **************************************/
div#header img {
	float: right;
	margin-top: 0px;
	padding: 0 20px 0 0;
}

div#header { 
	padding: 65px 0 0 0;
	background: url('../images/home_page_logo2.gif') top right no-repeat;
}
div#header ul {
	float: left;
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0 0 10px 20px;
}

div#header ul li {
	display: inline;
	padding-left: 0;
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 13px;
}

div#header ul li a {
	color: #878685;
	text-decoration: none;
}

/***************************** Content **************************************/
div#content {
	clear: both;
}

div#content div.flash {
	float: left;
	padding-left: 20px;
	width: 691px;
	height: 482px;
}

div#content div.flash object {
	width: 691px;
	height: 482px;
}

div#content div.flash embed {
	width: 691px;
	/* height: 482px; */
	height: 482px;	
}

div#content div#float_right {
	float: left;
	width: 239px;
	padding-left: 10px;
}

div#content div#float_right img {
	display: block;
	border: none;
}

div#content div#float_right img.img1, div#content div#float_right img.img2 {
	margin-bottom: 7px;
}

/******************************** Footer       *******************************/

div#footer {
	clear: both;
	font-size: 10px;
	color: #878685;
	font-weight: bold;
	padding: 5px 0 0 0;
}

div#footer span {
	float: left;
	display: block;
	margin-right: 20px;
	padding-left: 20px;
}

div#footer ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#footer li {
	display: inline;
	padding-left: 0;
	margin: 0 10px 0 0;
	font-weight: bold;
}

div#footer li a {
	color: #878685;
	text-decoration: none;
}


/* Helpers */
div.clearer {
	clear: both;
}