/* main css - the claw 
written by Jason Bishop */


body {
	background: #FFF url(/images/top.gif) repeat-x top left;
	font-family: Georgia, Serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#message {
	background: url(/images/message.gif) no-repeat top center;
	width: 100%;
	height: 66px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#flyers {
	background: url(/images/flyers.gif) no-repeat top center;
	width: 100%;
	height: 878px;
	margin: -15px 0 25px 0;
	padding: 0;
	text-align: center;
	float: left;
	color: #fff;
	font-weight: lighter;
}

#logo {
	background: url(/images/logo.gif) no-repeat top center;
	width: 100%;
	height: 267px;
	margin: 65px 0 0 0;
	padding: 0;
	text-align: center;
	float: left;
}

#content-wrapper {
	width:100%;
	text-align: center;
	float: left;
}

#flyers #content-wrapper #content {
	background: url(/images/horizontal.gif) no-repeat;
	width: 450px;
	margin: 23px 0 10px 0;
	padding: 40px 0 0 0;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
	line-height: 1.5em;
}

#flyers #content-wrapper #content #newsletter {
	vertical-align: middle;
	height: 30px;
}

input.btn {
	background: #000 url(/images/joinus.gif) center center no-repeat;
	height: 27px;
	width: 77px;
	color: #FFF;
	margin: 0 0 0 5px;
	border: 0;
	font-family: Times, Times New Roman, Serif;
}

input.btnhov {
	background: #000 url(/images/joinus.gif) center center no-repeat;
	height: 27px;
	color: #FF0000;
	margin: 0 0 0 5px;
	border: 0;
	font-family: Times, Times New Roman, Serif;
}

input#MERGE0 {
	background: url(/images/emailbg.gif) center center no-repeat;
	height: 30px;
	width: 77px;
	width: 120px;
	border: 0;
	padding: 10px 0 0 10px;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

#flyers #content-wrapper #usdm {
	background: url(/images/usdm.gif) no-repeat;
	width: 162px;
	height: 162px;
	margin: 15px 0 0 0;
	margin-left: auto ;
	margin-right: auto ;
}


