/* CSS this defines all the layout and background images*/
body
{
background: #fafafa url(image/body-bg.gif); 
font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
color: #333; 
}

/* container for whole page related settings */
#body-container 
{
	width: 900px; 
	padding-bottom: 10px; 
	margin: 20px auto 20px auto;
	overflow: hidden; 
	position:relative;
}


/* the container of the main content part, includes sidebar or columne. */
/* this is mainly for the reason of "Faux Columns" */
#main-container
{
	width: 900px; 
	float: left; 
	overflow: hidden; 
	background: #d6ded4 url(image/main-container-bg.gif) repeat-y top right; 

}

#header
{
	width: 900px; 
	height: 85px; 
	position: relative; 
	float: left; 
}


/* the part of main content */
#main-body
{
	width:670px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
}

#right-sidebar
 { 
 	width: 200px; 
	font-size: 11px; 
	color: #555; 
	float:left;

}

#footer {
	width: 900px;
	height: 29px;
	float: left;
	clear: both;  
	position: relative;
	background: #fafafa url(image/footer-bg.gif) no-repeat; 
}

.line-break, div.line-break { margin-right: 0; }
