@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
	background: #ff9 url(../images/home.jpg) 50% 80px no-repeat;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#masthead h1 {
 	background: transparent url(../images/header.gif) no-repeat;
	height: 72px;
	width: 960px;
 	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#home-flyer {
	width: 240px;
	background: #fff;
	height: 320px;
	margin: 40px 300px 10px;
	text-align: center;
	border: 1px solid #333;
	border-width: 2px 4px 4px 2px;
}
#home-flyer img {
	margin: 5px;
}
#home-flyer p {
	font-size: 0.8em;
	margin: 0;
}
#home-flyer a {
	color: #f00;
	text-decoration: none;
}
#home-flyer a:hover {
	color: #f63;
	text-decoration: underline;
}
#home-header {
	width: 300px;
	margin: 80px 20px 20px 280px;
}
#home-text {
	width: 560px;
	margin: 1em 20px 20px 250px;
}
h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: #936;
	margin: 0.8em 0 0.4em 0;
	text-align: center;
}
h4 {
	font-size: 1.2em;
	text-align: right;
}
p {
	line-height: 1.6em;
	font-size: 0.9em;
}
