@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#container  {
	width: 1000px;
	height: auto;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	letter-spacing: 4px;
	text-indent: 40px;
	vertical-align: baseline;
}

#mainContent {
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 30px;
}

#footer {
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
} 
.footertext {
	font-weight: normal;
	font-variant: normal;
	text-align: right;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
