body {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	
	color: #000;
	
	margin: 0;
	height: 100%;
}

h1,h2,h3 {
	color: #6699ff;
	font-family: "Arial", sans-serif;
	font-size: 24px;
	font-weight: 200;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 4px;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

.wrap {
	background-image: url('dropshadow.png');
	background-position: center top;
	background-repeat: repeat-y;
	width: 1006px;
	margin: auto auto;
	padding-top: 10px;
	background-color: #fff;
}
	.wrap .header {
		background-image: url('header.png');
		background-repeat: no-repeat;
		height: 236px;
		margin-bottom: 1px;
		width: 917px;
		margin: auto auto;
	}
	.wrap .nav {
		font-family: "Tahoma", sans-serif;
		font-size: 18px;
		
		height: 25px;
		background-color: #ff6600;
		
		width: 917px;
		margin: auto auto;
	}
		.wrap .nav .inner {
			width: 900px;
			text-align: center;
		}
			.wrap .nav .inner a {
				color: #fff;
				text-decoration: none;
			
				padding-left: 20px;
				padding-right: 20px;
				
				font-weight: 500;
			}
			.wrap .nav .inner a:hover {
				text-decoration: underline;
			}
	.wrap .content {
		width: 917px;
		min-height: 500px;
		overflow-y: scroll;
		overflow-y: auto;
		background-color: #fff;
		margin: auto auto;
	}
		.wrap .content .inner {
			width: 890px;
			margin: auto auto;
		}
			.wrap .content .inner img {
				margin: 10px;
				border: 1px solid #666666;
			}
	.wrap .footwebb {
		width: 1006px;
		background-image: url(dropshadow.png);
		background-position: center top;
		background-repeat: repeat-y;
	}
		.wrap .footwebb .inner {
			width: 917px;
			background-color: #fff;
			margin: auto auto;
		}
			.wrap .footwebb .inner img {
				margin-right: 10px;
			}
			
	.wrap .dropfoot {
		height: 52px;
		background-image: url('foot_dropshadow.png');
		background-position: top center;
		background-repeat: no-repeat;
		margin-bottom: 70px;
	}
.foot {
	position: fixed;
	bottom: 0;
	left: 0;
	
	height: 70px;
	width: 100%;
	
	
	background-image: url('foot.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;

}
	.foot a {
		color: #fff;
	}
		.foot a:hover {
			text-decoration: underline;
		}