/* CSS Document for powersites by `mrp
 * Website		: forwardprogress.net
 * File			: style.css
 * Author		: Marfie C. Supan
 * Created		: 31-july-2009
 */

@charset "utf-8";

body {
	background: #74316b url(../images/bg-body.gif) top repeat-y;
} 

td {
	color: #4b424c;
	font-family: "arial";
	font-size: 12px;
}

#footer {
	color: #dca6fb;
	margin-top: 10px;
	margin: 0 auto;
}
#footer a {
	color: #cec0cf;
	font-size: 11px;
	margin-left: 6px;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer td {
	color: #dca6fb;
}
a {
	color: #5b01ff;
	text-decoration: none;
}
a:hover {
	color: #6f2876;
	text-decoration: underline;
}
#rightBox {
	margin: 0;
	padding: 0;
	background-color: #f9f1d6;
	width: 150px;
}
#rightBox .topPart {
	background: #f9f1d6 url(../images/rightbox-top-rht.gif) top right no-repeat;
}
#rightBox .bottomPart {
	background: #f9f1d6 url(../images/rightbox-bot-rht.gif) bottom right no-repeat;
}
#rightBox .content {
	padding: 7px;
	width: 150px;
	float: right;
}

#rightBox hr {
	border: 0;
	border-bottom: dashed 1px #ddd1aa;
}
#rightBox h3 {
	color: #FFFFFF;
	font-size: 14px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}