*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background: #DAE9FE url('img/body.png') repeat-x;
}
html, body
{
	height: 100%;
	font-family: "lucida grande", 'lucida sans unicode', verdana, arial, sans-serif;
}
#container
{
	background: url('img/body-contain.png') repeat-y;
	width: 818px;
	margin: 0px auto;

}
#container #content
{
	width: 780px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;

}


#body-top
{
	background: url('img/body-top.png') no-repeat;
	width: 818px;
	height: 17px;
	margin: 20px auto 0px auto;
}




form, fieldset
{
	border: 0px;
}


#header
{
	background: url('img/header.jpg') no-repeat;
	width: 774px;
	height: 81px;
	margin: 0px auto;
	text-align: center;
}
#header h1
{
	color: #ffffff;
	padding: 20px 0px 0px 0px;
	font-size: 28px;
}



h2
{
	float: left;
	margin: 50px 10px 50px 90px;
	font-weight: normal;
	color: #666666;
	font-size: 20px;
	letter-spacing: -1px;
}
.hostclearlogo
{
	float: left;
	margin: 45px 0px 50px 0px;
}



#colcontainer
{
	padding-top: 50px;
	width: 780px;
	margin: 0px 0px 0px 5px
}
.col
{
	background: url('img/col1.jpg') no-repeat 0px 30px;
	width: 246px;
	height: 160px;
	float: left;
	margin: 0px 16px 0px 2px;
	font-size: 11px;
	position: relative;
}
.bluecol
{
	background: url('img/colblue.jpg') no-repeat 0px 30px;
}
.col h3
{
	color: #3174c7;
	font-size: 18px;
	margin: 0px 0px 16px 10px;
}
.col form
{
	padding: 10px 0px 0px 10px;
}
.col form p
{
	padding: 0px 0px 15px 0px;
}
.col form fieldset input[type="text"]
{
	margin: 0px 5px 0px 0px;
	width: 140px;
}
.col form fieldset input[type="image"]
{
	position: absolute;
	bottom: -18px;
	left: 12px;
}
.col a img
{
	border: 0px;
	position: absolute;
	bottom: -18px;
	left: 50px;	
}
.col form fieldset label
{
	float: left;
	margin: 0px 32px 0px 20px;
	font-weight: bold;
}




.advert
{
	border: 0px;
	margin: 20px 0px 0px 18px;
	float: left;
}



#body-bot
{
	background: url('img/body-bot.png') no-repeat;
	width: 818px;
	height: 50px;
	margin: 0px auto 0px auto;
}


#footer
{
	bottom: 0px;
	width: 760px;
	margin-left: 45px;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	padding-bottom: 10px;
	z-index: 0;
	padding-top: 50px;
}
#footer a
{
	color: #005bce;
}







