body {
	background-attachment: fixed;
	background-image: url(body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
}
p {
	line-height: 1.4em;
}

h1 {
	color: #db0962;
	text-align: center;
}
li  {
	line-height: 1.6em;

}

ul {
	list-style-type: disc;
	list-style-image: url(bullet.png);
	list-style-position: inside;
}
ul li ul {
	list-style-type: none;
}



#main_content {
	width: auto;
	margin-left: 310px;
}
#floating_navigation {
	float:left;
	width: 300px;
	position: fixed;
	left: 0px;
}
#logo {
	background-image: url(title.png);
	height: 64px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	
}
h2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8cc63f;
	padding-bottom: 0.1em;
}
strong {
	font-size: 1.2em;
}

h2, h3, a { color: #db0962;}





#rhubarblogo {
	background-image: url(../accessible/images/newsletter_logo.png);
	height: 229px;
	width: 176px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#subscribe_form {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	position: relative;
}
#namelabel {
	background-image: url(../accessible/images/name.jpg);
	height: 12px;
	width: 45px;
	display: block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
#emaillabel {
	background-image: url(../accessible/images/email.jpg);
	height: 16px;
	width: 42px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}
#submitbutton {
	background-color: #FFF;
	border: 1px dotted #d50252;
	padding: 5px;
	margin-top: 5px;
	color: #d50252;
	font-weight: bold;
	cursor: hand;
}

.inputform {
	color: #d50252;
	font-size: 12px;
	padding: 5px;
	width: 180px;
	border: 1px solid #d50252;
}

#no_sub {
	background-image: none;
	background-color: #FFF;
	/*border: 1px dotted #d50252;*/
	padding: 5px;
	margin-top: 20px;
	color: #d50252;
	font-weight: bold;
	font-size: 12px;
}
#skipthis img {
	position: absolute;
	top: 40px;
	right: -120px;
}

.bigthanks {
	font-size: 24px;
	text-align: center;
	color: #DB0962;
	font-weight: bold;
	text-decoration: underline;
}
