/* Joomla CSS layout template by OpenWeb http://www.openwebsoft.com */

/* BEGIN basic Layout */
html, body{ 
 margin:0px; 
 padding:0px; 
} 
 
#pagewidth{ 
 width:800px;   
 margin: 10px auto 0px auto; 
} 
 
#header{
 position:relative; 
 height:86px; 
 width:100%;
} 

#wrapper {
	min-height: 450px;
}

#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:600px; 
}
 
#mainBody{ 
	width: 590px;
	margin: 10px auto;
}
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
}

#leftModules {
	
} 
 
#footer{
 height:55px; 
 clear:both;
}

#footerModules {
	
}
/* END basic Layout */

#header h1, #creditsJOS {
	visibility: hidden;
	display: none;
}

.moduleUrbicorHeader {
	width: 590px;
	height: 200px;
	margin: 0px auto;
}

.moduleTopMenu {
	width: 590px;
	margin: 0px auto;
}

#copyright {
	
}

#creditsOWS {
	
}


/* *** 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 */