﻿html,body
{
	margin: 0;
	padding: 0;
}

body {
    background: #F9F9F7 url('images/a1.gif') repeat-x;
    font-size: 12px;
    font-family: tahoma, verdana, helvetica, sans-serif;
    color: #656551;
    line-height: 18px;

}

#outer {
    position: relative;
    width: 947px;
    margin: 0 auto;
    background: #fff url('images/abg.gif') repeat-y;
}
	
div#upper {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff url('images/upbg.gif') no-repeat;
    width: 947px;
    height: 264px;
    z-index: 1;
}

div#inner {
    position: relative;
    padding: 10px 35px 0px 32px;
    z-index: 2;
}

div#visual {
    width:880px;
    height: 200px;
    padding: 0 0 8px 0;
}
                                                                                                                                                                                                                                                            
div#menu
{
    width:880px;
    position: relative;
    background: #46461F url('images/a16.gif') repeat-x;
    height: 47px;
    margin: 0px 0px 3px 0px;
}

div#content {
    width:510px;
    float: left;
    padding: 0 10px 0 0;
}

div#widget1 {
    width:175px;
    float: right;
    padding: 0 0 0 5px;
}

div#widget2 {
    width:175px;
    float: right;
    padding: 0 5px 0 0;
}

div#footer {
    clear: both;
    background: url('images/a50.gif') repeat-x;
    padding-left:10px;
    height: 26px;
    line-height: 26px;
    color: #A8A88D;
}

/********************************************/
/*                      site menu           */
/********************************************/
/*   
div#menu div.menuitem {
    margin: 0;
    float: left;
    display: block;
    padding-right: 15px;
}

div#menu span.menuitem {
    float: left;
    display:block;
    width:150px;
    margin: 0;
    padding-right: 0px;
}

div#menu span.menuitem a {
    color: #EAEAEA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}

div#menu span.submenuitem {
    clear:left;
    display:block;
    margin: 0;
    padding-bottom: 5px;
}

div#menu span.submenuitem a {
    color: #909090;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 15px;
}
*/
