/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}

body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: black;
	}

p {
	font-size: .9em;
	}

h1 {
	font-size: .75em;
	}

h2 {
	font-size: .8em;
	color: #7ea200;
	}

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

#mainwrap {
	width: 648px;
	margin: 0px auto;
	background: grey;
	}
	
	
	
/**********/
/* Header */
/**********/
#headercontent {
	width: 648px;
	background-color: #131c23;
	}

#nav {
	width: 196px;
	float: left;
	}

#nav img{
	display:block
	}

.mainbanner {
	float: left;
	}
	
/**********/
/* Middle */
/**********/
#midcontent {
	width: 648px;
	margin-top: 1px;
	float: left;
	clear: both;	
	background-image: url(images/bg_mid.gif);
	background-repeat: repeat-y;
	}

#toprow, #midrow, #btmrow {
	float: left;
	}

#midrow {
	width: 648px;
	}

/* Left Column */
#leftcolumn {
	width: 188px;
	float: left;
	}

.icon {
	padding: 20px 5px 10px 10px;
	float: left;
	}

#plansummary {
	float: left;
	}
	
#leftcolumn h1 {
	padding: 20px 5px 0px 5px;
	}

.divider {
	margin: 0px;
	padding: 0px;
	}

.moreinfo {
	text-align: right;
	}

#livechat {
	float: left;
	margin: 10px 10px;
	}

#maincolumn {
	width: 450px;
	float: left;
	}


/* Main Column */
#intro_wrap {
	width: 423px;
	background-color: #151719;
	margin: 10px 5px 10px 10px;
	}

#intro_rowtop, $intro_rowbtm {
	float: left;
	}

#intro_mid {
	width: 423px;
	}

#intro_mid p, #intro_mid h2 {
	padding: 5px 10px;
	}

#news {
	width: 403px;
	margin: 40px 10px 10px 20px;
	}
	
	
	
/**********/
/* Footer */
/**********/
#footercontent {
	width: 648px;
	margin-top: 1px;
	margin-bottom: 5px;
	float: left;
	}

#footer_edgetop{
	width: 648px;
	float: left;
	}
	
#footer_edgebtm{
	width: 648px;
	float: left;
	}
	
#footer_mid {
	width: 648px;
	float: left;
	background-color: #151719;
	}

#footer_mid p {
	text-align: right;
	margin-right: 20px;
	font-size: .6em;
	color: #5a564b;
	}






/***************/
/* Design.html */
/***************/
#content {
	width: 430px;
	margin: 20px 10px;
	}



/****************/
/* hosting.htm */
/****************/
td {
	color: #ffffff;
	font-size: .8em;
	}

#tablewrap {
	width: 400px;
	margin: 0px 10px;
	}
	
.featurename {
	color: #1c6291;
	}

.price {
	color: #ffffff;
	}

.highlightedrow {
	background-color: #1a1a1a;
	}


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

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

a:hover {
	background-color:#666666;
	}

a img {
	border: none;
	}









