/* stylesheet for frazier's */

body {
background: #000;
margin: 0;
text-align: center;
}
/* logo, boasting and location */
#main {
background-color: #000;
background-image: url(images/frazback.jpg);
background-repeat: no-repeat;
background-position: left top;
border-color: #333;
border-style: outset;
width: 710px;
height:816px;
margin: 35px auto;
}
/* frame for left side links */
#side {
float: left;
width: 270px;
height: 816px;
}
/* pad to links */
#sideheader {
width: 270px;
height: 610px;
}
#mapbutton {
margin: 5px auto;
border-color: #333;
border-style: outset;
width: 185px;
height: 68px;
}
/* padding to place buttons */
#header {
float: right;
width: 430px;
height: 167px;
}
/* frame around the buttons */
#buttons {
background-color: #000;
float: right;
width: 430px;
height: 50px;
}
/* home button */
#homebutton {
background-image: url(images/frazhomebutton.jpg);
background-repeat: no-repeat;
background-position: left top;
float: left;
width: 90;
height: 47;
}
/* food menu button */
#foodbutton {
background-image: url(images/frazfoodbutton.jpg);
background-repeat: no-repeat;
background-position: left top;
float: left;
width: 82;
height: 47;
}
/* events list button */
#eventsbutton {
background-image: url(images/frazeventsbutton.jpg);
background-repeat: no-repeat;
background-position: left top;
float: left;
width: 101;
height: 47;
} 
/* comment button */
#commentbutton {
background-image: url(images/frazcommentbutton.jpg);
background-repeat: no-repeat;
background-position: left top;
float: left;
width: 153;
height: 47;
} 
/* graphic content border image and frame */
#contentborder {
background-color: #000;
background-image: url(images/frazcontent.jpg);
background-repeat: no-repeat;
background-position: left top;
float: right;
width: 430px;
height: 600px;
font-family: arial, helvetica, sans-serif;
font-size: 18;
} 
/* cell to pad out to content */
#contentheader {
width: 300px;
height: 100px;
}
/* container for text/html content */
#content {
margin: 1px auto;
width: 300px;
height: 295px;
text-align: center;
overflow: auto;
}
#contentl {
margin: 1px auto;
width: 300px;
height: 295px;
text-align: left;
overflow: auto;
font-size: 16;
}
/* Same as buttons, only raw text for ease of navigation */
#contentfooter {
font-size: 14;
margin: 5px auto;
width: 210px;
height: 25px;
text-align: center;
overflow: auto;
border-color: #333;
border-style: outset;
}
#footer {
clear: both;
}
