@charset "utf-8";
/* CSS Document */

#wrapper-top {
	background: none;
	width:784px;
	margin:0 auto;
	position: relative;
}
#wrapper {
	background:url(images/middle.jpg) repeat-y;
	width:784px;
}
#header {
	background:url(images/top.jpg) no-repeat;
	height:255px;
	position: relative;
}
#menu {
	bottom: 0px;
	width: 100%;
	height: 25px;
	position: absolute;
}
#container {
	padding: 10px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.legal {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

#wrapper-foot {
	background: none;
	width:784px;
	margin:0 auto;
	margin-top: 0px;
	padding-top: 0px;
	height:118px;
}
body {
	padding-top: 0px;
	margin-top: 0px;
}
#footer {
	background:url(images/bottom.jpg) no-repeat;
	height:157px;
	width:784px;
	text-align:right;
	margin-top: 0px;
	padding-top: 0px;
}
#footer p {
	font:normal 1.2em Arial, Helvetica, sans-serif;
	color:#000000;
	padding:40px 0 0;
	margin-top: 200px;
}
#home {
	display: block;
	width: 119px;
	height: 24px;
	background: url("images/home.png") no-repeat 0 0;
}
#home:hover {
	background-position: 0 -24px;
}
#home span {
	position: absolute;
	top: -999em;
}
#contact {
	display: block;
	width: 119px;
	height: 24px;
	background: url("images/contact.png") no-repeat 0 0;
}
#contact:hover {
	background-position: 0 -24px;
}
#contact span {
	position: absolute;
	top: -999em;
}
#domains {
	display: block;
	width: 119px;
	height: 24px;
	background: url("images/domains.png") no-repeat 0 0;
}
#domains:hover {
	background-position: 0 -24px;
}
#domains span {
	position: absolute;
	top: -999em;
}
#tos {
	display: block;
	width: 119px;
	height: 24px;
	background: url("images/tos.png") no-repeat 0 0;
}
#tos:hover {
	background-position: 0 -24px;
}
#tos span {
	position: absolute;
	top: -999em;
}
#aup {
	display: block;
	width: 119px;
	height: 24px;
	background: url("images/aup.png") no-repeat 0 0;
}
#aup:hover {
	background-position: 0 -24px;
}
#aup span {
	position: absolute;
	top: -999em;
}
#login {
	display: block;
	width: 119px;
	height: 24px;
	background: url("images/login.png") no-repeat 0 0;
}
#head2 {
	font-family: "Century Gothic", sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,1);
	text-align: center;
}

#head {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: rgba(0,102,255,1);
	font-family: "Century Gothic", sans-serif;
	font-style: normal;
}
.head2 {
	font-family: "Century Gothic", sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,1);
	text-align: center;
	font-weight: bold;
}


#login:hover {
	background-position: 0 -24px;
}
.smalltxt {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#login span {
	position: absolute;
	top: -999em;
}
.hosting {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: rgba(153,153,153,1);
	font-style: italic;
}

.info {
	background-color: rgba(193,219,233,1);
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double rgba(0,0,0,1);
	padding: 20px;
}
#fineprint {
	background-color: rgba(255,0,0,1);
	width: 640px;
	border: 1px solid rgba(0,0,0,1);
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.subprint {
	font-size: 16px;
}
.content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}


.blue {
	color: rgba(0,51,255,1);
	font-weight: bold;
	font-variant: small-caps;
}
