/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: arial;
font-size: 13px;
color: #000000;
text-align: center;
line-height: 20px;
height: 100%;
min-height: 100%;
}

/* FONTS */
h1 {
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #8F9747;
margin: 0 0 0 0;
}

h2 {
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #8F9747;
margin: 0 0 0 0;
}

.leader {
font-weight: bold;
}

/* DIVS */
#container {
position: relative;
text-align: left;
margin: 0 auto 0 auto;
padding: 0;
width: 1000px;
_height: 100%;
min-height: 100%;
background-image: url('../backs/all.jpg');
background-repeat: repeat-y;
}

#container2 {
position: relative;
text-align: left;
margin: 0 auto 0 auto;
padding: 0;
width: 1000px;
_height: 100%;
min-height: 100%;
background-image: url('../backs/all2.jpg');
background-repeat: repeat-y;
}

#header1 {
position: absolute;
top: 0px;
left: 200px;
width: 400px;
height: 202px;
background-image: url('../pics/headers/home1.jpg');
background-repeat: no-repeat;
background-color: #FFFFFF;
}

#header2 {
position: absolute;
top: 0px;
left: 600px;
width: 400px;
height: 202px;
background-image: url('../pics/headers/home2.jpg');
background-repeat: no-repeat;
background-color: #FFFFFF;
}

#menu {
position: absolute;
top: 268px;
left: 0px;
width: 170px;
text-align: right;
line-height: 25px;
z-index: 6;
}

#content {
position: relative;
padding: 220px 0 0 220px;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.logo {
position: absolute;
top: 0px;
left: 0px;
height: 202px;
}

/* TABLES */
table.restaurant {
padding: 5px;
width: 350px;
background-color: #F7FBD4;
text-align: left;
}

td.column1 {
width: 350px;
text-align: justify;
}

td.column2 {
padding: 0 0 0 50px;
width: 350px;
text-align: justify;
}

/* FORMS */
.submit {
font-weight: bold;
border: 3px solid #afbc20;
}

input, textarea, select {
background-color: #f4f7ce;
border: 1px solid #afbc20;
}

fieldset.set1 {
border: 1px solid #afbc20;
padding: 10px;
}

/* LINKS */
a {
color: #000000;
}

a:hover {
color: #000000;
}

/* HR */
.h1 {
border: 1px solid #FFFFFF;
margin: 0 0 10px 0;
padding: 0;
}