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

#content {
border-left: 0px solid #fff;
	margin-left: 145px;
margin-top: 15px;
	color: #fff;
font-size: 0.8em;
padding: 8px 0 0 8px;
text-align:justify;
}
#sidebar {
margin-top: 5px;
	width: 150px;
	float: left;
	padding-top: 10px;
}

#footer {
	/*background: #ffffff url(background-main.jpg) repeat-y right;*/
		width: 755px;
	margin-left: auto;
margin-right: auto;
border-top: 1px solid #fff;
margin-top: 10px;
color:#666699;
font-size: 0.7em;
padding: 5px 0 65px 0;
}

#footer a:link{
color:#666699;
font-weight:normal;
text-decoration:none;
}

#footer a:visited{
color:#666699;
font-weight:normal;
text-decoration:none;
}

#footer a:hover{
color:#ccc;
text-decoration:underline;
font-weight:normal;
}



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

/*]]>*/

