/* CSS Document */
body {
	padding: 20px;
	background: #4f5882; /* 224*/
	color: #333;
}
img {
	border: none;
	}
#body_div {
	margin: auto;
	width: 750px;
	}
.inner {
	z-index: 30;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
}
#banner_ad {
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/images/full_header.gif);
	background-repeat:no-repeat;
}
#banner_links {
	float: right;
	margin-top: 75px;
	margin-right: 55px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
	}
#banner_links a:link,
#banner_links a:visited {
	color: #FFF;
	text-decoration: none;
	}
#banner_links a:hover {
	text-decoration: none;
	color: #D5D9EC;
	}
#hosting {
	padding: 5px;
	background: #FFF;
	border: 1px solid #AAD;
	width: 172px;
	display: compact;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}
#domains {
	padding: 5px;
	background: #FFF;
	border: 1px solid #AAD;
	width: 172px;
	display: compact;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}
#email {
	padding: 5px;
	background: #FFF;
	border: 1px solid #AAD;
	width: 172px;
	display: compact;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}
#traffic {
	padding: 5px;
	background: #FFF;
	border: 1px solid #AAD;
	width: 171px;
	display: compact;
	margin-top: 5px;
	float: left;
}
#company_info {
	margin-top: 5px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #AAD;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#company_info table tr td {
	vertical-align: top;
	}
.link_column {
	/*float: left;  Had to use a talbe instead of this. The rounded corner script does not function properly while float is applied*/
	padding: 5px 5px 5px 10px;
	font-size: 8pt;
	}
#subpage_block {
	margin-top: 5px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #AAD;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

