body
{
	background-color:#080808;
	background-image: url("background-slice.jpg");
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
	padding:0;
	
}

.siteContainer
{
	background-image: url("background-top.jpg");
	background-repeat:no-repeat;
	text-align:left;
	width:1124px;
	margin:0px auto;
	padding:0 0 100px 0;
}

.header
{
	width:1124px;
	float:left;
}

.lubattiLogo
{
	float:left;
	width:158px;
	 margin-top:31px;
	 margin-left:141px;
}

.lubattiLogo img
{
	border:none;
}


#lowerSiteContainer
{
	margin-top:25px;
	float:left;
}

.backgroundImageLeft
{
	width:121px;
	float:left;
}


.backgroundImageRight
{
	width:123px;
	float:right;
}

#mainSiteContainer
{
	width:880px;
	float:left;

}

#topMenu
{
	background: url("topMenuSlice.jpg") 0px 14px repeat-x;
	padding-bottom:36px;	
	width:880px;
	float:left;
}

#breadcrumbContainer
{
	background: url("breadcrumbSlice.jpg");
	background-repeat:repeat-x;
	padding-bottom:11px;	
	width:880px;
	float:left;

}


