* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: url(image/bg_c.gif); 
	font-size: 8pt;
	line-height: 14pt;
	color: #ffffff;
	font-family: Trebuchet, Tahoma, Arial, Helvetica, Sans-Serif;
}

#page {
	margin: 0 auto;
	width: 893px;
	text-align: left;
	padding: 94px 0px 0px 0px;
}

#header {
	width: 893px;
	height: 65px;
}

#logo {
	height: 21px;
}

#nav {
	height: 44px;
}

#nav_1 {
	float: right;
	width: 121px;
}

#nav_2 {
	float: right;
	width: 105px;
}

#nav_3 {
	float: right;
	width: 97px;
}

#nav_4 {
	float: right;
	width: 114px;
}

#flash {
	height: 384px;
}

#billboard {
	height: 344px;
}

#footer {
	clear: left; 
	height: 20px;
	font-size: 7pt;
	color: #cccccc;
	font-weight: bold;
}

a.footer, a.footer:visited, a.footer:link {
	font-size: 7pt;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:hover, a.footer:active {
	font-size: 7pt;
	color: #bec200;
	font-weight: bold;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
