﻿body { 
	background-color:		black;
	font-family: 			calibri, Georgia;
	color:					white;
	font-size: 				medium;
	margin: 				10px;
	
	
}
#allcontent {
	width:					800px;
	padding-top:			5px;
	padding-bottom:			5px;
	margin-left:			auto;
	margin-right:			auto;	
}

#header {

	border:					medium;
	text-align: 			center;
	padding-top: 			15px;	
	background-position:	center;

	}

#menu {
	width: 					100%;
	height: 				20px;
	padding-left: 0;
	margin-left: 0;
}

#menu img {
	border:					0;
}

#boringmenu {
	width:					850px;
	height:					54px;
}

#boringmenu img {
	border:					0;
}

#leftcolumn {
	float:					left;
	width:					160px;
	background: 			top left;
	margin-top:				10px;
}

#sidebar {
	float:					right;
	width:					160px;
	margin-top:				10px;
}

#main {
	margin-right:			170px;
	margin-left:			170px;
	padding-bottom:			10px;
	background: 			center;
	text-align: 			center;
	font-size: 				105%;
	padding:				10px;
}


#hours {
	float:					left;
	background-color:		#BBFFBB;	
	border:					1px solid #2F2C2C;
	margin-bottom:			10px;
}

#mainleft {
	margin-right:			170px;
	margin-left:			170px;
	padding-bottom:			10px;
	background: 			center;
	text-align: 			left;
	font-size: 				105%;
	padding:				10px;
}

#gallery {
	background:				center;
	text-align:				center;
	font-size:				105%;
	padding:				none;
	margin-left: 			none;
}

#img {
	border-color:			#FFCC99;
	margin:					2px;
	border: 				1px solid #0000ff;
	height: 				auto;
	width:					auto;
	float: 					left;
	text-align: 			center;
}

#img img {
  display: 					inline;
  margin: 					3px;
  border: 					1px solid #ffffff;
  }
  
#img a:hover img {
  border: 					1px solid #0000ff;
  }

a:link {
	color: blue;
	background-color: transparent ;
	border:					0;
	clear:					none;
	text-decoration: 		none;
}

a:hover {
  color: black ;
  background-color: white ;
}

a:visited {
	text-decoration:none;
}
h1 {
	font-size: 				200%;
}

h2 {
	font-size:				150%;
}

.em
{
	color:					#336699;
	font-weight:			bolder;
}

.tablestyle {
	font-weight:			bold;
	background-color:		#FFCC99;
}

.cellcolor {
	background-color:		#FFFF8C;
}

.hrlinestyle {
	margin-top:				10px;
	margin-bottom:			10px;
}


#footer {
  clear:					both;
  margin-top: 				40px;
  padding: 					5px;
  height: 					10px;
  border: 					1px solid #2F2C2C;
  text-align: 				center;
  font-size: 				small;
}

