@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:320px;
	text-align:justify;
}

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

#titleHNY {
font-size:12px;
margin-bottom:20px;
background-image:url(../images/arrows3.png);
background-repeat:no-repeat;
background-position:left top;
text-indent:20px;
font-size:85%;

}
A.titleHNY:link {text-decoration: none; color:#CC0000; font-size:75%;}
A.titleHNY:visited {text-decoration: none;color:#CC0000;font-size:75%;}
A.titleHNY:active {text-decoration:none; color:#CC0000;font-size:75%;}
A.titleHNY:hover {text-decoration:underline; color:#000000;font-size:75%;}
