/* CSS Document */
html,body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 1003px;
	bottom: 0px;
}


#header {
	position: absolute;
	width: 1003px;
	height: 370px;
	top: 0px;
	left: 0px;
}


#flash {
	position: absolute;
	width: 507px;
	height: 111px;
	top: 0px;
	left: 296px;
}


#nav {
	position: absolute;
	width: 983px;
	height: 59px;
	top: 111px;
	left: 10px;
}


#content {	
	position: absolute;
	width: 1003px;
	top: 370px;	
}


#footer {
	position: absolute;
	background-image: url(../site_pics/footer.jpg);
	width: 1003px;
	height: 70px;
	bottom: -70px;
}
