html, body{
	width:100%;
	height:100%;
	min-height:100%;
	background-color: #700001;
	position:relative;	
}


#wrapperbg{background:url('/img/bottomleft.png') fixed no-repeat bottom left;width:100%;min-height:100%;height:auto !important;height:100%;position:relative}
#wrapper{background:url('/img/topright.jpg') fixed no-repeat top right;width:100%;min-height:100%;}

#container {
	max-width: 960px;
	min-height:560px;
	padding:20px 10px;
	background-color:#ffffff;
	background-color: rgba(255,255,255,1);
	margin: auto;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear: both;
}

#topheader{
	position:absolute;
	right:0px;
	top:20px;
	color:#474749;
	text-align:right;
	padding:10px;
}
#topheader li{display:inline-block;}
#topheader li a img{width:24px;opacity:.6;-moz-opacity:.6;filter:alpha(opacity=60);}
#topheader li a.active img{opacity:1;-moz-opacity:1;filter:alpha(opacity=99);}



#header {
	padding:20px 0 0 0 ;
	position: relative; 
	margin: auto; 
	max-width: 980px;
}

.bxslider{max-width:980px;}

.page_content{
	padding: 0 20px 20px 20px;	
}

.page_content ul, .cke_editable ul{
	margin-left:0px;
}
.page_content ul > li,.cke_editable ul > li,.cke_editable ol > li, .page_content ol > li{
	padding:4px;
	list-style-position:inside;
	list-style-image:url('/img/li_icon.gif');
	margin:0px 0px 0px 0px;	
}


.page_content img.img_round, .cke_editable .img_round{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}