* { margin: 0; padding: 0; outline: 0 }
body {
    background-color: #fff2c7;
    font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
}
ul {
    padding-left:1em;
    margin-left:0;
}
table.layout {width: 100%;}
table.layout td {vertical-align:top;}
#header {
    height: 207px;
    width: 759px;
    background-image: url(../images/header.jpg);
    margin: 10px auto 0px auto;
}
#header img {
    position: relative;
    top: 170px;
    left: 54px;
}
#content {
    margin: auto;
    background: url(../images/bg.jpg) repeat;
    width: 757px;
    font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
    padding-top: 110px;
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
}
#distTable{
    font-weight:normal;
    width:60%;
    margin:auto;
    float:left;
    margin-left:80px;
}
#content p, #content h3 {
    margin:auto;
}
#tnav, #bnav {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
#tnav li, #bnav li {
    display: inline-block;
    text-align: center;
    margin: 0px 2px 10px 2px;
    padding: 0 20px;
    vertical-align: middle;
    /* Get IE to display these correctly */
    zoom:1;
    *display:inline;
}
#tnav li {
    background: url(../images/button.png) center no-repeat;
    width: 141px;
    height: 25px;
}
#bnav li {
    background: url(../images/button2.png) center no-repeat;
    width: 148px;
    height: 43px;
    font-size: 1.3em;
}
#sidebar {
    width: 170px;
    font-size: 0.8em;
}
#sidebar div {
    margin: 0 10px 10px 10px;
    border: 1px solid Black;
    padding: 10px;
    background-color: White;
}
#sidebar p {
    text-align: center;
    margin-bottom: 1em;
}
#sidebar div.bg {
    background: url(../images/sidebarbg.png) repeat-x;
}
#sidebar ul li {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
#footer {
    padding-top: 2em;
    font-weight: bold;
    margin: auto;
    background: url(../images/bg.jpg) repeat;
    width: 757px;
    text-align: center;
    margin-bottom: 10px;
    border-left: 1px solid #663300;
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
}
.c {text-align: center;}
#phead {
    background:url(../images/canvas.jpg) center no-repeat;
    margin: 0px auto 10px auto;
    text-align:center;
    height:67px;
}
#phead span {
    font-size:35px;
    line-height:67px;
}
.linkp {
    text-align:center;
}
.bgRes {
    background: url(../images/sidebarbg.png) repeat-x;
    width: 170px;
    font-size: 0.8em;
    float:left;
    margin:10px;
}
.bgRes li {
    margin-left:10px;
    font-weight:normal;
}
.fr {
    float:right;
    margin-left: 10px;
}
.fl {
    float: left;
    margin-right: 10px;
}
#ratetable {
    width:95%;
}
#ratetable th {
    background:#ffe168;
}
#gallery {
	margin:auto;
	padding-top:20px;
}
#gallery td {
	text-align:center;
}
#gallery img {
    width:100px;
}
#gallery #largepic{
    width:500px;
}