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

.oneColFixCtr #mainContent {
	background: url(../images/bg_body.jpg) top left no-repeat;
}

#panelLeft {
	float: left;
	width:460px;
	height:512px;
}

#panelRight {
	margin:0 0 0 460px;
	width:370px;
}

#theme {
	background:url(../images/bg_theme.jpg) no-repeat top left;
	padding:30px 0 0 20px;
	text-align:justify;
}

#next {
	background:url(../images/bg_next.jpg) no-repeat top left;
	padding:30px 0 0 20px;
}

.rightPanelsTitle {
	margin:0;
	padding:0 0 0 110px;
	font-size:75%;
	width:200px;
}
.rightPanelsContent {
	margin:15px;
	padding:0;
	font-size:75%;
	width:300px;
	text-align:justify;
}

#rightPanelBottom {
	background:url(../images/bg_next_bottom.jpg) top left no-repeat;
	height:32px;
}