/* ==================================== Layout Setup ====================================== */

#tableCasing {
	width: 760px;}
	
#topImage {
	background: url("../../images/templates/subPages/topImage.jpg") no-repeat center top;
	height: 94px;}
	
#navigation {
	height: 36px;
	width: 760px;
	padding-left: 5px;
	background: #AF9582;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 12px;
	color: white;
	text-transform: Uppercase;}
	
#subNav {
	width: 162px;
	background: url("../../images/templates/subPages/subnavGradient.jpg") #DECFBA no-repeat center bottom;
	border-right: 1px solid #7F776A;
	height: 500px;
	min-height: 500px;
	/*\*/ * height: 500px; /**/
	vertical-align: top;}
	
#bottomLeftCorner {
	width: 162px;
	background: url("../../images/templates/subPages/bottomLeftCorner.gif") #EAE2E0 no-repeat left bottom;
	border-right: 1px solid #7F776A;
	height: 17px;}
	
#bottomRightCorner {
	width: 598px;
	background: url("../../images/templates/subPages/bottomRightCorner.gif") #E0D9D0 no-repeat right bottom;
	height: 17px;}
	
#body {
	width: 598px;
	background: #E0D9D0;
	vertical-align: top;}
	
.subNavItem {
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #7F776A;}
	
#bodyInfo {
	padding: 10px;}