@import url("css_global.css");
/*@import url("css_dynamic.css.php");*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/v5.1/bg.jpg);
	background-repeat: repeat-x;
	margin:0;
}

	/*#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ height:auto; width:auto; position:relative; outline:none; border:none; -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }*/

header {
	margin:0px;
	padding:0px;
}

header div {
	width:925px;
	height:60px;
	background-color:#0082D1;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	width:955px;
	margin-left:auto;
	margin-right:auto;
	/*background-image: url(../images/v5.1/content_bg.jpg);
	background-repeat: repeat-x;*/
	/*background-color:rgba(255,255,255,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);*/
}

#left {
	width:180px;
	margin:15px;
	float:left;
}

#content {
	width:535px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
}

#content_wide {
	width:925px;
	padding:15px;
	float:left;
}

#content_widefull {
	width:955px;
	float:left;
}

#right {
	width:180px;
	margin:15px;
	float:left;
}

footer div {
	width:925px;
	/*background-color:rgba(255,255,255,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF);*/
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}

