html, body {
	background-color: #fff;
	margin: 0px;
	height: 100%;
}
img {
	border: none;
}
#container {
	width: 980px;
	margin: 10px auto;
	text-align: left;
}
#header {
	width: 980px;
	height: 184px;
	float: left;
}
#logo_cnt {
	width: 980px;
	height: 112px;
	text-align: left;
	float: left;
}
#logo {
	width: 274px;
	height: 60px;
	float: left;
}
#menu {
	width: 980px;
	height: 40px;
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	text-align: right;
	float: left;
}
#topdiv {
	width: 980px;
	height: 32px;
	background-image:url(../img/bg_top_div.gif);
	background-repeat: no-repeat;
	float: left;
}
#middleHldr {
	width: 980px;
	height: 120px;
	float: left;
}
#picholder {
	width: 699px;
	height: 120px;
	text-align: left;
	float: left;
}
#cntInfo {
	width: 281px;
	height: 120px;
	background-image:url(../img/bg_p1_rs.gif);
	background-repeat: no-repeat;
	text-align: left;
	float: right;
}
#cntInfo_txt { width: 230px; text-align: left; margin: 25px 0px 0px 35px; }
#mainCont {
	width: 980px;
	float: left;
}
#news {
	width: 270px;
	background-image:url(../img/bg_news_rbr.gif);
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding: 0px 0px 30px 0px;
	text-align: left;
	float: left;
}
#news_rbr { margin: 7px 0px 0px 30px; padding: 0px 0px 20px 0px; *margin: 7px 0px 0px 15px; float: left; }
#news_txt { width: 210px; float: left; margin: 20px 30px 0px 30px; *margin: 20px 15px 0px 15px; }
#cont_txt {
	width: 710px;
	background-image:url(../img/bg_main_rbr2.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: left;
}
#cont_txtS {
	width: 710px;
	background-image:url(../img/bg_main_rbr.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: left;
}
#cont_rbr { margin: 7px 0px 0px 30px; padding: 0px 0px 20px 0px; *margin: 7px 0px 0px 15px; float: left; }
#cont_txt_div { width: 680px; float: right; margin: 20px 0px 30px 30px; *margin: 20px 0px 30px 15px; }
#cont_txt_mfix { width: 470px; float: left; }
#cont_txt_mflux { width: 600px; float: left; }
#cont_advertisment { width: 190px; float: right; }

/*  TEXT  */
P { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #212121; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #484848; font-weight: bold; }
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #484848; font-weight: normal; }
h5 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #727272; }

.arrow { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #ce1141; font-weight: bold; }
.xs { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 18px; color: #727272; }
.xs_redish { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 18px; color: #ce1141; }
.redish { color: #ce1141; }
.blueish { color: #000080; }
.whiteish { color: #fff; }
.tdFix { padding-left: 5px; }
.fakeli { padding-left: 25px; }

a:link { text-decoration: none; color: #1A1A1A; }
a:visited { text-decoration: none; color: #1A1A1A; }
a:active { text-decoration: none; color: #ce1141; }
a:hover { text-decoration: none; color: #ce1141; }

/* FIX */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* FORMS */
.input01 { width: 200px; background-color: #e8e8e8; padding: 5px; margin: 0px 0px 1px 0px; border: 0px; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
.knapp01 { width: 160px; background-color: #ce1141; padding: 5px; margin: 0px 0px 1px 0px;  border: 0px; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
.textarea01 { width: 413px; background-color: #e8e8e8; padding: 5px; margin: 0px 0px 1px 0px;  border: 0px; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }