/* 
----------------------------------------------------------------
Rather Be Nomming V1.0 
Author:   Beth Dean
Author Email: beth@resistmedia.net
Author URL: resistmedia.net
Last Modified:  08.15.2009
---------------------------------------------------------------- */

body {
	background-image: url(../img/bg_graphPaper.png);
}

#header {
	background-image: url(../img/header.gif);
	height: 220px;	
}

#stickers {
	background-color: #9cf;
	height: 455px;
	padding: 20px 80px 20px 40px;
}

#stickers img {
	margin-right: 20px;
}

#stickers .imgHeader {
	margin-bottom: 20px;
}

#stickerImages {
	min-width: 970px;
}

#stickerImages form {
	display: inline;
}

#bottom {
	background-image: url(../img/bg_bottom.gif);
	background-repeat: repeat-x;
	min-width: 990px;
	padding: 20px 40px;
}

#bottom img {
	margin-bottom: 20px;
}

#mailingList {
	background-color: #9f9;
	height: 325px;
	float: left;
	margin-top: 120px;
	width: 430px;
}

#mailingList img {
	margin: 20px 0 0 280px;
}

#mailingList .imgHeader {
	margin: 0;
	padding: 20px 0 0 20px;
}

#mailingList #email {
	background-image: url(../img/mailingList_input.gif);
	color: #fd6d9f;
	height: 65px;
	width: 392px;
	border: none;
	font-size: 40px;
	margin: 0;
	margin-left: 20px;
}

#mailingList #submit {
	background-image: url(../img/mailingList_submit.gif);
	border: none;
	height: 41px;
	margin: 20px 0 0 280px;
	text-indent: -9000px;
	width: 130px;
}

#resist {
	float: left;
	margin: 140px 0 0 40px;
}

#footer {
	background-image: url(../img/footer.gif);
	background-position: bottom left;
	margin-left: 3px;
	height: 92px;
}

.clear {
	clear: both;
}

a {
	border: none;
}



