html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Arial, sans-serif;
    text-align: center;
    background: #000000 url("../images/bg.jpg") no-repeat center top;
    /*
    background: #000000 url("../images/bg.jpg") no-repeat center top;
    */
}
#bg_container
{
	width: 1000px;
    background: #9e5f2a url("../images/bg.jpg") no-repeat;
    margin: 0px auto;
}
.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

.sound {
    width: 660px;
    margin: 0px auto;
    text-align: right;
    padding: 5px 0px 3px;
    height: 20px;
    color: #f7f1d1;
}

.sound a {
    color: #f7f1d1;
    text-decoration: none;
}

.sound a:hover {
    text-decoration: underline;
    color: #333;
}

#container {
    width: 720px;
	margin-left:143px;
    text-align: left;
    background: #f7f1d1;
    
}

#header {
    background: #f9f4e1 url("../images/logo_bg2.jpg") no-repeat left top;
    min-height: 330px;
}

#food_shot {
    height: 330px;
    float: right;
    width: 465px;
}

#navigation {
    text-align: center;
    background: #0b0906;
    line-height: 22px;
    color: #e3c075;
    font-family: "Trajan Pro";
    font-size: 10px;
}

#navigation a {
    text-decoration: none;
    color: #e3c075;
    margin: 0px 7px;
}

#navigation a:hover {
    text-decoration: underline;
}

#main_content {
    background: url("../images/main_content_bg.jpg") no-repeat left top;
    padding-bottom: 21px;
}

.flowers_bottom {
    background: url("../images/flowers_bottom.gif") no-repeat 1px bottom;
    padding-bottom: 14px;
    width: 646px;
    margin: 0px auto;
    text-align: left;
}

.side_borders {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    zoom: 1;
}

.min_height {
    height: 484px;
    width: 1px;
    font-size: 0px;
    overflow: hidden;
    float: left;
}

.page_content {
    padding: 50px 70px 0px;
    font-size: 11px;
    line-height: 16px;
}

h1 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 24px;
}

#footer {
    padding: 5px 0px 10px;
    color: #000;
    font-size: 8px;
    width: 720px;
    margin: 0px auto;
    text-align: left;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    color: #333;
    text-decoration: underline;
}

.footer_left {
    width: 440px;
    float:left;
    font-family: "Trajan Pro";
}

.footer_left a {
    margin-right: 8px;
}

.footer_right {
    width: 260px;
    float:right;
    text-align: right;
    font-family: Arial;
}