* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #fefef7;
	color: #413d3a;
	text-align: center;
	height: 100%;
}
h1{
	margin: 20px 0 10px 0;
	padding: 20px 0 10px 0;
	font-size: 1.5em;
	font-weight: bold;
	background: #fefef7;
	color: #af1532;
	line-height: 130%;
}
h2{
	margin: 25px 0 5px 0;
	padding: 5px 0 25px 0;
	font-size: 1.0em;
	font-weight: bold;
	background: #fefef7;
	color: #413d3a;
	line-height: 130%;
}
h3{
	margin: 1px 0px;
	padding: 4px 0px;
	font-size: 1.0em;
	font-weight: bold;
	background: #fefef7;
	color: #413d3a;
	line-height: 130%;
	text-align: left;
}
p{
	margin: 2px 0;
	padding: 2px 0;
	font-size: 0.8em;
	background: #fefef7;
	color: #413d3a;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
}
#address_p{
	margin: 0px 12px;
	padding: 0px 3px;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	background: #fefef7;
	color: #413d3a;
	line-height: 130%;
}
#footer {
	width: 960px;	
	margin: 20px auto;
	padding: 2px;
	font-size: 0.8em;
	background: #fefef7;
	color: #413d3a;
	font-weight: normal;
	line-height: 130%;
}
#footer p{
	text-align: center;
}
#footerright {
	float:right;
	margin: 2px;
	padding: 2px;
	background: #fefef7;
	color: #413d3a;
	font-weight: normal;
	line-height: 130%;
}
#footerleft {
	float:left;
	margin: 2px;
	padding: 2px;
	background: #fefef7;
	color: #413d3a;
	font-weight: normal;
	line-height: 130%;
}
#container{
	width: 960px;
	text-align: center;
	margin: 20px auto;
	background-color: #fefef7;
	color: #413d3a;
	line-height:1.0em;
}
a img{
	border: none;
}
a:link {
	text-decoration : underline;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fefef7;
	color: #030216;
	}
a:visited {
	text-decoration : underline;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fefef7;
	color: #030216;
	}
a:focus {
	text-decoration : none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fefef7;
	color: #030216;
}
a:hover {
	text-decoration : none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fefef7;
	color: #030216;
}
a:active {
	text-decoration : none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fefef7;
	color: #030216;
}
