@charset "utf-8";

body,html {
	background:#FFFFFF;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}
div#flashcontent {
	height:780px;
}

#wrapper{
	width:1360px;
	/*
margin-left:auto;
	margin-right:auto;
*/
}

#header{
text-align:left;
display:table-cell;
vertical-align:bottom;
}

#footer{
font-size: 9px;
color: #666666;
float: left;
position:relative;
left: 282px;
top: -12px;
}

#footer a{
color: #999999;
}

#footer a:hover{
color: ##7C8E8E;
}

#logo{
float:left;
}

#nav{
	text-align:right;
	float:right;
	width:100%;
}

#nav li {

	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size:10px;
	font-weight:bold;
}

#nav li a{
	color:#999;
}
#navlist a:link, #navlist a:visited {color: white; text-decoration: none;}

#thumbs{
font-size: 9px;
color: #666666;
float: right;
right:65px;
position:relative;
top: -12px;
}

