body {
	margin: 0px;
	background: url(images/background.jpg) top left repeat;
}

#container {
	
}

#header {
	
}

#topNav {
	
}

#content {
	
}

#bodyContainer {
	
}

#bodyContainer .leftColumn{
	
}

#bodyContainer .middleColumn{
	
}

#bodyContainer .rightColumn{
	
}

#footer {
	
}

/* .......... clearfix from positioniseverything.net
http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ........................... */

/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
/* ........................... */

/* sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
/* that's all folks! */
