body {
	width:100%;
	height:100%;
	min-width:995px;
	margin:0px;
	padding:0px;
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

#bgtiles {
	display:block;
	position:fixed;
	width:100%;
	min-width:995px;
	height:100%;
	min-height:500px;
	top:0px;
	left;0px;
}

#wrapper {
	width:950px;
	position:relative;
	top:10px;
	left:50%;
	z-index:20;
	margin:20px 0px 50px -475px;
}

#menu { margin-top:5px; }

#mainbody { margin-top:15px; }
#mainbody.normal { 	width:950px; }
#mainbody.small { 	width:555px; float:left; }

#sidepanel_right { width:385px; float:right; margin-top:15px; }


#footer { margin-top:10px; padding-top:5px; }

/*
/////////////////////////
GENERAL
/////////////////////////
*/
.clear { display:block; clear:both; }
a { text-decoration:none; color:#399; }
b, strong { color:#F09; }

a img { border: none; }

/*
/////////////////////////
GENERAL Elements
/////////////////////////
*/
#sc_jsalert {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-width:995px;
	background-color:#333;
	color:#FFF;
	text-align:center;
	padding:5px 0px;
}

#sc_veryoldalert {
	display:block;
	width:100%;
	height:2000px;
	background-color:#333;
	color:#FFF;
	text-align:center;
	padding:5px 0px;
	z-index:2000;
}