body {
	margin: 10px auto 10px auto;
	padding: 0px;
	background: #fffff1;
	min-width: 955px;
   	max-width: 955px;
}

#page {
	width: 955px;
	margin: 0px;
	padding: 0px;
	background: #000000;
	border: solid #000000 10px;
	clear: both;
	text-align: center;
}

#header {
	height: 160px;
	width: 955px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#sidebar {
	float: left;
	width: 160px;
	height: auto;
	background-color: #000000;
}


#footer {
	width: auto;
	clear: both;
	padding: 10px 0px 0px 0px;
	color: #999999;
	font-size: 8pt;
	text-align: center;
	background-color:#000000;
}



<!--START NAV-->
#navBar {
	border: 10px solid #000000;
	background-color: #600504;
	}

#navItem {
	z-index: 0;
	width: auto;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:0px;
	background-color:#926600;

	}	   

#navItem a, #navItem a:visited, #navItem img {
	z-index: 1;
	border:0px;
	width:auto;
	height:auto;
	background:#600504;
	}

#navItem a:hover {
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	z-index: 1;
	   } 
	
#navItem span {display: none;}

#navItem:hover {
	border: 0px;
	}

#navItem:hover span {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 0;
}


.SubNavBar, .SubNavBar a, .SubNavBar a:visited {
	}
	
.SubNavBar a:hover {
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	}	
	
.Active {
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	}
	
	
	
<!--END NAV-->
	
	
	
<!--START CONTENT-->
#content {

}

#mergedColumn {
	width: auto;
	margin: 40px 0 0px 0;
	padding: 0 0 0px 0;
	text-align: center;
	min-height: 580px;
	height: 100%;
	border-left: 180px solid #000000;
	border-top: 10px solid #000000;
	background: #ffffff;
}

.leftColumn {
	width: 375px;
	float: left;
	margin: 10px 0 0 10px;
	text-align: center;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	
}

.rightColumn {
	width: 375px;
	float: right;
	margin: 10px;
	text-align: center;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: 0.05em;
	line-height: 1.1em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	text-align: center;
	margin: 0px 100px 0px 100px;
}

small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 7pt;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 2em;
	text-align: center;
}

#mergedColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	text-align: center;
	width: 500px;
	margin: 10px auto 0px auto;
}

#mergedColumn img {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	text-align: center;
	max-width: 700px;
	margin: 10px auto 10px auto;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #926600;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

<!--END CONTENT-->