/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
	position:relative;
	width:100%;
	background-repeat: no-repeat;
	background-position: 0px;
	background-image: url(images/border-hearder.jpg);
} 
 
#maincol{
	display:block;
	position: relative;
	width:100%;
	background-image: url(images/background-column4a.jpg);
	background-repeat: no-repeat;
	background-position: center;
 }
 
#maincol .inner  {
	padding:0px 25px 15px 25px;
}
#maincol .inner p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
}
.package {
	font-family:"comic sans MS";
	color:#660099;
	font-size: 14px;
	}
.package p {
	color: #000000;
	font-family: "comic sans MS";
}

	
#footer{
	height:60px;
	clear:both;
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
li {
	margin: 0px 0px 0px -2em;
}
