#Page {
	position: relative;
	overflow: hidden;
	margin: 20px auto;
	width: 950px;
}

#Col-Main {
	position: relative;
}

#Col-Main div.Section-Content {
	padding: 20px;
}

#Services {
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

#Services li {
	float: left;
	display: inline-block;
	margin-left: 14px;
}

#Services li a {
	width: 140px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#DomainCheck {
	float: left;
	border: 2px solid #96979B;
	width: 255px;
	height: 110px;
}

#DomainCheck-Form {
	margin: 0px;
	padding: 5px;
}

#DomainCheck-Result {
	float: right;
}

#DomainCheck img.Loader-Circle-Small {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

#Intro {
	float: left;
	display: block;
	margin-left: 10px;
	border: 2px solid #96979B;
	background: #FFF url('images/intro.jpg');
	width: 156px;
	height: 110px;
}

#Portal {
	float: left;
	display: block;
	margin-left: 10px;
	border: 2px solid #96979B;
	background: #FFF url('images/webvortix-portal.jpg');
	padding-top: 80px;
	width: 215px;
	height: 30px;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-shadow: 5px 5px 10px #FF0, -5px -5px 10px #FF0;
	font-size: 18px;
	font-weight: bold;
}

#Col-Right {
	float: right;
	margin-left: 20px;
	width: 230px;
}

#News span.PubDate {
	float: right;
	margin-top: 5px;
	margin-right: -3px;
	margin-bottom: -3px;
	border-top: 1px solid #077AB7;
	border-left: 1px solid #077AB7;
	border-top-left-radius: 20px;
	width: 150px;
	background-color: #044A84;
	padding: 3px;
	color: #000;
	text-align: right;
	font-size: 12px;
}

#TechBoard {
	margin: 5px auto;
	border-radius: 10px;
	border: 5px outset;
	background-color: #F7F7F7;
	padding: 1px 4px 1px 4px;
	width: 930px;
	text-align: center;
}