﻿body
{
	background-color: #000000;
	font-family: Times New Roman, Verdana, Sans-Serif;
	font-size: 95%;
	color: black;
	text-align: center;
	min-width: 1000px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
col.col1
{
     background-color: #006600;
     width: 400px
}
col.col2
{
      background-color: #FFFFFF;
      width: 10px;
      text-align: center
}
col.col3
{
     background-color: #ffffbd;
     width: 10px;
}
col.col4
{
      background-color: #ffffbd;
      width: 400px;
    
}
col.col5
{
      background-color: #ffffbd;
      width: 10px;
      text-align: center;
}      
.openingtimes
{
      border: solid 4px #ff532e;
      border-collapse: collapse;
      width: 960px;
}
  
img
{
	border-color: #0000FF;
	border: thin none;
}

hr
{
	margin: 20px 0 10px 0;
}

#outside
{
	width: 1000px;
	min-width: 1000px;
	text-align: center;
	margin: auto;
	
	/* remove the following 2 lines to remove the side shadows */
	background-image: url("images/bodybg.png");
	background-repeat: repeat-y;
}

#main
{
	margin: 0 auto auto auto;
	width: 1000px;
	text-align: left;
	background-color: White;
	color: Black;
}

#top
{
	display: block;
	height: 150px;
	background-image: url("images/topbg.png");
	background-repeat: repeat;
}

#logo
{
	background-image: url("images/logo14.jpg");
	background-repeat: no-repeat;
	width: 1000px;
	height: 250px;
}

#content
{
	display: block;
	min-height: 500px;
 
}
#content1
{
	display: block;
	min-height: 500px;
	background-color: #ffffbd;

}

#menu
{
	padding: 10px 0px 0px 0px;
	height: 40px;
	background-color: #ffffbd;
}

#menu a
{
	margin-left: 10px;
	margin-right: 10px;
	color: #696969;
	text-decoration: none;
}

#menu a:hover
{
	color: #000000;
	text-decoration: underline;
}

#sideimages
{
	width: 330px;
	float: right;
	margin-left: 20px;
	text-align: center;
}

#bodywrapper
{
	margin: 20px 20px 20px 20px;
	font-size: 100%;
	line-height: 150%;
}

#bodywrapper1
{
	margin: 20px 20px 20px 20px;
	color: #000000;
	font-size: 90%;
	line-height: 130%;
}
#bodywrapper a
{
	color: #ff532e;
	text-decoration: none;
}

#bodywrapper a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 140%;
	letter-spacing: -1px;
}

h1 span.bigger
{
	font-size: 120%;
}

h2
{
	font-size: 170%;
	
	color: Black;
	text-align: center;
}
h4
{
	font-size: 110%;
	letter-spacing: -1px;
	color: #ff532e;
	
}
h3
{
	font-size: 90%;
	font-style: italic;
	letter-spacing: -1px;
	color: #ff532e;
}
h5
{
	font-size: 140%;
	letter-spacing: -1px;
    text-align: center;
}
h6
{
	font-size: 140%;
	font-style: italic;
	letter-spacing: -1px;
	color: black;
    text-align: center;
}
#bodywrapper ul
{
	list-style-type: square; color:#000000; background-color:#FFFFFF
}

#bodywrapper ul li
{
	margin-bottom: 5px;
}

#footer
{
	clear: both;
	display: block;
	height: 50px;
	background-color: #FF0000;
	padding: 10px;

}

#footercontact
{
	text-align: center;
	font-size: 85%;
	color: #000000;
}

#copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 70%;
	color: #696969;
}

#copyright a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

P.intro
{
	font-size: 110%;
	font-weight: bold;
}

.gallery img
{
	border: solid 1px #696969;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
}

.caption
{
	width: 100%;
	text-align: right;
	font-size: 70%;
	font-style: italic;
}

.price
{
	font-weight: bold;
	font-style: italic;
	font-size: 95%;
}

.thirdparty
{
	font-size: 70%;
}