/* CSS by Patrick Bennett */

body {
	margin:55px 0 0 0; padding:0;
	text-align:center;
	background:#000 url(images/bg.png) repeat-x;
}

#holder {
	margin:0 auto;
	width:958px; height:462px;
}

#main {
	margin:0 auto;
	width:945px;
}

#story {
	width:945px;
	float:right;
	background:url(images/ourstory.jpg) no-repeat;
	height:462px;
}

#content {
	width:440px; float:right;
	padding:25px 40px 0 15px;
}

#content p {
	font-size:13px; color:#333;
	line-height:17px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
	
#corner {
	float:left;
	height:462px; width:13px;
	background:url(images/leftcorner.png) no-repeat;
}

#buttons {
	margin:0 auto;
	width:958px;
	padding-right:10px;
	text-align:right;
	height:25px;
}

#buttons img {
	float:right;
	margin:0 10px;
}

#buttons a img, #bottom a img {
	border:none;
}

#bottom {
	width:945px;
	margin:5px auto 0 auto;
	text-align:left;
}

#bottom img {
	float:left;
}

#newsletter {
	float:left;
	width:371px; height:187px;
	background:url(images/newsletter.png) no-repeat;
}

#newsletter_thanks {
	float:left;
	width:371px; height:187px;
	background:url(images/newsletter_thanks.png) no-repeat;
}

#newsletter form {
	margin:0; padding:0;
}

#newsletter .input {
	background:#474747;
	width:247px;
	border:0;
	margin:90px 0 0 85px;
	color:#fff;
	padding-left:3px;
}

#newsletter .button {
	float:right;
	margin:5px 35px 0 0;
}

a img {
	border:none;
}	