

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #E9E2E1 url('../images/bg-page.jpg') repeat-y center center;
}

a {
	color: #dd280a;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}



h1, h2, h3 {
	font-weight: bold;
}

h1 {
	padding: 0 0 12px 0;
	font-size: 1.8em;
}

h2 {
	padding: 0 0 12px 0;
	font-size: 1.5em;
}

h3 {
	padding: 0 0 8px 0;
	font-size: 1.2em;
}







#container {
	width: 100%;
	text-align: center;
	/*background: url('../images/bg-hp-repeat.png');*/
}

#container-inner {
	width: 100%;
	text-align: center;
	background: url('../images/bg-page-top.jpg') repeat-x;
}


#page {
	width: 1000px;
	height: 776px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	background: url('../images/bg-hp.jpg') no-repeat center top;
}

#header {
	display: block;
	padding: 30px 0 0 155px;
	width: 440px;
	height: 36px;
}

#btn-hp-archive {
	display: block;
	float: left;
	width: 100px;
	height: 36px;
	margin: 0;
	color: #888;
	outline: none;
}

#btn-hp-story {
	display: block;
	float: left;
	width: 115px;
	height: 36px;
	margin: 0 0 0 18px;
	color: #888;
	outline: none;
}

#btn-hp-todays {
	display: block;
	float: left;
	width: 155px;
	height: 36px;
	margin: 0 0 0 17px;
	color: #888;
	outline: none;
}

#content {
	display: block;
	height: 545px;
	padding: 160px 145px 0px 153px;
}

/*
#logo {
	width: 620px;
	height: 120px;
	margin: 0 auto 0 auto;
	border: 1px solid #00f;
	color: #888;
	outline: none;
}
*/

#hp-txt {
	padding: 0 55px 0 55px;
	font-family: georgia;
	font-size: 1.5em;
	height: 210px;
}

#hp-txt p {
	line-height: 145% !important;
}



#signupForm {
	background-color: #d60000;
	margin: 0;
	padding: 10px;
	height: 48px;
}

#signupForm * {
	vertical-align: middle;
}

#signupInput {
	font-family: georgia;
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	width: 495px;
	margin: 0 28px 0 0;
	padding: 12px 14px;
	border: 0;
	background-color: #fff;
}

#signupMessage {
	display: none;
	background-color: #d60000;
	margin: 0;
	padding: 10px;
	height: 48px;
	text-align: center;
	font-family: georgia;
	font-size: 1.3em;
	color: #fff
}


#signupMessage a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}


#dont-share {
	display: block;
	height: 14px;
	background: url('../images/we-dont-share.png') no-repeat 486px 4px;
}


#footer {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 10px 0 20px 0;
	font-size: 0.9em;
	font-family: georgia;
	color: #555;
}


