body {font-family:Calibri, Myriad Pro, Arial, sans-serif;padding:0;margin:0;font-style:italic;}
#main{background:#7590F4 url(../img/title.jpg) no-repeat;}
.top {background:url(../img/top.jpg) left 257px no-repeat;}
.image {float:left;margin:20px;padding:0px;background:url(../img/img.png) no-repeat  right bottom;}
.image img{margin:0;position:relative;top:-5px;left:-5px;display:block;}
#menu {background:url(../img/menubtm.gif) bottom no-repeat #BBB8B8;float:left;width:311px;margin-top:483px;margin-right:-20px;}
#menu ul{padding:0;margin:20px;list-style:none;margin-bottom:40px;}
#menu ul a{color:white;text-decoration:none;}
#menu ul a:hover{text-decoration:underline;}
.content{margin-left:291px;margin-top:238px;margin-right:20px;}
#content{padding:100px;padding-bottom:0px;padding-top:50px;font-size:12pt;}
.tr{background:url(../img/rt.gif) top right no-repeat;}
.br{background:url(../img/br.gif) bottom right no-repeat;}
.bl{background:url(../img/bl.gif) bottom left no-repeat;}
.bg1{background:url(../img/pt.gif) 343px top no-repeat;}
.bg2{background:url(../img/pt.gif) left 245px no-repeat;}
.footer{text-align:right;color:white;padding:20px;}
.google {width:400px;margin:0 auto;}
* html  div#main-
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}
