@charset "UTF-8";
/* CSS Document */

#wrappah {
	background-image: url(../images/wrapperfill.png);
	background-repeat: repeat-x;
	width: 1048px;
	background-position: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: 1048px;

	
}

#headdah {
	height: 140px;
	width: 1024px;
	padding-top: 10px;
	clear: both;
	float: left;

}

#number {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#navbar {
	height: 24px;
	width: 1048px;
	/*background-image: url(../images/navbar.png);*/
	background-repeat: no-repeat;
	clear: both;
	float: right;
	padding-bottom: 30px;

}

#nav {
	width: 1048px;
	height: 24px;
	margin-bottom: 20px;
	margin-left: 600px;
	margin-right: auto;
	margin-top: 0px

}


#content {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: 50px;
	font-size: 14px;

	/*margin-bottom: 90px;*/
	/*padding-top: 40px;*/
}

#text {
	
	margin-top: 20px;
	color: #000;
	position: relative;
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;

}


p {
	margin-right: 20px;
	margin-left: 20px;
	
	
}


body {
	background-image: url(../images/pageback.png);
	background-repeat: repeat;
}

#tablez {
	width: 1000px;
	height: 600px;
	margin-right: auto;
	margin-top: 0px;
	clear: both;


}