body {
	background-color: #FFE3D0;
	font-family: "Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	padding:  0;
	margin: 0;
}
#header {
	height: 80px;
	background-image: url('img/head_logo.gif');
	background-position: center top;
	background-repeat: no-repeat;
	/*
	margin-top: 20px;
	margin-bottom: 20px;
	*/
}
#main_content {
	vertical-align: top;
	padding-top: 10px;	
	padding-bottom: 30px;
	width: 700px;
}
.clr {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

a:hover {
	color: #000;
}

a:active { color: #000; }

a:visited { color: #333; }

#pagebody {
	width: 100%;
	height: 100%;
}
table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
}

#mainmenu, #submenu {
	
}

#mainmenu {
	background-color: #FFB37F;
	text-align: center;
}

#mainmenu a {
	padding-top:  5px;
	padding-bottom: 5px;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	/* border: 1px solid #FF6600; */
}
#mainmenu a:hover {
	color: white;
}
#mainmenu .selected {
	background-color: #FF6600;
	color: white;
}

#submenu {
	background-color: #FF6600;
	height: 28px;
	width: 100%;
	text-align: center;
}
#submenu a {
	padding-top:  5px;
	padding-bottom: 5px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	/* border-right: 1px solid #FF6600; 
	background-color: #FF6600;*/
	color: #EEE;
}
#submenu a:hover {
	color: white;
}
#submenu .selected {
	background-color: #FF4400;
	color: white;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}

li {
	list-style: square inside;
}

.thumbnails {
	padding: 2px;
	border: 1px dashed black;
}
.thumbnail {
	margin: 2px;
}
.thumbnail img {
	border: none;
}
.image_navigation .previous {
	float: left;
}
.image_navigation .next {
	float: right;
}
.times_box, .address_box {
	padding: 3px;
	border: 1px dashed gray;
	width: 300px;
	height: 200px;
}
.times_box .title, .address_box .title {
	font-weight: bold;
}
.times_box {
	float: right;
	text-align: right;
}
.address_box {
	float: left;
}

.aname {
	font-weight: bold;
}


