body {
	background: url(background.jpg) #e8e2d4;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin-bottom: 20px;
	}

#container {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
	}
	
#splash {
background: url(splash4.jpg) no-repeat;
height: 292px;
}
#order {padding: 180px 0 0 565px; }
	#order a.three {display: none;}

	#order a.two {
	display: block; 
	width: 180px;
	height: 30px;
	}

	#order a.one {
	display: block; 
	width: 127px;
	height: 30px;margin-bottom: 8px;
	}


#loudmouth {
	background: url(green-background.jpg) bottom no-repeat;
	padding-bottom: 25px;
	margin-bottom: 8px;
	font-family: Georgia, serif;
	}
	
	#loudmouth * { margin: 0; padding: 0; }

	#loudmouth .inner {
		padding: 10px 10px 0 10px;
		background: url(green-background.jpg) top repeat-y;
		}
		
		#loudmouth .spoken {
			background: url(dark-background.jpg) bottom no-repeat;
			padding-bottom: 10px;
			margin-bottom: 20px;
			}
			
			#loudmouth .spoken h2 {
				color: #d5ceb6;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 1.3em;
				margin-bottom: 15px;
				}
				
				#loudmouth .spoken h2 span {
					color: #71bfb1;
					}
		
			#loudmouth .spoken .spokenInner {
				background: url(dark-background.jpg) top repeat-y;
				padding: 20px 20px 10px 20px;
				}
				
		#loudmouth .speak label {
			color: #FFF;
			font-size: 1em;
			text-transform: uppercase;
			word-spacing: 0.2em;
			font-weight: bold;
			font-family: Georgia, serif;
			margin-right: 15px;
			position: relative;
			top: 2px;
			}
			
		#loudmouth .speak input.text {
			width: 250px;
			padding: 2px;
			margin-right: 10px;
			}
			
		#loudmouth .speak input.submit {
			position: relative;
			top: 7px;
			}

#media {
background: url(media.jpg) no-repeat;
width: 825px;
height: 480px;
padding-top: 40px;
}

#footer {width: 825px; margin-bottom: 30px;}

.logos {
float: left;
width: 825px; 
margin-right: 5px;
}

.enter {
float: left;
width: 410px;
text-align: right;
padding-top: 20px;
}
	
.clear {clear:both;}
