#outer {
background-image:url(../images/page-bg.gif);
background-position:center;
background-repeat:repeat-y;
}

#container {
width			: 860px;
margin			: 0 auto;
background-color: #ffffff;
}

#header {
position		: relative;
height			: 144px; 
background-image: url(../images/site-bg.jpg);
}

#content-container {
width				: 860px;
background-color	: #ffffff;
background			: url(../images/content-bg2.gif);
padding-bottom		: 0px;
}

.clearfix:after {
content				: "."; 
display				: block; 
height				: 0; 
clear				: both; 
visibility			: hidden;
}

.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div#left-sidebar {
float			: left;
width			: 150px;
padding			: 5px;
}

div#main-content {
float			: left;
width			: 520px;
}

div#right-sidebar {
float			: left;
width			: 150px;
padding			: 5px;
}