body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}
#underconstruction {
	position: absolute;
	width: 625px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -313px;
}
#header {
	position: relative;
	width: 930px;
	height: 62px;
	background: url(./../images/tdwebhostlogo.png) top left no-repeat;
	background-color: #ffffff;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
#mainmenu {
	position: absolute;
	text-align: right;
	font-size: 9px;
	bottom: 0px;
	right: 0px;
}
#mainmenu a {
	text-decoration: none;
	color: #666666;
}
#mainmenu a:hover {
	color: #829905;
}
#banner {
	width: 100%;
	height: 282px;
	background-color: #efefef;
	margin-bottom: 30px;
}
#innerbanner {
	width: 950px;
	height: 282px;
	margin: 0px auto;
}
#container {
	width: 930px;
	margin: 0px auto;
	margin-bottom: 30px;
}
#leftcol {
	width: 550px;
	padding-right: 28px;
	line-height: 18px;
}
#leftcol a {
	text-decoration: none;
	color: #408ed1;
}
#leftcol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #829905;
}
#rightcol {
	width: 352px;
}
#footer {
	width: 930px;
	border-top: 2px solid #efefef;
	margin: 0px auto;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 9px;
	color: #999999;
}

