/** Layout.css **/

body
{
    background: url('grafix/background.png') repeat-x #ffffff;
    color: #938686;
    font-family: Arial, Georgia, Sans-Serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 885px;
    min-height: 630px;
    background: transparent;
}

#header
{
    background: url('grafix/header.png') no-repeat;
    width: 885px;
    height: 93px;
}

#footer
{
    width: 100%;
    height: 83px;
    background: url('grafix/footer.png') repeat;
    text-align: center;
}

#footer_text
{
    position: absolute;
    color: #616161;
    font-size: 13px;
    margin-top: 20px;
    margin-left: 30px;
    font-weight: bold;
}

#footer_text a
{
    color: #95550b;
}

#navigation
{
    position: absolute;
    min-width: 50px;
    margin-left: 350px;
}

.burgh
{
    background: url('grafix/burgh.png') no-repeat;
    width: 885px;
    height: 223px;
    margin-top: 25px;
    margin-bottom: 25px;
}


/** Navigation Links **/
a.home
{
    background: url('grafix/nav_home.png') no-repeat;
    background-position: -113px;
    width: 113px;
    height: 69px;
    overflow: hidden;
    display: block;
}

a.home:hover
{
    background-position: 0px;
}

a.services
{
    background: url('grafix/nav_services.png') no-repeat;
    background-position: -97px;
    width: 97px;
    height: 69px;
    overflow: hidden;
    display: block;
}

a.services:hover
{
    background-position: 0px;
}

a.portfolio
{
    background: url('grafix/nav_portfolio.png') no-repeat;
    background-position: -97px;
    width: 97px;
    height: 69px;
    overflow: hidden;
    display: block;
}

a.portfolio:hover
{
    background-position: 0px;
}

a.quote
{
    background: url('grafix/nav_quote.png') no-repeat;
    background-position: -97px;
    width: 97px;
    height: 69px;
    overflow: hidden;
    display: block;
}

a.quote:hover
{
    background-position: 0px;
}

a.contact
{
    background: url('grafix/nav_contact.png') no-repeat;
    background-position: -97px;
    width: 97px;
    height: 69px;
    overflow: hidden;
    display: block;
}

a.contact:hover
{
    background-position: 0px;
}

/** Text Settings **/
.bold
{
    font-weight: bold;
}


/** Default attributes **/
a img
{
    border: 0;
}

a
{
    color: #ff8b01;
    text-decoration: underline;
}

a:hover
{
    color: #c76e03;
    text-decoration: none;
}


table
{
    padding: 0;
    border: 0;
}

td
{
    vertical-align: top;
    padding: 0;
    border-collapse: collapse;
    border: 0;
}

h1
{
    letter-spacing: 0.1em;
    font-size: 18px;
}


h2, h3, h4, h5
{
    color: #d37608;
    line-height: 100%;
}

p
{
    font-size: 12px;
    padding: 5px;
}

ul li
{
    margin-top: 6px;
    margin-bottom: 6px;
}


/** For aligning images **/
.align-right
{
    float: right;
    margin: 0 0 15px 15px;
}

.align-left
{
    float:left;
    margin: 0 15px 15px 0;
}
