
#homePage .topBg,  #homePage .bg{
	width:397px;
	padding-left:20px;
	padding-right:20px;
	margin-right:15px;
}

#homePage .topBg {
	background-image:url(../images/content_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:24px;
}

#homePage .bg {
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#6A6A6A;
	margin-bottom:15px;
	padding-top:15px;
}

#homePage .qNews {
	background-image:url("../images/quickbox_bg.jpg");
	background-repeat:repeat-y;
	margin-top:23px;
}

#homePage a.orangeLink {
	color:#E99870;
	font-weight:bold;
}


/** subscribe **/
#whois-main {
	margin-bottom:20px;
}

#whois-main .top, #whois-main .bottom, #whois-main .body {
	width:282px;
	background-repeat:no-repeat;
	height:16px;
	background-position:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#whois-main .top {
	background-image:url(../images/actualbox_top.jpg);
	background-position:left bottom;
	height:43px;
	padding-left:10px;
	width:272px;
	color:#FFFFFF;
	font-weight:bold;
}

#whois-main .top div {
	padding-top: 7px;
}

#whois-main .title {
	color:red;
	font-weight:bold;
}

#whois-main .content {
	margin-top:3px;
}

#whois-main .body {
	background-image:url(../images/actualbox_body.jpg);
	width:282px;
	background-repeat:repeat-y;
	height:auto;
	padding-bottom:10px;
}

#whois-main .inner {
	margin-top:-15px;
	padding-left:15px;
	padding-right:15px;
}

#whois-main .bottom {
	background-image:url(../images/actualbox_bottom.jpg);
}

#whois-main a {
	color:#6B6B6B;
	text-decoration:none;
}

#whois-main a:hover {
	color:#6B6B6B;
	text-decoration:underline;
}

