td img {display: block;}
body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 11pt;
}
.main{
	margin: 0px auto;
	width:840px;
	height: 100%;

}

.menu{
	width: 165px;
	z-index:1000;
	position:relative;
	top: -20px;
	left:-20px;
}

.menu li{
	width:160px;
	height:26px;
	display: inline;
}


.menu li a{
	text-decoration: none;
	width:160px;
	height:26px;
}

.menu1{
	background-image: url('../images/menu1.jpg');
	width:160px;
	height:26px;
	display:block;
}
.menu1:hover{
	background-image: url('../images/menu1o.jpg');
}

.menu2{
	background-image: url('../images/menu2.jpg');
	width:160px;
	height:26px;
	display:block;
}

.menu2:hover{
	background-image: url('../images/menu2o.jpg');
}

.menu3{
	background-image: url('../images/menu3.jpg');
	width:160px;
	height:26px;
	display:block;
}

.menu3:hover{
	background-image: url('../images/menu3o.jpg');
}

.menu4{
	background-image: url('../images/menu4.jpg');
	width:160px;
	height:26px;
	display:block;
}

.menu4:hover{
	background-image: url('../images/menu4o.jpg');
}

.menu5{
	background-image: url('../images/menu5.jpg');
	width:160px;
	height:26px;
	display:block;
}

.menu5:hover{
	background-image: url('../images/menu5o.jpg');
}

.menu6{
	background-image: url('../images/menu6.jpg');
	width:160px;
	height:26px;
	display:block;
}

.menu6:hover{
	background-image: url('../images/menu6o.jpg');
}



#openingHours{
	width: 50%;
	float:left;
}
#address{
	width: 50%;
	float:right;
	text-align:right;
}

#pageHeader{
	width: 100%;
	color: #D3262B;
	float:right;
	margin-top: 30px;

}

#mainHeader{
	border-left: 1px solid #000;
	border-top: 1px solid #000;	
	height:20px;
	width: 50%;
	color: #D3262B;
	font-weight:bold;
	font-size:16px;
	float:left;
	margin-top: 20px;
	padding: 5px;
}

#mainContent{
	width: 100%;
	font-size:12px;
	float:left;
	line-height:150%;
	text-align:justify;
	padding:5px
}

.mainDescItem{
	width: 265px;
	float:left;
	margin-right:22px;
}

.mainDescItemRight{
	width: 265px;
	float:right;
}

.mainDescItemHeader{
	border-left: 1px solid #000;
	border-top: 1px solid #000;	
	height:16px;
	color: #D3262B;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	padding: 4px;
}
.mainDescItemContent{
	height:190px;
	margin: 0px 0px 0px 10px;
	font-size:11px;
	padding: 5px; 
	line-height:150%;
}


.mainDescItemContent ul{
	font-size:12px;
	left:-35px;
	position:relative;
}


.break2{
	float:left;
	line-height:0px;
}

.mainDescItemFooter, .mainDescItemFooter a{
	height:16px;
	color: #D3262B;
	text-align:center;
	font-size:12px;
	text-decoration:none;	
}

.boldText{
	font-weight: bold;
}

.footer{
	border-top: 1px solid #000;
	background-color: #015836;
	color: #ffffff;
	text-align: center;
	padding:5px;
	width: 100%;
	float:left;
	margin-top:20px;
}

.header{
	width:100%;
	height:21px;
}
.headerLeft{
	width:50%;
	float:left;
	height:213px;
    margin: 0px;
    padding: 0px;
	background-image: url('../images/headerLeft.jpg'); 
	background-repeat: repeat-x;
}
.headerCenter{
	height:213px;
	width:840px;
	background-image: url('../images/headerCenter.jpg'); 
	background-repeat: no-repeat;
	position:relative;
	margin: 0px auto;
}
.headerRight{
	float:right;
	width:49.9%;
    margin: 0px;
    padding: 0px;
	height:213px;
    margin: 0px;
    padding: 0px;
	background-image: url('../images/headerRight.jpg'); 
	background-repeat: repeat-x;
}