body
{
    background-color:#655845;
    text-align:center;
    font-family:Georgia, serif;
    background-image:url('../images/bg.jpg');
    background-position:
}

a, a:active, a:visited, a:link
{
 text-decoration:none;
 color:#fff;
}

a:hover
{
    color:#4d2d66;  
}

#main
{
    text-align:left;
    position:relative;
    width:1020px;
    height:100%;
    background-repeat:repeat-y;
    margin-left:auto;
    margin-right:auto;
}

#content
{
    background-image:url('../images/bg1.jpg');
    position:absolute;
    top:150px;
    height:470px;
    left:92px;
    right:92px;
    z-index:10;
}

#content_bg
{
    background-image:url('../images/bg2.png');
    position:absolute;
    top:160px;
    height:470px;
    left:82px;
    right:102px;
    z-index:10;
}

#rafters
{
    background-image:url('../images/krov.png');
    position:absolute;
    top:0px;
    left:120px;
    width:310px;
    height: 166px;
    z-index:0;
}

#logo
{
    background-image:url('../images/logo.png');
    position:absolute;
    right:70px;
    top:0px;
    width:316px;
    height:166px;
    z-index:20;
}

#menu
{
    position:absolute;
    top:100px;
    left:70px;
    width:450px;
    height: 40px;
    z-index:0;
}

#menu ul
{
    float:left;
    list-style:none;
    width:450px;
    
}

#menu ul li
{
    float:left;
    width:90px;
    color:#FFFFFF;
    vertical-align:middle;
    text-align:center;
    font-size:14px;
    height:40px;
    margin-left:10px;
    background-image:url('../images/bg2.png');
    padding-top:10px;
}

#menu ul li a
{
    display:block;
    width:90px;
    height:40px;
}

#menu ul li a:hover
{
    color:white;
    font-weight:bold;
}

#about
{
    background-image:url('../images/bg3.png');
    position:absolute;
    width:360px;
    height:150px;
    top:280px;
    left:20px;
    padding:10px;
}

#services
{
    background-image:url('../images/bg3.png');
    position:absolute;
    width:360px;
    height:150px;
    top:280px;
    left:435px;
    padding:10px;
}

#footer
{
    position:absolute;
    left:0px;
    height:380px;
    bottom:-400px;
    width:835px;
}

#footer ul
{
    float:left;
    list-style:none;
}

#footer ul li
{
    width:250px;
    height:300px;
    float:left;
    margin-right:16px;
    margin-left:5px;
}

.text
{
    font-size:13px;
    color:#000000;
    text-indent:10px;
    font-family:Georgia, serif;
}

.titleText
{
    font-size:16px;
    font-weight:bold;
    color:#fff;
    font-family:Georgia, serif;
}

.contentFooter
{
    position:absolute;
    width:250px;
    height:230px;
    top:110px;
    left:0px;
    text-align:left;
    color:#fff;
    font-size:12px;
    text-indent:10px;
}

.titleFooter
{
    width:171px;
    height:126px;
    background-image:url('../images/footer.png');
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    font-size:17px;
    color:#fff;
    position:absolute;
    left:40px;
    float:left;
}

#titleFooterOne
{
    position:absolute;
    top:50px;
    left:45px;
}

#titleFooterTwo
{
    position:absolute;
    top:50px;
    left:55px;
}

#titleFooterThree 
{
    position:absolute;
    top:50px;
    left:40px;
}

#footerItemOne
{
    position:absolute;
    width:250px;
    height:230px;
    left:10px;
    text-align:left;
    color:#fff;
    font-size:12px;
    text-indent:10px;
    float:left;
}

#footerItemTwo
{
    position:absolute;
    width:250px;
    height:230px;
    left:270px;
    text-align:left;
    color:#fff;
    font-size:12px;
    text-indent:10px;
    float:left;
}

#footerItemThree
{
    position:absolute;
    width:250px;
    height:230px;
    left:530px;
    text-align:left;
    color:#fff;
    font-size:12px;
    text-indent:10px;
    float:left;
}

#footerMenu ul
{
    list-style-position:outside;
    float:left;
}

#footerMenu ul li
{
    background-image:url('../images/bullet.png');
    background-repeat: no-repeat;
    background-position:0px 0px;
    width:200px;
    height:34px;
    text-align:left;
    vertical-align:middle;
    padding-left:35px;
}

#footerMenu ul li span
{
    top:8px;
    position:absolute;
    width:200px;
    height:34px;
    position:relative;
    font-size:12px;
}

#autor
{
    background-image:url('../images/bg2.png');
    width:835px;
    height:40px;
    bottom:-30px;
    position:absolute;
}

#autorText
{
    color:#fff;
    font-size:11px;
    position:absolute;
    top:10px;
    width:835px;
    text-align:center;
    
}

