/* Trev's CSS */

body{
    background:#947a63;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

div {}
a					{ color:#3c6341; text-decoration:underline; }
a:hover				{ color:#be0105; text-decoration:underline; }
 
.logo{
	font:Arial, sans-serif;
	margin-left:27px;
	margin-top:10px;
	text-align:right;
	/*border-right:solid #ff0000;
	border-left:solid #ff0000;
	border-top:solid #ff0000;
	border-bottom:solid #ff0000;*/
	padding-top:8px;
	padding-bottom:6px;
	padding-left:12px;	
}

.logo a	{ color:#000000; text-decoration:none; }
.logo a:hover	{ color:#000000; text-decoration:none; }

div.lefttop{
    float:left;
    width:75%;
    background:#fefd41;
    height:70px;

}
div.rigthtop{
    float:left;
    width:25%;
    height:70px;
    background:url(../i/corner.jpg) no-repeat
}
div.left{   
    width:140px;
    background:#fefd41;
    height:100%;
    float:left;
}

div.menu{
    position:absolute;
    top:70;
    left:15px;
    z-index:100;
    width:140px;
}
div.main{
    position:absolute;
    top:100;
    left:220;
    width:450px;
    float:left;
    z-index:4;
}
.trevBGimg{    position:absolute;    left:30px;   top:155px;    z-index:0;}
.footer{
        border: 0;
        padding: 7px;
        margin-top: 0px;
        background: #fefd41;
        text-align: right;
        color: #fff;
      clear: both;
      }


