body {
font-family:verdana;
font-size:12px;
margin:auto;
overflow-y:scroll;
}

p {
margin: 10px;
}

p.required {
	color:#ff0000;
}

h1 {
font-size:14px;
font-weight:bold;
color: #f00;
margin-top: 15px;
margin-left: 10px;
}

a {
color: #000;
text-decoration:underline;
}

a:hover {
color: #f00;
text-decoration:underline;
}

.headerwrapper {
margin:auto;
width:760px;
}

.header {
background:url(images/site/top_bg.gif) repeat-x;
color: #fff;
padding-bottom: 25px;
margin-bottom:0;
}

.headerwrapper img {
margin-left: 15px;
}

.headerwrapper p {
margin-left: 0px;
}

.navbar { 
/*background:url(images/site/black_strip.gif) repeat-x;*/
background:#000;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 50px;
color: #fff;
text-align:center;
}

.navbar a {
text-decoration:none;
color:#fff;
font-weight:bold;
margin-right:10px;
margin-left:10px;
}

.navbar a:hover {
color:#f00;
}

.subnavbar { 
/*background:url(images/site/black_strip.gif) repeat-x;*/
background:#f00;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 50px;
color:#fff;
text-align:center;
}

.subnavbar a {
text-decoration:none;
color:#000;
font-weight:bold;
margin-right:10px;
margin-left:10px;
}

.subnavbar a:hover {
color:#fff;
}

.wrapper {
margin:auto;
width:760px;
background:url(images/site/wrapper_bg.gif);
}

.right {
width:260px;
float:right;
padding: 5px;
}

.right img {
padding: 7px;
}

.right #videoplayer {
	padding: 7px;
}

.left {
width:470px;
float:left;
padding: 5px;
margin-left:10px;
}

.clear {
clear: both;
height: 1px;
margin-top: 0px;
font-size: 1px;
line-height: 1px;
}

.footer {
border-top: 3px solid #f00;
clear:both;
background: #000;
/*background:url(images/site/footer.gif) repeat-x;*/
color: #fff;
font-size: 80%;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 50px;
}

.footer a {
color: #fff;
text-decoration: none;
}

.footer a:hover {
color: #f00;
text-decoration: underline;
}

.food p {
margin-left: 20px;
padding:5px;	
background: #fff;
padding-left: 10px;
border-left: 5px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.food #top a {
color:#f00;
text-decoration: none;
font-weight: bold;
}

.food #top a:hover {
color:#f00;
font-weight: bold;
text-decoration: underline;
}

.food h2 {
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
margin-left: -2px;
background: #fff;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 5px solid #f00;
color: #000;
font-weight:bold;
font-size:100%;
margin-bottom: -10px;
}


.gallerycontainer{
padding-left:5px;
position: relative;
height:302px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #fff;
margin-bottom: 2px;
}

.thumbnail:hover{
background-color: transparent;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 3px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 193px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.cssform p{
width: 302px;
clear: left;
margin: -2px;
padding: 5px 0 5px 0;
padding-left: 170px; /*width of left column containing the label elements*/
border-top: 1px solid #e7e7e7;
background: #ccc;
height: 1%;
}

.cssform label{
font-weight: bold;
margin-top: 5px;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#header1 {
color: #f00;

#header1 a {
color: #f00;
text-decoration: none;
}

#header1 a:hover {
color: #f00;
text-decoration: underline;
}