@charset "utf-8";
/* CSS Document */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#sites_nav {
}
#nav {
	float: right;
	width: 800px;
	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;
}
#title_text {
	float: left;
	width: 800px;
}
#title_text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #666666;
	margin-top: 17px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#body_text {
	float: left;
	width: 800px;
	height: 150px;
}
#body_text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: medium;
	line-height: 20px;
	text-indent: 10px;
	margin-left: 80px;
	text-align: left;
	margin-right: 40px;
	margin-top: 0px;
}
#body_text  a  {
	text-decoration: none;
	color: #666666;
}
#body_text  a:hover  {
	color: #000000;
}
#footer {
	height: 300px;
	width: 820px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
body {
	background-image: url(_images/sm-gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}


