body {font-family:Calibri, Myriad Pro, Arial, sans-serif;}
body, form {margin:0;padding:0;}
.image {float:right;margin:0 0px 25px 25px;border:2px solid #FFb191;background:#FFF99C;padding:5px;}
.image img{border:2px solid #FFb191;display:block;}
.google{width:400px;margin:0 auto;}

#main{background:url(../img/title1.jpg) no-repeat;min-width:950px;}
#title{background:url(../img/title2.jpg) left 62px no-repeat;}
.title{background:url(../img/title3.jpg) left 162px no-repeat; height:311px;width:448px;}

#menu {background:url(../img/menu.gif) repeat-y;}
#menu ul{margin:0;list-style:none;background:url(../img/menubtm.jpg) bottom left no-repeat;padding:0px 10px 120px 10px;}
#menu ul a{color:#FF8111;padding-left:20px;}
#menu ul a:hover,#menu ul li.selected a{color:#B810FD;background:url(../img/star.gif) no-repeat left center;}

.left {float:left;}

#content {margin:0 50px 0 450px;color:#FF8111;padding-top:10px;background:url(../img/bg.gif) 50% 50% no-repeat;}

h1{color:#B810FD;background:url(../img/h1.gif) #FFF99C no-repeat left;padding:6px 6px 6px 60px;margin:0px 0 50px -82px;}

#footer {background:#FFF99C;margin:0;clear:both;}

#copyfull{background:url(../img/rights.gif) no-repeat;width:576px;height:105px;float:left;}
#copy{background:url(../img/copy.gif) no-repeat;width:355px;height:105px;float:right;}


.clear{clear:both;height:0;overflow:hidden;}

* html  div#main{width:expression((document.compatMode && document.compatMode == 'CSS1Compat') 
     ? (document.documentElement.clientWidth < 950 ? "950px" : "auto")
                 :(document.body.clientWidth < 950 ? "950px" : "auto"	));}