body {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #06c;
	font-size: 14px;
}


div#address { display: none; }

td.form p {
	text-align: right;
	font-weight: bold;	
}

td { padding: 0.25em 1px;}

a {
	text-decoration: none;
	color: #06c;
	font-weight: bold;	
}

a:hover {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}

#container {
	width: 760px;
}

#leftcol {
	float: left;
	margin: 20px 0 0 0;
	padding: 100px 0 20px  0;
	width: 150px;
	border-right: 2px solid #6c9;
}

#content {
	margin: 20px 0 0 0;
	float: left;
}
#header {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: 311px;
	height: 86px;
	background-repeat : no-repeat;
}
#header span {
	visibility: hidden;
}

a#home, a#design, a#isp, a#domains, a#hosting,a#portfolio,a#contact {
	display: block;
	height: 37px;
	padding: 5px 0 0 75px;
	color: #06c;
	background-color: #fff;
	font-family: arial, sans-serif;
	letter-spacing : -0.05em;
	font-size : 16px;
	font-weight: normal;
	vertical-align: middle;
}
a#home:hover, a#design:hover, a#isp:hover, a#domains:hover, a#hosting:hover, a#portfolio:hover, a#contact:hover
{
	color: #666;
	background-image: url(images/navhover.jpg);  
	background-repeat: no-repeat;
	background-position: right;
}

a#home { top: 120px; }
a#design { top: 157px; }
a#isp { top: 194px; }
a#domains { top: 231px; }
a#hosting { top: 268px; }
a#portfolio { top: 305px; }
a#contact { top: 342px; }

#text {
	border: 1px solid #999;
	margin: 15px 0 25px 25px;
	padding: 5px 10px;
	width: 560px;
	background-image: url(images/spotbg.jpg);
	background-position : center;
	background-repeat : repeat-y;
}
#copy {
	margin: 1em 0 0 0;
	text-align: right;
	font-size: 12px;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
}