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


* { margin-top: 0px; 
}
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #30070A;
}
a {
	color: #FFCC99;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border-style: none; }



#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#container #header {
	background: url(images/index_01.jpg);
	height: 201px;
}

#container #subheader {
	background: url(images/index_03.jpg);
	float: right;
	height: 162px;
	width: 642px;
}

#container #navigation {
	float: left;
	height: 162px;
	width: 258px;
}

#container #subnavspacer {
	background: url(images/index_08.jpg);
	height: 50px;
	width: 900px;
	clear: both;
}
#container  #content {
	background: #9F2731 url(images/content_footer.jpg) repeat-x bottom;
	height: 1%;
}
#container #contentLeft {
	width: 52%;
	float: left;
	padding: 20px;
}

#container #contentRight {
	float: right;
	width: 38%;
	padding: 20px;
}
#container .clearFloat { clear: both; }

#container #contentFoot {
	background: url(images/content_footer.jpg) repeat-x;
	height: 154px;
	clear: both;
	padding: 20px;
	font-size: 20px;
}


#container #subnavspacer2 {
	background: url(images/index_09.jpg);
	height: 58px;
}

#container #subnavspacer3
{
	background: url(images/designbanner_09.jpg);
	height: 58px;
}

#container #subnavspacer4
{
	background: url(images/hostingbanner_09.jpg);
	height: 58px;
}




#container #footer {
	background: url(images/index_11.jpg);
	height: 50px;
	font-size: 10px;
	color: #D65660;
	text-align: center;
	padding-top: 40px;
}

#container #footer a {
	text-decoration: none;
	color: #d65660;
}

#container #footer a:hover { text-decoration: underline; }
