/* CSS Document */

#mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	position: relative;
	left: 10px;
	top: 20px;
	width: 475px;
	height: 100%;
}
#gal_title {
	margin-left:30px;
	font-size:18px;
}
#gal_title img {
	margin-right:10px;
}

#gallery {
	background-color:#B7BB82;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	
}
#gal_nav {
	text-align:center;
}

.img_thumb {
	float:left;
	margin:20px;
	padding:5px;
	background-color:#E4E6E5;
}
.caption {
	text-align:center;
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#side_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	position: relative;
	width: 200px;
	left: 10px;
	top: 20px;
}
#image1 {
	position: relative;
	left: 5%;
	top: 20px;
	width: 178px;
	
	}
#food_images {
	position: relative;
	left: 0%;
	top: 20px;
	
	
	}
#dining_image {
	position: relative;
	left: 8%;
	top: 20px;
	width: 178px;
	
	}
#chef_image {
	position: relative;
	left: 0%;
	top: 20px;
	width: 178px;
	
}
#veggies {
	position: relative;
	height: 145px;
	width: 145px;
	top: 450px;
}
#roomdescrp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	position: relative;
	left: 2px;
	top: 20px;
	width: 225px;
	height: 100%;
	padding: 6px;
	
	}
.roomdescrp_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	
}
.wide_text {
	font-size: 14px;
	color: #003300;
	position: relative;
	top: 1px;
	overflow: auto;
}
.BigCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
}
.Attention_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

a:link {
	color: #BC741D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CF5200;
}

#footer {
	text-align:center;
	font-size:11px;
	background-color:#D6D6BD;
	
	padding:5px 0px 5px 0px;
}

#footer_link {
	color:#CC9966;
}
