body, html{
	height: 100%;
	text-align:center;
}
body{
	border: 0;
	margin: 10;
	background-color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	text-align:center;
	font-size:12px;
}
td, th, p{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
border:0px;

}

li{
list-style:square;

}
ul{
margin:7px 20px;

}

a{
color:#990033;

}


/***************menu styles***************/

.menu{
border-top:10px solid #dedede;
border-bottom:5px solid #dedede;
margin-bottom:7px;

}


.menu td{
border-right:1px solid #333333;
padding:0 9px;
background-color: #dedede;

}

.menu a:link,.menu a:visited{
color:#333333;
background-color: #dedede;
text-decoration:none;
font-size: 12px;

}

.menu a:hover{
color:#990033;

}

.main{
float:right;
width:445px;
margin:10px;
padding-bottom:20px;


}

.text{
margin:20px 0 0 10px;
font-size: 12px;

}

.address{
padding-left:20px;
font-size: 12px;


}

.inner_img{
float:left;
margin:15px 13px;
border:1px solid #666666;


}


/*************gallery styles*****************/
div.GalleryContainer {
width:742px;
height:100px;
	overflow:auto;
	float:right;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #DEDEDE;
	scrollbar-track-color: white;
	scrollbar-face-color: #DEDEDE;
	scrollbar-shadow-color: #DEDEDE;
	scrollbar-highlight-color: #DEDEDE;
}


div.GalleryContainer td {
  text-align:center;
  height:82px;
  border:1px solid #666666;
  width:70px;
  height:70px;
  padding:5px;
}

div.GalleryContainer td.pgSpacer{
  height:3px;
  border: none;
}

div.GalleryContainer img {
	border: 0px;
}

