body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	width: 800px;	
	text-align: left;
	padding: 0 8px;
}

#header {
	height: 140px;
}

#sideleft {
	float:left;
	width:220px;
}
 
#sideright {
	text-align: left;
	float:right;
	width:176px;
	*width: 100px;
	margin: 0 6px;
}
 
#main {
	float: left;
	width: 590px;
	padding: 12px 0px 10px 6px;
}

#mainwide {
	float: left;
	width: 780px;
	/*width:790px;*/
	padding: 12px 0px 10px 6px;
}
 
#footer {
	clear: both;
}

#content.three-column #sideleft {
	display: none;
}

#content.two-column #sideright {
	float: right;
	width: 220px;
}

#content.two-column #main {
	float: left;
	width: 700px;
}

.module p {
	margin: 5px 15px 1em 0px;
}	

/* Clear the main three rows, and add the class */

.clear:after,
#header:after,
#footer:after,
#sideright:after,
#content:after,
#main:after
 {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear,
#header,
#footer,
#sideright,
#content,
#main
{
	_height: 1%;
	zoom: 1;
}