
html, body {
	color:#333333;
	font-family:Verdana,sans-serif;
	font-size:11px;
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
}

h2 {
	color:#838383;
	font-size:16px;
}

#background-img {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
}

	.scroller {
		position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;
	}

	.main {
		background:url(../gfx/site/mainBackground.png);
		margin:0px auto 0px auto;
		width:850px;
		z-index:2;
	}
	
		.mainLeft {
			float:left;
			width:25px;
		}
	
		.mainMiddle {
			float:left;
			width:800px;
		}
		
		.mainRight {
			float:left;
			width:25px;
		}
	
		.header {
			background:#99cccc;
			height:372px;
			width:800px;
		}
			
			.header1 {
				background:#336699;
				height:10px;
				width:800px;
			}
			
			.header2 {
				background:url(../gfx/site/headerBackground.jpg) #99cccc;
				height:362px;
				text-align:center;
			}
		
		.content {
			width:800px;
		}
			
			.contentBlock {
				padding:20px;
				text-align:center;
			}
		
				.contentBlock a {
					color:#336699;
				}
				
				.columnBlock {
					text-align:center;
					margin:0px auto 0px auto;
					width:440px;
				}
				
					.column {
						float:left;
						margin-right:20px;
						text-align:center;
						width:200px;
					}
		
			.brochureLink {
				margin:0px auto 0px auto;
				text-align:center;
			}
		
		.footer {
			background:#cccccc;
			text-align:center;
			width:800px;
		}
		
			.footerBlock {
				color:#336699;
				padding:10px;
			}
		
				.footerBlock a {
					color:#FFFFFF;
				}
