@import "MainStyles.css";
@import "Menu.css";

div#MainContainer {
	background-image: url(/Images/Common/bgMain.jpg);
	background-repeat: no-repeat;
	width: 986px;
	min-height: 550px;
}

/* Columns ~ BEGIN */
div#LeftColumn {
	float:left;
	margin-top: 45px;
	margin-left: 55px;
	*margin-left: 28px;
}
table#MainNav td {
	padding-top: 8px;
}

div#CenterColumn {
	float: left;
	margin-top: 48px;
	margin-left: 43px;
	width: 484px;
	z-index: 0;
	padding-bottom: 15px;
}
div.black 
{
	width: 479px;
	background: black;
	border-bottom: 1px solid #777;
	text-align: left;
	min-height: 455px;
}
div.Content 
{
	border-top: 1px solid #777;
	padding: 5px 15px 10px 10px;
}
div.paging
{
	width: 479px;
	background: black !important;
	border-top: 1px solid #777;
	text-align: left !important;
	min-height: 455px;
}

div#CenterColumn.black img.decoration { border: none; }
div#CenterColumn.black img 
{
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}
.Content .panel {width:450px;}
div#RightColumn {
	float: left;
	margin-top: 48px;
	margin-left: 25px;
	padding-left: 13px;
	background: black;
	border-top: 1px solid #777;
	width: 223px;
	min-height: 450px;
	/**height: 450px; MB:commented out */
	height:auto!important;/*MB: added this for IE7*/
	height:450px;/*MB: added this for IE7*/
}
div#RightColumn p 
{
	padding-right: 10px;	
}
div#RightColumn.clear {
	float: left;
	margin-top: 48px;
	margin-left: 25px;
	padding-left: 0px;
	border-top: 1px solid #777;
	background:none;
	width: 236px;
	min-height: 450px;
	/**height: 450px; MB:commented out */
	height:auto!important;/*MB: added this for IE7*/
	height:450px;/*MB: added this for IE7*/
}
/* Columns ~ END */
div#Footer {
	clear: both;
	float:left;
	background-image: url(/images/Common/bgFooter.jpg);
	background-repeat: no-repeat;
	width: 986px;
	min-height: 66px;
	text-align: center;
}
div#FooterNav {
	margin-top: 30px;
}
div#Paging 
{
	margin-top: 10px;
	text-align: right;
	border-top: 1px solid #777;
	padding: 3px 3px 0 0;
}
img#Logo 
{
	/* IE Display Hacks */
	*display: block;
	*z-index: 10;
	*position: relative;
	/* End IE Display Hacks */
	margin-left: -15px;
	margin-bottom: 20px;
}
.borders 
{
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;	
}
img.left 
{
	margin-right: 10px;	
	margin-bottom: 10px;	
}
img.right
{
	margin-left: 10px;	
	margin-bottom: 10px;	
}