.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}
.sidebar {
	width: 190px;
	float: left;
	padding: 5px;
	text-align: center;
}
.rws {
	width: 1000px;
	float: left;
	padding-top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.main {
	width: 790px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.white {
	color: #FFF;
}

.footer {
	width: 1000px;
	float: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-align: justify;
}
.titlegrey {
	color: #666;
}
