@charset "utf-8";




#page_bg {
	width:100%;
	text-align: center;
	background-image:url(../img/layout/pag_bg.jpg);
	background-position:top;
	background-repeat:repeat-x; 
}

#center_bg {
	width:100%;
	background-image:url(../img/layout/center_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:661px;
}

#topbar {
height:50px;
width:100%;
}

.holder {
	xborder: #33CCFF medium solid;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #CCCCCC;
	font-size: 14px;
}

body {
	background-color: #4A1718;
	padding:0;
	margin:0;
	background-image:url(../img/layout/main_sepparator_bg_big.jpg);
	background-repeat:repeat;
}


#logo {
	width:100%;
	text-align: center;
}

#main_sepparator_bg {
	width:100%;
	background-image:url(../img/layout/main_sepparator_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	xbackground-color:#391112;
	text-align: center;
}

#main_sepparator {
	background-image:url(../img/layout/main_sepparator.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:54px;
}

#main_sepparator_bg_big {
	width:100%;
	min-height:400px;
	background-image:url(../img/layout/main_sepparator_bg_big.jpg);
	background-repeat:repeat;
	xbackground-color:#391112;
	text-align: center;
}
.titlu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.nfo-gold {
	text-align: center;
	color: #F1BB56;
	font-size: 17px;
}
