/* Joomla CSS layout template by OpenWeb http://www.openwebsoft.com */

/* BEGIN basic Layout */
html, body {
	margin:0px;
	padding:0px;
}

#pagewidth {
	width:966px;
	margin: 0px 0px;
	float: left;
}

#topMenu {
	width: 958px;
	height: 23px;
}

#header {
	height:208px;
	width: 958px;
}

#leftcol {
	/*width:256px;*/
	width:198px;
	height: 200px;
	float:left;
}
 
#twocols {
	/*width:702px;*/
	width: 760px;
	float:left;
}

 
#maincol {
	float: left;
	display:inline;
	width:680px;
	padding-top: 20px;
}
 
#footer {
	height:50px;
	clear:both;
}

#footerBG {
	height: 145px;
	width: 958px;
}


#shadowBottom {
	width: 966px;
	height: 10px;
	float: left;
}

#credits, #copyright {
	clear: both;
	width: 960px;
	margin: 0px auto;
}

#creditsOWS {
	width: 100%;
	text-align: center;
}

#creditsJOS {
	width: 100%;
	text-align: center;
	display: none;
	visibility: hidden;
}
/* END basic Layout */

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */