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: #edcb72;
	}

table#siteWrapper {
	width: 100%;z-index: 1;
	margin: 0; border-collapse: collapse;
	}

table#siteWrapper td {}

	#headerWrapper {
		height: 118px; 	width: 100%;
		background: transparent center top repeat-x url(../img/bg/headerwrapper.jpg);
		}

		div#header {
			position: relative; margin: 0 auto;
			width: 965px; height: 118px;
			}
			
			div#homeLink {
				display: block; width: 351px; height: 66px;
				position: absolute; top: 20px; left: 37px;
				padding: 0; margin: 0;
				}
				
				div#homeLink a {
					display: block; width: 100%; height: 100%;
					}
					
					div#homeLink a img {
						display: block; width: 100%; height: 100%;
						}			
	#navWrapper {
		position: relative; width: 920px; margin: 0 auto;
		}		
	
	#contentWrapper {
		width: 100%; vertical-align: top;
		padding: 215px 0 25px 0;
		background-color: white;
		background-position: center top;
		background-repeat: no-repeat;
		background-image: url(../img/bg/content_bg.jpg);		
		}
		
			#content {
				width: 920px; margin: 0 auto;
				}
				
				#content table td {
					text-align: left;
					}
					
				#content #sidePanel {
					width: 231px;
					}
					
				#content #sidePanel.Right {
					float: right; zclear: left;
					}	

				#content #sidePanel.Left {
					float: left;
					}	

				#content #contentPanel {
					width: 640px; padding: 1px 15px 0 15px;
					}	

				#content #contentPanel.Right {
					float: right;
					}	

				#content #contentPanel.Left {
					float: left;
					}
					
				#contentPanel div.contentWrapper .breadCrumb {
					display: block;
					margin: 0 0 0 -5px;
					padding-bottom: 10px;
				}
					
	#footerWrapper {
		height: 93px; width: 100%; vertical-align: top;
		background: transparent center top repeat-x url(../img/bg/footerbg.jpg);
		}
		
		#footer {
			display: block;
			width: 965px; margin-top: 40px;
			text-align: center;
			color: #fff;
			}
			
			#footer a {
				margin: 0 2px;
				color: #fff;
				}
		
	div.inner {
		width: 965px; height: auto; margin: 0 auto;
		text-align: left;
		}
		
