/* CSS Document */

body { margin:0; padding:0; font: 1em Arial, Helvetica, sans-serif; background-color:#ffd648;}

* {margin:0; padding:0;}

a { color:#fff600; text-decoration:underline}
a:hover { text-decoration:none}

#layout { margin: 10px auto 0 auto; width:865px; background:url(../images/page-bg.gif) repeat-y center top;}

/* Logo & top menu */
#top { position:relative; height:171px; overflow:hidden; background:url(../images/menu-bg.jpg) no-repeat 416px 0; }
#logo { position:absolute; left:0; top:0; width:416px; height:171px; overflow:hidden;}
#logo img { border:none}

#menu { position:absolute; left:417px; top:36px; margin:0; padding:0; list-style:none; }
#menu li {float:left; margin:0; padding:0;}
#menu a {padding:0 10px; border-left: 1px solid #d96e6b; font-size:14px; color: #fff; text-decoration:none}
#menu a:hover {text-decoration:underline}
#menu li:first-child a { border:none}

/* Content */
#contentLayout { margin: 10px 30px 5px 40px; overflow:auto;}
#content { float:left; margin: 0 0 0 20px; width:360px; min-height:155px; color:#61312f;}
* html #content { width:340px; height:155px}
#content h2 { padding-bottom: 5px; color:#d41c17; font-size:1.7em; }
#content h5 {padding-bottom: 5px; color:#d41c17; font-size:1.1em; font-weight:normal}
#content p {padding-bottom: 10px;}
#content .time { color:#fd7d00; font-size: 1.2em}
#content a { color:#61312f; text-decoration:none }
#content a:hover { color:#d41c17; text-decoration:underline }

#pizza { float:right; width:410px;}

#map {clear:both; margin: 0 auto; width: 770px;}

/* Footer */
#footerLayout { margin: 5px 0 0 0; padding-bottom:8px; background:url(../images/page-bottom-bg.gif) no-repeat center bottom;}
#footer { margin: 0 29px 0 29px; padding: 10px 0; background-color:#ff850f; overflow:auto; border-top:3px solid #f3e2b7}
* html #footer {padding: 30px 0; height: 40px}
#footer p { font-size:.7em; color:#fff; line-height:1.2em;}
#leftColumn { width: 400px; float: left;}
#rightColumn {width: 250px; float: right;}
#leftColumn p {margin-left: 30px;}
#rightColumn p {margin-right: 30px;}
