#pagewidth{ 
 width:760px; 
 margin: 0 auto;
 text-align: left;
 margin-top:10px;
} 

#contentwrapper{
float: left;
width: 760px;
margin-top:10px;
}

#maincol{
float: left;
width: 520px;
}

#rightcol{
float: right;
width: 240px; /*Width of right column*/
}

#rightcap{
	background:url(images/hostingrtbox.gif);
	height:168px;
	width:235px;
}



/*Header*/ 

#header{
 height:85px; 
 background-color:#FFFFFF;
 
 
} 

#captioncontainer {
width:500px;
	float: left;
	height:200px;
	margin-right: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	
	
	}


li.toplinks {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	text-decoration:none;
	display: inline;
	border-left-style:dotted;
	border-left-color:#cccccc;
	font-size:12px;
	border-left-width: 1px;
	
}	
	
li.toplinks a {
	
	color: #999999;
	text-decoration:none;
	
}	

.bottomleft {
float:left;
width:490px;
margin-top:10px;
}

 ul {
	
	padding-right: 20px;
	padding-top: 4px; /*bottom spacing between menu items*/
	list-style-type: none;
	
}

.bottomleft ul li{
	padding-bottom: 4px;
	padding-top: 4px; /*bottom spacing between menu items*/
	color: #000;
	background-image: url(../css/list-style-blue-light.gif);
	display: block;
	padding: 4px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
}

h3 {
color:#006699;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 

