﻿
/*CSS legend*/

#content {
	width:980px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}
#midsection {

	overflow:hidden;
	width:120px;
	height:405px;
	}

/*space between cult banner and nav*/
.whitespace{
clear:both;
display:block;
height:9px;
width:120px;
}

/*Main big image. Bg Css class holds the class for the image itself.*/
/*import for right pane view-*/

#mainImagePosition{
display:block;
width:831px;
float:right;
margin-left:9px;
min-height:556px;
overflow:visible;
z-index:1;
}

/*left menu position. Menu.css file holds menu style.*/
#leftMenuPosition{
width:120px;
float:left;
margin-bottom: -1000000px; 
padding-bottom: 10000px;

z-index:1;

}
#leftMenuPositionDetail{
width:140px;
float:left;

z-index:1;

}