#Outer1 {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;  /* Padding below the page */
	width: 760px;
	/*height: 680px;*/
	background-color: #EFECE7;
	
	/* Background shadows */
	background-image: url(../images/backgroundShd.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#Outer2 {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px; /* Padding below the footer */
	background-color: #EFECE7;
	width: 750px;
	/*height: 670px;*/
	/* Background images */
	background-image: url(../images/contentBackg.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}

#Inner1 {
	margin-left: 5px;
	margin-right: 5px;
	/* Background images */
	background-image: url(../images/headerBackg.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
}

#Nav {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

#Nav img {
	border: none;
}

#Mid {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	background-repeat: repeat-x;
}

#Left {
	position:absolute;
	width: 150px;
	margin-left: 590px;
	margin-bottom: 5px;
}

#Right {
	margin-bottom: 5px;
	width: 580px;
}

#Bottom {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
}


#Footer {
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	height: 21px;
	
	background-color: #988675;
	background-image: url(../images/footerBackg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear: both;
}

#Footer #Copyright {
	position: absolute;
}
#Footer #FootNav {
	float: right;
}
#Footer #Contact {
	margin-left: 232px;
	position: absolute;
}

