html {
	height: 100%; width: 100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	}
	
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0; padding: 0;
	height: 100%; width: 100%;
	background: #000;
	}

div#siteWrapper {
	position: relative; display: block;
	width: 717px; min-height: 100%; z-index: 1;
	margin: 0 auto;
	background: #d2edf6;
	text-align: left; outline: none;
	margin-bottom: -80px;
	}
	
body>div#siteWrapper {	
	overflow: auto;
	overflow-x: hidden;
	}
	
* html div#siteWrapper {
	height: 100%;
	}	
	
/* =================================================================================== */	
		
	div#siteHeader {
		position: relative; display: block;
		width: 717px; height: 118px;
		background: #000 left top no-repeat url(../img/siteheader.jpg);
		z-index: 100; 
		}
		
		a#homeLink {
			display: block; position: absolute;
			width: 294px; height: 69px;
			top: 19px; left: 0;
			}
		
		a#homeLink img {
			border: 0;
			}	

		div#topNav {
			position: relative; display: block; top: 94px; left: 0px; 
			width: 717px; height: 19px;
			z-index: 100;
			}

		/* SEE NAVIGATION.CSS FOR NAV ITEM STYLING */			
		
/* =================================================================================== */			

	div#imgBlock {
		position: relative; display: block;
		width: 717px; height: 210px;
		background: #000;
		z-index: 90;
		}
		
/* =================================================================================== */		
		
	div#cpyBlock {
		position: relative; display: block;  float: left; overflow: hidden;
		width: 663px; padding: 20px 27px;
		background: #d2edf6; color: #626060;
		}		

/* =================================================================================== */
					
	div#clearAll {
		display: block; float: left; clear: both;
		width: 100%; height: 80px;
		}
		
#siteFooter {
	display: block; position: relative;
	width: 717px; height: 80px;
	margin: 0 auto;
	z-index: 100;
	background: #000 left top no-repeat url(../img/sitefooter.jpg);
	}
	
	#footerBlock {
		position: relative; left: 0px; top: 50px;
		width: 663px; height: 10px; line-height: 10px; padding: 0 27px;
		color: #8a9b1f; text-align: center;
		}
		
		#footerBlock a {
			text-decoration: none; color: #8a9b1f; padding: 0 10px;
			}
			
			#footerBlock a:hover, .footerBlock a.active {
				color: #626060;
				}

/* =================================================================================== */