html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: url(../images/red4.gif) repeat-x;
 font-family: myriad, Arial, Helvetica, sans-serif;
 
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background: url(../images/upgradecover.jpg) no-repeat;
 height: 1025px;
} 
#wrapper{
	background-color: transparent; 
      width: 610px;
}
 
#header{
 position:relative; 
  height:220px; 
 background-color: transparent; 
 width:605px;
  
} 
 
 #leftcol{
 width:290px; 
 padding-top: 10px;
 float:left; 
 position:relative; 
 background-color: transparent; 
 
 }
   
#maincol{background-color: transparent;  
float: right; 
 display:inline; 
 position: relative; 
  width:270px;
   padding-top: 10px;
  padding-left: 10px;
   }
 #maincol a:link, a:active, a:visited{
 	color: red;
	text-decoration: none;
	font-weight: bold;
 }
 #maincol a:hover{
 	color: red;
	text-decoration: underline;
	font-weight: bold;
 }
  .one{
 font-size: .70em;
	font-family: myriad, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;

 }
.two{
font-size: .70em;
font-family: myriad, Arial, Helvetica, sans-serif;
margin-right: 10px;
margin-left: 10px;
color: red;
 }
 .blackstyle1
{color: black;}
.three{color: red;}
 li{
 	font-size: .70em;
	font-family: myriad, Arial, Helvetica, sans-serif;
	margin-right: 10px;
 }


 
 .ans{
	color: red;
}
.small{
	font-size: .60em;
}
.home1{
	padding-top: 25px;
	padding-right: 290px;
	font-size: .9em;
	font-weight: bold;
	
}
.home2{
	padding-right: 322px;
	font-size: .75em;
}
h2{font-size: .9em;
font-weight: bold;
}
h3{font-size: .9em;
font-weight: bold;
padding-left: 10px;
color: red;}
h4{font-size: .90em;
font-weight: bold;
color: red;}
#footer{
 height:100px; 
  background-color: transparent; 
  color: white;
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}