@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	margin:0px;
	font-size:12px;
	line-size:200%;
}
.topline-LH {
	background: url(../images/interface/background-topline_LH.png) repeat-x right top;
}
.topline-RH {
	background-image:url(../images/interface/background-topline_RH.png repeat-x left top);
}
.bottomline-LH {
	background: url(../images/interface/background-bottomline_LH.png);
}
.bottomline-RH {
	background: url(../images/interface/background-bottomline_RH.png);
}
.content-background {
	padding-right: 108px;
	padding-left: 108px;
	margin: 0px;
	background: url(../images/interface/background-content.png) repeat-y center top;
}
.content-footer {
	background-image:url(../images/interface/background-footerdec_content.png);
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #afafaf;	
}
p {
	color: #FFF;
	font: 1em Arial, Helvetica, sans-serif;
}
.float-right {
	float:right;
	margin:0px 0px 5px 10px;
}
