
#page 
{
	padding:	0;
	margin:		0;
	position:	relative;
	
	width:				1024px;
	border-left:	1px solid white;
	border-right:	1px solid white;
	background:		url( ./images/page-background.png ) repeat-y;
}


#titleBar 
{
	background:	#D0AD5E url( ./images/top.jpg );
	height:			84px;
	width:			1024px;
	position:		relative;
}
 
#menuBar 
{
	float:				left;
	display:			inline;
	width:				125px;
	margin-left:	30px;
	position:			relative;
}

#mainBar
{ 
	/*
	background:		white;
	height:				900px;
	*/
	
	margin-left:		155px;
	margin-top:			1px;
	margin-bottom:	20px;
}

#footerBar 
{
	height:			29px;
	background:	url( ./images/footer-background.png ) repeat-y;
	clear:			both;
}


