#content {
	margin-top: 10px;
	margin-left: 5px;
}

/*iPod Giveaway Pages*/

	#ipod_body {
		width: 800px;
		height: 780px;
	}
	#ipod_header {
		width: 732px;
		height: 108px;
		margin-top: 8px;
		margin-left: 3%;
		background: url(/images/ipod_giveaway/top_info_bg.jpg) no-repeat;
		padding-top: 16px;
		padding-left: 15px;
		font-size: 16px;
		font-weight: bolder;
		color: #FFF;
	}
	#ipod_left {
		width: 320px;
		height: 484px;
		float: left;
		margin-left: 3%;
	}
	#ipod_left_details {
		width: 325px; 
		height: 263px;
		padding-top: 8px;
		padding-left: 6px;
		padding-bottom: 5px;
		font-weight: bold;
		color: #0066cb;
		font-size: small;
		background: url(/images/ipod_giveaway/ipod_details_bg.jpg) no-repeat;
	}
	#ipod_left_start {
		width: 324px; 
		height: 103px;
		margin-top: 40px;
		padding-top: 8px;
		padding-left: 6px;
		color: #FFF;
		font-size: large;
		font-weight: bolder;
		background: url(/images/ipod_giveaway/ipod_left_start_bg.jpg) no-repeat;
	}
	#ipod_left_start h2 a {
		padding-left: 30px;
		font-size: 24px;
		font-weight: bold;
		margin: 4px;
		color: #0066cb;
		text-decoration: none;
	}
	#ipod_left_start h2 a:hover {
		color: white;
		text-decoration: none;
	}
	#ipod_right {
		width: 419px;
		height: 517px;
		margin-right: 3%;
		float: right;
		background: url(/images/ipod_giveaway/ipod_prizes.jpg) no-repeat;
	}
	#ipod_form {
		padding-left: 20px;
	}
	.ipod_form_input {
		font-size: 13px;
		font-weight: bold;
		border: 1px solid #000;
		background: #CCC;
	}
	#ipod_form blockquote {
		margin: 0px;
		padding-left: 15px;
	}
	.ipod_form_button {
		background: #9b0000;
		border: 3px solid black;
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
	}
	
	
	
	
	
	
	
	