
* { margin: 0; padding: 0; }

body {
 margin: 0 0 20px 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000;
 background: #68ADF0 url('../images/blue.gif');
}

p {
 margin: 16px 0 16px 0;
}


#wrapper { 
 width: 876px;
 margin: 10px auto; 
 border: 4px solid #6699cc;
 overflow: hidden;
}
	
#container { 
 margin: 0 auto 0 auto;
 width: 860px;
 text-align: left; 
 background: #fff;
 border: 8px solid #006699;
 overflow: hidden;
}
	
#header {
 width: 860px;
 height: 220px;
 padding: 0;
 text-align: left;
 border-bottom: 3px solid #99cc66;
 background: url('../images/header.jpg') no-repeat;
}	

* html #header { width: 860px; padding: 0px;}

div#hackersafe a {
 float: right;
 width: 115px;
 height: 32px;
 margin-top: 42px;
 margin-right: 54px;
 margin-left: 540px;
}
	
div#downloadsmall a {
 float: right;
 margin-top: 52px;
 margin-right: 38px;
 }
	
* html div#downloadsmall a { float: right; margin-top: 30px; margin-right: 36px; }
	


	
#content { 
 float: left; 
 display: block;
 margin: 20px 0 20px 20px;
 padding: 0 50px 20px 6px;
 width: 548px;
 border-right: 1px solid #99cc66;
}

* html #content { padding: 20px 10px 20px 6px; }

#content p img {
 padding: 0 10px 10px 0;
 border: none;
}
	
#content a, a:active, a:visited, a:hover {
 font-weight: bold;  
 color: #000080;
 text-decoration: underline;
}	

#content h1 {
 margin: 0;
 padding: 0 0 5px 0;
 font-size: 20px;	
 color: #333;
 background: url('../images/atlast.gif') no-repeat;
}
	
#content h2 {
 margin: 30px 0 30px 0;
 font-size: 18px;	
 color: #333;
}

#content h3 {
 margin: 30px 0 30px 0;
 font-size: 18px;	
 color: #333;
}

#content h4 {
 margin: 30px 0 30px 0;
 font-size: 15px;	
 color: #333;
}



.thumbs {
 margin: 40px 0 20px 0;
 font-size: 15px;
 font-weight: bold;
 color: #000066;
}	


#listx {
 margin: 30px 0 30px 10px;
}

#listx ul {
 list-style: url('../images/xmark.gif'); /* wide image for the bullet */
 margin: 0 40px 0 40px;
 padding: 0;
}

#listx li {
 margin: 0 0 .5em 0;
 padding: 0 0 0 10px;
}

	
div.listcheck {
 margin: 0 0 0 20px;
}

div.listcheck ul {
 list-style: url('../images/checkmark.gif'); 
 margin: 0 40px 0 40px;
 padding: 0;
}

div.listcheck li {
 margin: 0 0 .5em 0;
 padding: 0 0 0 5px;
}


	
#sidebar { 
 display: block;
 color: #333;
 width: 170px;
 float: right; 
 position: relative;
 margin: 20px 20px 20px 20px;
 padding: 10px 10px 20px 10px;
 text-align: left;
 border: 0px solid #ccc;
}

* html #sidebar { margin: 20px 10px 20px 10px; }
* html #sidebar { padding: 5px 0 20px 0; }

#sidebar p {
 margin: 0;
 padding: 5px 0 10px 0;
 line-height: 16px;
}

#sidebar h2 {
 margin: 0;
 padding: 10px 0 10px 0;
 font-family: Helvetica Bold, Arial Bold, Verdana, sans-serif;
 font-size: 16px;
 color: #333;
 border-top: 1px solid #f1f1f1;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 border-left: 1px solid #f1f1f1;
 background: #f1f1f1;
}

	
#footer { 
 clear: both;
 padding: 10px 10px 10px 10px;
 height: 50px;
 color: #fff;
 background: #6699cc;
 text-align: center;
 border-top: 3px solid #99cc66;
 border-bottom: 3px solid #6699cc;
}

* html #footer { padding: 30px 10px 0 10px; }

#footer a, a:active, a:visited, a:hover {
 font-weight: normal;
 color: #fff;
 text-decoration: underline;
}	