body {margin:0;padding:0;font-family:calibri,Myriad Pro,arial;}

#main {background:url(../img/title.jpg) no-repeat;width:100%;padding-top:170px;min-width:800px;}

.right {margin-left:300px;}

#menu {width:280px;float:left;margin:200px 0px 20px 20px;}
#menu ul{padding-left:0;clear:both;border-left:1px solid #FFCC00;list-style-type:none;margin-top:5px;}
#menu ul li{margin-left:10px;}
#menu ul li a{color:#009900;}
h1{color:#e3b200}

#menu .menuline {margin-left:5px;margin-bottom:10px;}
#content {margin-left:50px;margin-top:20px;padding:10px;border-left:1px solid #FFCC00;background:url(../img/virusbg2.jpg) 50% 50% no-repeat;}

.menuline{height:24px;background:url(../img/menuline.gif);padding:3px 10px 0px 10px;color:white;margin-right:50px;text-align:center;}
.menuline a{color:white;text-decoration:none;}
.menuline a:hover{color:yellow;text-decoration:underline;}

#footer {clear:both;background:url(../img/footerbg.gif) repeat-x bottom left ;}
.footin {background:url(../img/footerrt.jpg) no-repeat bottom right ;height:191px;}

.google {margin:0 auto;width:500px;margin-top:60px;}

#content p{padding:5px;}
.copy {margin:5px;color:#009900;}
.image {padding:5px;border:solid 1px #FFCC00;float: left;margin:5px;}


* html  div#main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 800
						?
						"800px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 800
						?
						"800px"
						:
						"auto"
					)
				);
			}
