@charset "UTF-8";
/* CSS Document */

/* CSS Document */

body {
	margin: 0;
	padding: 0;
}



div#container {
	margin: 0 auto;
	width: 954px;
}

div#text {
	text-align: center;
	width: 954px;
}

.background {
	position: relative;
	margin: 0;
	padding: 0;
	width: 954px;
	height: 545px;
	z-index: 0;
	top: 0px;	
}

.main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	
}

.nav {
	position: absolute;
	top: 3px;
	left: 0px;
}



.nav2 {
	position: absolute;
	top: -5px;
	left: 368px;
	height: 71px;
	padding: 5px 0 0px;
}


.nav3 {
	position: absolute;
	top: 95px;
	left: -2px;
	height: 15px;
}

.flash {
	position: absolute;
	top: 171px;
	left: 0px;
	height: 300px;
}

.nav4 {
	position: relative;
	top: 0px;
	left: -2px;
	height: 15px;

}

div#footer {
	min-width: 954px;
	margin-top: 50px;
	padding: 0px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer p {
	color: #999;
	font-size: 68.75%;
	float: left;
}

div#footer p#right-foot {
	float: right;
}

div#footer p#left-foot a {
	color: #c3c3c3;
	text-decoration: none;
	margin: 0 10px 0 -4px;
	padding: 2px 4px;
}

div#footer p#left-foot a:hover {
	color: #6d6d6d;
	text-decoration: none;
	background-color: none;
}

div#footer p#right-foot a {
	color: #c3c3c3;
	text-decoration: none;
	padding: 2px 0;
}

div#footer p#right-foot a:hover {
	color: #6d6d6d;
	background-color: none;
}

