#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#sites_nav {
}
#nav {
	float: right;
	width: 600px;
	text-align: center;
}
#nav ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #6633CC;
}
#nav a:hover {
	color: #FFFFFF;
}
#sidebar {
	float: left;
	height: auto;
	width: 200px;
}
#title_text {
	float: left;
	width: 600px;
}
#title_text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #666666;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#body_text {
	float: left;
	width: 600px;
	height: 353px;
}
#body_text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: medium;
	line-height: 22px;
	text-indent: 10px;
	margin-left: 80px;
	text-align: left;
	margin-right: 60px;
	margin-top: 0px;
}
body {
	background-image: url(../overview/_images/sm-gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 

