body
{
    /*behavior: url("/css/csshover3.htc");*/
		background: #faf3e3 url("/images/bg.jpg") repeat-x top;
		/*background: #000000 url("/images/bg_alt.jpg") repeat-x top;*/
		padding: 0px;
		margin: 0px;
    		
    font-size: 16px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
    color: #765b3d;
    text-align: justify;
}

img
{
    border: 0px;
}

a
{
    color: #361a00;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

div.master
{
    width: 900px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
}

div.header
{
    background: transparent url("/images/bg_header.jpg") no-repeat top;
    /*background: transparent url("/images/bg_header_alt.jpg") no-repeat top;*/
    position: relative;
    margin: 10px 0 0 0;
    padding: 0px;
    width: 900px;
    height: 330px;
    /*border: solid black 1px;*/
}

div.box
{
    position: absolute;
    top: 85px;
    left: 43px;
    width: 380px;
    height: 120px;
    color: #FFFFFF;
    /*border: solid red 1px;*/
}

div.box2
{
    position: absolute;
    top: 270px;
    left: 43px;
    width: 380px;
    height: 40px;
    font-size: 27px;
    color: #334411;
    /*border: solid red 1px;*/
}

div.content
{
    background: transparent url("/images/bg_content.png") repeat-y top;
    /*background: transparent url("/images/bg_content_alt.png") repeat-y top;*/
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 900px;
    /*border: solid red 1px;*/
}

div.contentinside
{
    position: relative;
    margin: 0 25px 0 45px;
    padding: 0px;
    /*border: solid red 1px;*/
}

div.footer
{
    background: transparent url("/images/bg_footer.png") no-repeat top;
    /*background: transparent url("/images/bg_footer_alt.png") no-repeat top;*/
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 900px;
    height: 80px;
    font-size: 10px;
    text-align: center;
    /*border: solid green 1px;*/
}

div.author
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 900px;
    font-size: 10px;
    text-align: right;
    /*border: solid green 1px;*/
}
