body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #722f67;
	background-color: #000000;
	background-image: url(../img/frame/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #feda0f;
	text-decoration: none;
}

.contentHolder {
	margin: 0px;
	padding: 0px;
	height: 361px;
	width: 980px;
	background-image: url(../img/frame/harlequin_13.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.leftMenu {
	background-image: url(../img/frame/harlequin_11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	float: left;
	height: 361px;
	width: 226px;
}
.content {
	text-align: left;
	height: 321px;
	width: 564px;
	float: right;
	font-size: 12px;
	padding: 30px 120px 10px 70px;
}
.overFlowed {
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
	overflow-x:hidden;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-SHADOW-COLOR: #CCCCCC;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR:  #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}
.banner {
	text-align: right;
	height: 123px;
	width: 219px;
	float: left;
}
.footer {
	background-image: url(../img/frame/harlequin_30.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 980px;
	display: block;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.diskusia {
	background-image: url(../img/frame/harlequin_29.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 123px;
	width: 761px;
	float: left;
}
a:hover {
	font-weight: bold;
	color: #feda0f;
	text-decoration: underline;
}
p, blockquote, ul, ol, li, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #732F68;
	margin:0px 0px 7px 0px;
}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	margin:0px 0px 7px 0px;
}


form.cform table {
	/*clear: both;*/
}
form.cform table td {
	text-align: left;
}
form.cform textarea, form.cform .input, form.cform select {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form.cform select {
	width: 306px;
}

