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

body{
	margin:0 auto;
	border:0;
	background-color:#DDDBD0;
}


.topp{
	background:url(images/header1.png);
	background-repeat:repeat-x;
	height:170px;
	width:100%;
}
.flashWrapper{
	margin:0 auto;
	width:1000px;
	min-height:850px;
	
}
.flashWrapper2{
	margin:0 auto;
	width:1000px;
	min-height:240px;
	
}

.flasharea{
	position:absolute;
	top:2px;
}
.flasharea2{
	position:absolute;
	top:2px;
}

.footer{
	background:url(images/footer1.png);
	background-repeat:repeat-x;
	height:170px;
	width:100%;
	margin-top:-160px;
}

.footersub{
	margin:0 auto;
	width:1000px;
	font-family:"Courier New", Courier, monospace;
	color:#9ACED1;
	
	
}
.footersub a{
	text-decoration:none;
	color:#CCC;
}

.footer_left{
	float:left;
	
}
.footer_right{
	float:right;
	
}