
#page 
{
	padding:	5px;
	position:	relative;
}


#titleBar 
{
	width:		100%;
	clear:		both;
}
 
#menuBar 
{
	width:				100%;
	clear:				both;
	padding-top:	5px;
}

#mainBar
{ 
	width:				890px;
	clear:				both;
	border-right:	1px solid #eee;
	border-left:	1px solid #eee;
	padding:			4px;
}

#footerBar 
{
	position:			relative;
	
	width:				898px;
	clear:				both;
	
	background:		#f7f7f7;
	border-top:		1px solid #eee;
	border-right:	1px solid #eee;
	border-left:	1px solid #eee;
}
#footerBar div
{
	padding: 	4px;
}

