/* 
================================
 Container Styles for DotNetNuke
================================
*/   

div#pnlBottom
{
	text-align: left;
	/*margin-right: 35px;*/
	margin-bottom: 10px; /* 240px if breadcrumbed */
	/*float: right;*/
	width: 730px; /*background-color: White;*/
	/*z-index: 1;*/
	background-image: url(bottom_panel_center.gif);
	background-repeat: repeat-y;
}
div#pnlBottomTop
{
	height: 73px;
	width: 730px;
	background-image: url(bottom_panel_top.gif);
	background-repeat: no-repeat;
}
div#pnlBottomContent
{
	/*background-color: Olive;*/
	width: 730px; /*background-image: url(80percent/bottom_panel_center.gif); 			background-repeat: repeat-y;*/
}
.BottomContent
{
	text-align: left;
	margin-left: 55px;
	width: 620px;
	color: Black;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia; /*text-align: center;*/
}
.BottomContent p
{
	color: Black;
	font-family: Comic Sans MS, Tahoma, Arial, Georgia; /*text-align: center;*/
}
div#pnlBottomBottom
{
	height: 67px;
	width: 730px;
	background-image: url(bottom_panel_bottom.gif);
	background-repeat: no-repeat;
}
div#pnlBottomBottomMenu
{
	float: left; 
	margin-left: 65px; 
	margin-top:15px; 
	width:600px; 
}

