*
{
    margin: 0;
    padding: 0;
}

body
{
    width: 100%;
    height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    background-color: #ffffff;
    text-align: center;
}

h1
{
    font-size: 125%;
}

#body
{
    width: 100%;
    height: 100%;
}

#page
{
    width:1005px;
    border:none;
    margin:0 auto;
    background: #afca87 url('../images/home/bg.png') repeat-x;
    padding: 0 0 49px 0;
    text-align: left;
}

#page_container
{
    margin: 0 62px;
    width: 881px;
}

#leftnav
{
    float: left;
    margin:64px 0 0 0;
    width: 214px;
}

#middle
{
    margin: 0;
    padding: 0 0 0 214px;
}

#content_container
{
    background-color:#ffffff;
    width: 667px;
    margin: -49px auto;
    padding: 4px 0 0 0;
}

#content
{
    margin: 0 4px;
    border:2px solid #7a5a9b;
    min-height: 527px;
}

#content p
{
    font-size:8pt;
    margin-bottom: 20px;
}

#pagenav
{
    margin: 0 auto;
    width:881px;
    background: transparent;
}

#pagenav ul
{
    position: relative;
    margin: 0 auto;
    width: 881px;
    height: 153px;
    background: url('../images/top_nav_bg.png') no-repeat;
}

#pagenav li
{
    list-style: none;
    position: absolute;
    background-image: url('../images/top_nav_buttons.png');
    display: block;
}

#pagenav a
{
    position: relative;
    display: block;
    height: 49px;
    width: 129px;
    text-indent: -9999px;
}

#pagenav a:hover, #pagenav a:active,
#pagenav a:visited, #pagenav a:link
{
    border: none;
    outline: none;
    -moz-outline-style: none;
}

#food
{
    left: 20px;
    top: 84px;
    background-position: 0px 0px;
}

#fashion
{
    left: 158px;
    top: 92px;
    background-position: 0px -49px;
}

#fun
{
    left: 294px;
    top: 84px;
    background-position: 0px -98px;
}

#services
{
    left: 454px;
    top: 94px;
    background-position: 0px -147px;
}

#dog_friendly
{
    left: 593px;
    top: 81px;
    background-position: 0px -196px;
}

#shout
{
    left: 734px;
    top: 89px;
    background-position: 0px -245px;
}

#food:hover
{
    background-position: 129px 0px;
}

#fashion:hover
{
    background-position: 129px -49px;
}

#fun:hover
{
    background-position: 129px -98px;
}

#services:hover
{
    background-position: 129px -147px;
}

#dog_friendly:hover
{
    background-position: 129px -196px;
}

#shout:hover
{
    background-position: 129px -245px;
}

#footer
{
    margin: 3px auto;
    width: 1005px;
    height: 40px;
    background-color: #4f2684;
    color: #ffffff;
    line-height: 40px;
}

#copyright
{
    float: left;
    font-size: 80%;
    margin-left: 20px;
    background-color: #4f2684;
}

#subnav
{
    float: right;
    list-style: none;
    margin: 0 20px 0 0;
    font-size: 110%;
}

#subnav li
{
    display: inline;
    text-transform: uppercase;
    margin-left: 10px;
}

#subnav a, #subnav a:visited, #subnav a:link, #subnav a:hover
{
    text-decoration: none;
    color: #ffffff;
}

#food
{
    display: block;
}