html, body {
    margin: 10px 0 10px 0; padding: 0; background:#FFFFFF
;
}

body {
    text-align: center;
    font: 1em Arial, Helvetica, sans-serif;
	background:#000000
;
	  }
/* structure */

#container {

    width: 800px;
   	margin: 0 auto; 
	padding: 0;
    border: 10px solid #000000;
    text-align: left;
    voice-family: "\"}\"";
    voice-family: inherit;
	background:url(../imgs/bckgr.jpg) top no-repeat;
	}

#head {
	width: 800px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	border: none;
	background: url(../imgs/head.gif);
	
}

#topnav {
	width: 780px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	clear: both;
	background:#FFFFFF;
	color: #000000;
	border-top: solid 1px #ff6600;
	border-bottom: solid 1px #ff6600;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	}	
	
#topnav ul {
padding: 2px 20px 2px 0px;
margin: 0px;
text-align: right;

}

#topnav li {
display: inline;
list-style: none;
margin: 0px;
padding-right: 20px;
font-weight:bold;
}

#topnav li a {
text-decoration: none;
margin: 0px;
padding-right: 0px;
}

#topnav li a:hover {
color:#FF6600;
}

#centre-content {
width: 760px;
margin: 0px 0px 0px 0px; 
border: none;
color: #000000;
padding: 20px;
background: #FFFFFF;
}

#contain-right {
width: 300px;
margin: 0px 0px 0px 20px;
padding: 10px;
border: 2px #ff6600 solid;
float: right;
}
.bold {
font-weight: bold;
color: #000000;
}
.italics {
font-style:italic;
}


.bold a:hover {
color:#000000;
text-decoration:none;
}

#left-nav {
width: 200px;
border-right: #8E0000 2px solid; 
padding: 0px;
margin: 0px;
font-weight: bold;
}

#contain-right ul {
display: block;
margin: 0px;
Padding: 0px;
}
#contain-right li {
display: block;
list-style: none;
padding: 5px 0px 5px 0px;
margin: 0px 0px 0px 0px;
text-indent: none;
border-bottom: #ff6600 1px solid;
color: #000000;
}

#left-nav ul{
display: block;
margin: 0px;
Padding: 0px;

}

#left-nav li{
display: block;
list-style: none;
padding: 10px 5px 5px 10px;
margin: 0;
text-indent: none;
border-bottom: #8E0000 1px solid;
color: #8E0000;
background: url(../img/leftnavbg.jpg);
}

#left-nav li a{
text-decoration: none;
color: #8E0000;
}

#left-nav li a:hover {
display: block;
text-decoration: underline;
}

li {
text-decoration:none;
}


#content {
width: 595px;
padding: 0px;
margin: 0px;
float: right;
}

.right {
text-align:right;
}

.h1 {
font-size: 150%;
font-weight: bold;
text-decoration:none;
text-align: center;
color: #ff6600;
}

.h2 {
color: #ff6600;
font-size: 120%;
font-weight: bold;
text-align: left;
text-decoration: none;
}

a:link {
text-decoration: underline;
color: #000000;
}
a: active {
text-decoration: underline;
color: #000000;
}
a:visited {
text-decoration: underline;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #FF6600;
}



img.right {
padding: 0px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 6px;
margin-top: .5em;
border: 2px #FF6600 solid;
float: right;
}


img.left {
padding: 0px;
margin-right: 15px;
margin-bottom: 6px;
margin-left: 15px;
margin-top: .5em;
border: 2px #FF6600 solid;
float: left; 
}

img.submenu {
padding: 5px;
margin-right: 0px;
margin-bottom: 50px;
margin-left: 15px;
margin-top: .5em;
border: 1px #FF3399 solid;
float: left;
width: 120px;
height: 220px;
}

#footer {
font-size: 0.7em;
width: 700px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 20px;
text-align: center;
color: #000000;
display: block;
}

textarea#address {
width: 200px;
height: 80px;
}
	
#footer ul {
padding: 2px 0px 2px 0px;
margin: 0px;
}

#footer li {
display: inline;
list-style: none;
margin: 0px;
padding-right: 20px;
font-size: 90%;
}

#footer li a {
text-decoration: none;
color: #660033;
margin: 0px;
padding-right: 0px;
}

#footer li a:hover {
color: #FF3399;
}

p.food {
width: 750px;
margin: 0px 0px 0px 0px; 
border: none;
padding: 0px;
display: inline;
clear: none;
}

ul.food {
width: 750px;
margin: 10px 0px 0px 0px; 
border: none;
padding: 0px 0px 0px 50px;
clear: both;
}
ul.food li {
padding: 0px 0px 5px 0px;
}
ul.food li.no_bullet {
list-style: none;
padding: 10px 0px 10px 0px;
}

img.line {
padding: 0px 0px 50px 0px;
}
/*image gallery css*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

.thumbnail img{
border: 1px solid #FF3399;
padding: 3px;
margin: 2px 2px 2px 2px;
}

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

.thumbnail:hover img{
border: 1px solid #660033;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid #660033;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

/*FORM*/
#marginForm fieldset
{
	display: block;
	margin: 0 0 0 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 0em 1em;
}

#marginForm fieldset legend {
color: #ff6600;
}

#marginForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#marginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#marginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 10em;
	font-weight: bold;
	font-weight: normal;
}

#marginForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#marginForm input
{
	position: relative;
	top: -1.4em;
	left: 25em;
	display: block;
	/*width:12em;*/
}


#marginForm input.space {
width: 15em;
rows: 5;
}



#marginForm input.submit
{
	clear: both;
	top: 0;
}

#marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 20em;
	margin-top: -1em;
	font-weight: bold;
}

#marginForm label.first
{
	margin-top: 1em;
}

#marginForm select
{
	position: relative;
	top: -1.4em;
	left: 25em;
	display: block;
	/*width: 15em;*/
}



