body {margin:0;}
.menutop {background:white url(../img/menu.gif) no-repeat ;width:143px;height:58px;margin:0 auto;}
.sheat {background:rgb(251,248,220);padding:10px;}
.white {background:white;}
#menu ul li{display:block;padding-left:17px;background:url(../img/li.jpg) 0px 2px no-repeat;padding-bottom:px;}
#menu ul {list-style-type:none;padding:10px;margin:0;}
#main {float:right;min-width:1000px;background:url(../img/bottom.jpg) bottom right no-repeat;}
#title {width:100%;background:url(../img/title.jpg) no-repeat;}
.topbg {width:100%;background:url(../img/topbg.gif) repeat-x;}
#menu {float:right;width:380px;margin:0px 20px 20px 20px ;padding-top:10px;font-size:12pt;}
#menu a{color:rgb(201,79,57);text-decoration:none;}
#menu a:link{text-decoration:none;}
#menu a:hover{text-decoration:underline;color:rgb(132,154,89);}
#content {margin-left:50px;color:rgb(132,154,89)}
#footer {color:rgb(140,139,139);background:rgb(237,236,236) url(../img/footer.gif) 20pt no-repeat;padding:20px;padding-left:70px;width:300px;}
.google {margin:50px auto;width:400px;color:rgb(201,79,57);}
.google input.in{border:rgb(234,234,234) solid 1px;}
h1 {padding:20px 10px 20px 60px;background:url(../img/h1.gif) no-repeat;color:rgb(201,79,57);font-size:30pt;}
body {font-family:Calibri, Myriad Pro, Arial}
#content {margin-top:350px;}
.image {float:left;margin:10px;margin-bottom:5px;}
.image2 {float:right;margin:10px;margin-bottom:5px;}

* html  div#main
			{width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ?
       (document.documentElement.clientWidth < 1000 ? "1000px" : "auto" ) : 
                 ( document.body.clientWidth < 1000 ? "1000px" : "auto" ) ); 	}

