body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p { 
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
}
body{background:#111; font-size: 16px;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#make-memories{
	float: left;
}

#thanksgiving{
	background: #fba006 url(/images/thanksgiving/tg-form-bg.jpg) top center no-repeat;
	float: left;
	width: 960px;
	padding-bottom: 25px;
	border-top: 5px solid #fba006;
}

#header{
	float: left;
	font-weight: bold;
	margin: 158px 0 0 265px;
	width: 350px;
	font-size: .85em;
	color:#4c4537;
	line-height: 1.25em;
}

#instructions{
	float: left;
	width: 195px;
	clear: left;
	padding: 0 15px 0 15px;
	margin-top: 120px;
	font-size: .9em;
	color: #4b3e27;
}

	#instructions h1{
		font-weight: bold;
		font-size: 1.5em;
		margin-bottom: 5px;
	}
	
	#instructions li{
		list-style:decimal;
		margin-left: 25px;
		margin-bottom: 15px;
	}
	
#rules{
	font-size: .8em;
	text-align: center;
}

#rules a{
	color: #000;
	font-weight: bold;
	background: #fba006;
	padding: 5px 0;
	margin: 5px 0;
	display: block;
	text-decoration: none;
}

	#rules a:hover{
		background: #000;
		color: #fba006;
	}

#form{
	float: left;
	width: 395px;
	padding: 10px;
	margin: 20px 0 0 0;
	background: #fff;
	border: 2px solid #fab006;
}

	#form a{
		color: #111;
	}

	#form p{
		margin-bottom: 15px;
	}

	#form label{
		float: left;
		margin-bottom: 5px;
		font-size: .95em;
	}
	
	#form textarea{
		font-family: arial, sans-serif;
		line-height: 1.25em;
		padding: 5px;
		width: 380px;
		height: 80px;
		border: 1px solid #fba006;
		font-size: 1em;
	}
	
	#form #answer1, #form #email, #form #name{
		width: 380px;
		padding: 3px;
		border: 1px solid #fba006;
		font-size: 1em;
	}
	
		#form #email, #form #name{
			width: 176px;
		}
		
		#agree{
			float: left;
			clear: left;
			margin-right: 5px;
		}
		
	#form h1{
		font-weight: bold;
		font-size: 22px;
		color: #fba006;
		margin-bottom: 15px;
	}
	
	#form .short-space{
		float: left;
		width: 174px;
	}
	
	.ValidationErrors{
		background: #fba006;
		font-size: 14px;
		float: left;
		clear: left;
	}
	
	.ErrorField{
		border: 1px solid #bf0000 !important;
	}
	
	#termsAgree{
		float: left;
		margin-top: 5px;
	}
	
	.left{
		margin-right: 30px;
	}
	
	#cafe-formSubmit{
		text-align:center;
		clear: left;
		float: left;
		width: 100%;
		margin-bottom: 0 !important;
	}
	
	#footer{
		border-top: 4px solid #fab006;
		float: left;
		width: 950px;
		background: #000;
		color: #fab006;
		padding: 5px;
		font-size: .7em;
		text-align: center;
	}
	
	
#thanksgiving-rules{
	background:#fff;
	font-size: .8em;
	color: #111;
}

	#thanksgiving-rules h1{
		font-size: 24px;
		text-align: center;
		font-family: georgia, "times new roman", serif;
		margin-bottom: 25px;
	}
	
	#thanksgiving-rules li{
		margin-bottom: 15px;
		font-family: georgia, "times new roman", serif;
		line-height: 1.75em;
		list-style: decimal;
		margin-left: 35px;
	}
	
	#thanksgiving-rules ul li{
		list-style: square;
	}

	#thanksgiving-rules p{
		margin-bottom: 15px;
		font-family: georgia, "times new roman", serif;
	}
	
	
#sidebar{
	float: left;
	width: 150px;
}

	#viewTips{
		float: left;
		display: block;
		height: 177px;
		width: 296px;
		margin: 35px 0 0 7px;
	}	
	
	#findcutco{
		float: left;
		width: 250px;
		background: #fef0d9;
		margin: 118px 0 0 31px;
		position: relative;
		top: 26px;
	}
	
	#findcutco p{
		font-size: 14px;
		padding: 5px 10px;
		text-align: center;
	}
	
	#findcutco h2{
		text-align: center;
		color: #fab006;
		font-weight: bold;
		font-size: 16px;
		padding: 4px 0;
		background: #000;
	}
	
	
#stories h2{
	font-weight:bold;
	font-size: .9em;
}

.story{
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 25px;
}

.author{padding-left: 10px;font-weight:bold;color:#fba006}
	
	
	