@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#header {
	border-top-width: 3px;
	border-top-style: solid;
}
img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#mainContent h3 {
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-left: 30px;
	margin-right: 40px;
	background-repeat: no-repeat;
}
#mainContent p {
	margin-left: 30px;
	line-height: 1.8;
	margin-right: 30px;
}


#mainContent a:hover {
	text-decoration: none;
	color: #FF0000;
}

#footer {
	background-color: #000000;
}
#footer address {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

