@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	color: #015751;
	font-size: 12px;
	line-height: 15px;
	}	

a {
	border: 0;
	outline: none;
	color: #a3a9c2;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img {
	border: 0;
	}
	
.learn {
	color: #FF6600;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	}

#content ul {
	margin-left: 15px;
	}

p {	
	margin: 10px 0 10px 0;
	}
	
#top-right img {
	margin: 13px 18px;
	}

#container {
	margin: 0 auto;
	width: 1024px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	}

#top {
	background-image: url(images/topbg2.png);
	height: 52px;
	}
	
#top-left {
	width: 297px;
	text-align: right;
	float: left;
	}
	
#top-right {
	width: 727px;
	padding-left: 297px;
	}

#banner {
	background-image: url(images/banners/bg_animated.gif);
	height: 283px;
	}

#banner-left {
	width: 297px;
	text-align: right;
	float: left;
	}	

#banner-right {
	width: 727px;
	padding-left: 297px;
	}

#banner-right img {
	margin-left: 470px;
	margin-top: 60px;
	}

#bottom-left {
	width: 297px;
	text-align: right;
	float: left;
	}
	
#bottom-right {
	width: 727px;
	padding-left: 297px;
	}

#bottom-right img {
	margin-left: 20px;
	margin-top: 20px
	}
	
#content {
	width: 970px;
	margin: 0 auto;
	padding-top: 30px;
	}

#content-left {
	width: 500px;
	float: left;
	}
	
.greenline {
	padding: 10px 0 10px 0;
	}
	
p.featuredhost {
	font-size: 16px;
	line-height: 26px;
	width: 325px;
	color: #999999;
	text-transform: uppercase;
	}

big {
	font-size: 24px;
	}
	
#content-right {
	width: 435px;
	margin-left: 545px;
	text-align: center;
	}

.experiencebox {
	width: 364px;
	padding-right: 10px;
	border: 1px solid #c0dfdc;
	background-color: #f8f3b0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	}
	
#content-bottom img {
	border: 2px solid #aaa;
	margin-right: 9px;
	}

#footer {
	text-align: right;
	padding-top: 10px;
	margin: 0 auto;
	width: 970px;
	}
	
.orange {
	color: #f8941d;
	}