.pagebg {
	margin: 0;
	padding: 0;
	background: #5D4C38 url(pagebg.jpg) repeat-x; 
	min-height: 750px;
}

.contentdiv {
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7EEE8;
}

.date{
	background: #4C3113; 
	font-family: Verdana;
	color: #B88742;
	font-size: 11px;
}

.menuleft{
	margin: 0 32px 0 0;
	height:39px;
	width:32px;
	background: url(menuitemleft.gif) no-repeat top left transparent;
}

.menuright{
	height:39px;
	width:32px;
	background: url(menuitemright.gif) no-repeat top right transparent;
}

.menudiv {
	height:40px;
	width:100%;
	background: url(menubg.gif) repeat-x top right transparent;
}

.logodiv {
	background:transparent;
	width:456px;
	top:0
}

#ContentPane {
 height: 275px;
 width: 394px;
}

#PaneOne {
	width:25%;
	display: block;
	margin: 0 0 0 5px;
}

#PaneTwo {
	width: 25%;
	display: block;
	margin: 0 0 0 5px;
}

#PaneThree {
	width: 25%;
	display: block;
	margin: 0 0 0 5px;
}

#PaneFour {
	width: 25%;
	display: block;
	margin: 0 0 0 5px;
}

.footerdiv {
	height: 40px;
	width: 100%;
	background: url(menubg.gif) repeat-x top right transparent;
	font-family: tahoma;  color: #FFFFFF; font-size: 11px; font-weight: bold; text-transform: uppercase;
}

/*-- removing bg colors         --*/ .MainMenu_Idle.MainMenu_MenuItem, .MainMenu_Selected.MainMenu_MenuItemSel, .MainMenu_Active.MainMenu_MenuItem, .MainMenu_BreadcrumbActive.MainMenu_MenuItem { background:transparent; }
/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent;}
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 10000;  cursor: pointer;  cursor: hand; margin: 1px 0 0 0; background: #EEEEEE; padding: 0px; border: 1px solid #AAA; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #FCFCFC; font-weight: bold; text-transform: uppercase; font-style: normal; padding: 0px 30px 0px 16px; height: 40px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; text-transform: uppercase; cursor: pointer; cursor: hand; color: #222; background: #EEE; padding: 0px 30px 0px 16px; height: 40px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #FFF; background: url(menuitem.gif) no-repeat top right transparent; font-size: 8pt; padding: 9px 10px 10px 10px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #eee; background: url(menuitemhover.gif) no-repeat top right transparent; font-size: 8pt; padding: 9px 10px 10px 10px; font-weight: bold; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #eee; background: url(menuitemhover.gif) no-repeat top right transparent; font-size: 8pt; padding: 9px 10px 10px 10px; font-weight: bold; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(dumdum.gif) no-repeat top right transparent; width: 0px; height: 40px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}