/* CSS Document */

* {
	margin: 0;
}
html, body {
	/*height: 100%;*/
}
#page {
	/*min-height: 100%;
	height: auto !important;
	height: 100%;position:relative;*/
	margin: 0 auto -4em; 
	
}
#footer, .spacer {
	height: 4em; 
	text-align:left;
}
#wrapper, #footer div.in {
width:765px;
margin:0 auto 0 auto;
text-align:left;}
.clear{
clear:both;
}
#sidebar{
margin:0px 0 10px 0;
width:190px;
float:right;
}
#sidebar .in{
padding:0 10px 0 10px;
}
#content{
width:554px;
min-height:400px;
float:left;
margin-top:0px;
clear:left;}