/**css document PAGE LAYOUT**/
/*<![CDATA[*/
#wrapper {
	background: #ffffff;
	width: 960px;
	margin-left: auto;
margin-right: auto;
color: #444444;
}
#container {
	width: 100%;
	background: #ffffff url(background.jpg) repeat-y left;
	float: right;
	margin-left: -240px;
	color: #444444;
background-color:#fff;
}

#content {
background-color: #E2E2E2;
	margin-left: 240px;
	color: #444444;
font-size: 0.8em;
padding: 8px 60px 0 8px;
background-color:#fff;
text-align:justify;
}
#sidebar {
	width: 200px;
	float: left;
	color: #444444;
background-color:#333;
height:100%;

}

#footer {
	background: #ffffff;
		width: 960px;
	margin-left: auto;
margin-right: auto;
border-top:1px solid #333;
margin-top: 5px;
padding-top: 5px;
color: #444444;
font-size: 0.8em;


}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}



