body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 14px;
}

.header {
	width: 990px;
	margin: 30px auto 0px auto;
}

.header h1 {
	width: 564px;
	height: 58px;
	text-indent: -9999px;
	background-image: url('../images/logo.png');
	margin-bottom: 20px;
}

h2 {
	display: inline;
	font-weight: normal;
	font-size: 14px;
}

h3 {
	margin: 40px 0px 20px 0px;
	text-indent: -9999px;
	width: 400px;
	height: 29px;
	background-repeat: no-repeat;
}

h3.locationHeader {
	background-image: url('../images/location.png');
}

h3.spaceHeader {
	background-image: url('../images/space.png');
}

h3.bwHeader {
	background-image: url('../images/bandwidth.png');
}

h3.osHeader {
	background-image: url('../images/operatingsystem.png');
}

h3.domainHeader {
	background-image: url('../images/domain.png');
}

h3.featuresHeader {
	background-image: url('../images/features.png');
}

h3.paymentHeader {
	background-image: url('../images/payment.png');
}

div.adBlock1 {
	float: right;
	width:230px;
	padding: 20px 40px;
	background: url('../images/advertisment.png') no-repeat center top;

}

div.tip {
	padding: 3px;
	font-size: 11px;
	background-color: #f4f0b2;
}

th {
	text-align: left;
}
