* {
	margin: 0px;
	padding: 0px;
}

body{
	color:#000;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #999;
}
img{
	float: left;
	padding-right: 15px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 141px;
}
#nav {
	margin-top: 18px;
	height:40px;
}
#logo {
	height: 80px;
	width: 400px;
	background-image: url(images/img_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#contentwrap{
	margin: 5px 0 0 0;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	
#content_top{
	background-image: url(images/content_top.gif);
	height: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_bot{
	background-image: url(images/content_bot.gif);
	height: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.content, .subcontent, #payment {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
 .domain_whois, .order {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
	}

#content_header {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
	background-image: url(images/web_header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
}
#payment {
	background-image: url(images/img_payments.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
}

.plan_wrap, .content_divide {
	width: 830px;
	height: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}
.plans, .content_div_half, .cp_demo, .subplans, #demo {
	width: 400px;
	padding: 10px 10px 10px 0;
	float: right;
	}
#client_login {
	width: 400px;
	padding: 10px 10px 10px 0;
	float: right;
	}
	
.generic_wrap img {
	padding-bottom: 10px;
	float:none;
}
#subplan_wrap, .generic_wrap {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	padding: 5px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}

.clear{
	clear: both;
}

#footer {
	background-color: #ccc;
	width: 100%;
	height: 80px;
	margin-top:10px;
	text-align:center;
	padding-top:15px;
}

