/* CSS Styles Copyright Sherwood Hosting */


html {
	background:#BBB; 
	font:.9em "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2em;
	color: #111;
	background: url(images/shadow.gif) repeat-y 50% 50%;
}

a:link {
	color:#3C3C3C;
	text-decoration: none;
}

a:visited {
	color:#3C3C3C;
	text-decoration: none;
}

img {
	border:none;
}

img a {
	border:none;
}

a:hover {
	color:#111;
	text-decoration:underline;
}

a:active {
	color:#BBB;
}

#main {
	margin: 0 auto;
	padding: 0;
	position:relative;
	width: 760px;
	background: #F5F4F4;
	height:100%;
	overflow:hidden;
}

#header {
	margin:0px;
	padding:0;
	width:760px;
	height:288px;
	background-image:url(images/header-domains.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#menu {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:bold;
	color:#000;
	font-size:1.2em;
	text-align:center;
}

#content {
	margin: 0 auto;
	padding: 15px;
	width: 730px;
	
}

#footer { 
	color:#CCCCCC;
	text-align:center;
	margin: 0px; 
	background:#444;
	padding: 10px 0px 0px 0px;
	height: 50px; 
	width: 100%; 
}

#nextpage {
	text-align:right;
	font-size:.95em;
	padding:15px 0px 20px 0px;
}