#container {
	background: url(../images/bg_container_pink.gif) repeat-y;
}

#jokepage {
	width: 650px;
	float: left;
}
	
	#jokepage h1 {
		font-size: 20px;
		padding-bottom: 16px;
		text-transform: uppercase;
		line-height:24px;
	}
	
	#jokepage .description {
		font-size: 16px;
		line-height: 18px;
		padding-right: 10px;
		text-align: justify;
	}
	
	.google-ad-small {
		width: 200px;
		height: 200px;
		float: right;
		text-align: center;
		line-height: 150px;
		padding-left:10px;
	}	
	
	#jokepage .content {
		width: 630px;
		padding: 10px;
		float: left;
		background-color: #fff;
	}

	#jokepage .content .left {
		width: 310px;
		float: left;
	}

	#jokepage .content .right {
		width: 310px;
		float: right;
	}
	
	.google-ad {
		width: 300px;
		height: 250px;
		line-height: 400px;
		text-align: center;
		background-color: white;
		margin: 0 auto;
	}

	#jokepage .pink {
		background-color: #feeed4;
	}
			
		#jokepage .page-nav {
			position:relative;
			width: 600px;
			padding: 10px 25px;
			height: 38px;
			background-color: #f2b74f;
		}
			
			#jokepage .page-nav span.space {
				display: block;
				height: 38px;
				width: 120px;
				float: left;
			}
		
			#jokepage .page-nav a {
				display: block;
				height: 38px;
				float: left;
			}
		
			#jokepage .page-nav .previous-stupid-joke {
				width: 121px;
				background: url(../images/previous_stupid_joke.gif) no-repeat;
			}
			
			#jokepage .page-nav .random-stupid-joke {
				position:absolute;
				left:280px;
				width: 99px;
				background: url(../images/random_stupid_joke.gif) no-repeat;
			}
			#jokepage .page-nav .next-stupid-joke {
				width: 111px;
				float: right;
				background: url(../images/next_stupid_jokes.gif) no-repeat;
			}
			
		#jokepage .col-left {
			width: 280px;
			float: left;
		}
		
		#jokepage .send-this-joke {
			display: block;
			width: 230px;
			height: 70px;
			margin-bottom: 20px;
			background: url(../images/send_this_joke.png) no-repeat;
		}
			
		#jokepage .how-stupid-is-it {
			padding: 5px 10px 10px 10px;
			background-color: #fff;
			width: 258px;
			border: 4px dashed #666;
			font-weight: bold;
			color: #1b7e00;
			margin-bottom: 20px;
		}
		
			#jokepage .how-stupid-is-it .title {
				width: 228px;
				height: 28px;
				background: url(../images/how_stupid_is_it.png) no-repeat;
				margin: 0 auto;
			}
			
			#jokepage .how-stupid-is-it .rating-out-of {
				text-align: center;
				padding: 10px 0;
			}
			
			#jokepage .how-stupid-is-it .small {
				font-size: 10px;
				padding-bottom: 6px;
				text-align: center;
			}
			
			#jokepage .how-stupid-is-it .form-vote {
				width: 220px;
				margin: 0 auto;
				text-align: center;
			}
		
		#jokepage .stupid-joke-email {
			width: 250px;
			padding-top: 10px;
			text-align: center;
		}
		
		#jokepage .stupid-joke-email .title {
			width: 239px;
			height: 60px;
			background: url(../images/stupid_joke_email.png) no-repeat;
			margin: 0 auto;
		}
		
		#jokepage .stupid-joke-email .we-will-send {
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			padding: 10px 0;
		}
		
	#jokepage .textbox {
		border: none;
		background: none;
		outline: none;
		background-color: white;
		border: 1px solid #999;
		height: 20px;
		width: 160px;
	}