html, body {
padding: 0;
font: normal 11px verdana, lucida, sans-serif;
line-height: 1.4em;
text-align:center; /* centering for IE */
  
}

h1 {
font-size: 18px;
margin: 0px;
}

a:link, a:visited {
 color: #0066cc;
 text-decoration: none
}

a:hover {
 text-decoration: none;
 border-bottom: 1px dashed; 
}

hr {
 border-bottom: 1px #ccc solid;
 border-top: 0;
 border-left: 0;
 border-right: 0;
}

ul {
 list-style-image: url(../images/li_arrow.gif);
}

img {
margin: 0px;
padding: 0px;
}

div#container {
text-align:left;
margin:0 auto; /* centering for the rest */
width: 600px;
color: #646464;
border: 1px #cecece solid;
top: 5px;
background-color: #fff; 
}

div#header {
position: relative;
height: 100px;
width: 602px;
margin-left: -2px;
border-left: 1px solid white;
border-right: 1px solid white;
background-color: #06C;
}

div#content {
position: relative;
text-align: left;
margin: 0;
width: 560px;
font-size: 11px;
padding: 20px;
}

div#footer {
background: #FFF;
font-size: 10px;
text-align: center;
width: 527px;
margin: 0;
color: #aaa;
padding: 2px;
}

/* Menu */
#navcontainer {
position: relative;
width: 600px;
margin: 0;
padding: 0;
height: 20px;
border-bottom: 1px #adcaf5 solid;
}

#navcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: block;
float: right;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a {
background: #fff;
width: 99px;
height: 20px;
border-left: 1px #adcaf5 solid;
border-bottom: none;
padding: 0;
color: #a7b6cc;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
color: #0066cc;
background: #c7e7f8;
}

#navcontainer a:active {
background: #828fcc;
color: #fff;
}

#navcontainer li#active a {
background: #0066cc;
color: #fff;
}

/** Style for Parked domains **/
.parked {
	margin: 0 auto;
	margin-top: 50px;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	width: 400px;
	border: 1px #999 solid;
}

.parked p {
	margin: 10px;	
}

.parked h2 {
	colour: white;	
}

.parked_header {
	background: #0066cc;
	color: #fff;
	padding: 10px 
}
/** End style for parked domains **/

/** Style for new test websites **/
.test_content {
	text-align: center;
	width: 400px;
}
/** End style for new test websites **/

/** tables **/
table {
	margin:5px;
	text-align: center;
}

th {
	padding: 5px;
	margin: 0;
	border: 1px solid #CCC;
	background-color: #c7e7f8;
}

td {
	padding: 5px;
	border: 1px solid #c7e7f8;
}

#under_construction {
	float: right;
	width: 300px;
	padding-top: 22px;
}
