@charset "utf-8";
/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, a, em, font, img, strong, sub, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite, .MsoNormal{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	letter-spacing:.01em;
}
li{
	letter-spacing:.01em;
}
h1{
	letter-spacing:.01em;
}

/*GLOBAL ELEMENTS***********/

html, body {
	color: #ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	min-width: 823px;
	padding: 0;
	text-align: center;
	background:url(../images/bg.jpg) no-repeat top center #000;
}
a{
	color:#faab00;
	text-decoration:underline;
}
	a:hover{
		text-decoration:none;
	}
#container {
	text-align:left;
	margin:0 auto;
	width:823px;
}
	#container #header{
		height:221px;
		float:left;
	}
		#container #header #logo{
			width:234px;
			height:221px;
			float:left;
			display:inline;
		}
		#container #header #banner{
			width:589px;
			height:221px;
			float:left;
			display:inline;
		}
	#container #main_content{
		
	}
		#container #main_content #left_col{
			width:205px;
			padding:0 17px 0 12px;
			float:left;
			display:inline;
			
		}
			#container #main_content #left_col .tripatomic_title{
				margin:0 0 5px -12px;
				
			}
			#container #main_content #left_col ul{
				margin:20px 0 0 0;
				
			}
			#container #main_content #left_col li{
				border-top:1px #FFF solid;
				padding:10px 0;
				
			}
			#container #main_content #left_col li img{
			}

			#container #main_content #left_col li.bottom{
				border-top:1px #FFF solid;
				border-bottom:1px #FFF solid;
				
			}
		#container #main_content #body_copy{
			width:589px;
			float:left;
			display:inline;
			
		}
			#container #main_content #body_copy #copy_contain{
				width:528px;
				border:2px #FFF solid;
				background:#000;
				padding:13px 34px 13px 13px;
				line-height:15px;
			}	
				#container #main_content #body_copy #copy_contain p{
					margin:15px 0;
					font-size:14px;
				}
				#container #main_content #body_copy #copy_contain .orange{
					color:#ff9000;
					font-weight:bold;
				}
				
			#container #main_content #body_copy #footer{
				text-align:right;
				margin:5px 43px 0 0;
				float:right;
				display:inline;
				width:80px;
			}
				#container #main_content #body_copy #footer img{
					text-align:right;
					margin:0 0 0 6px;
				}
			#container #main_content #body_copy #copyright_footer{
				margin:5px 43px 0 0;
				float:left;
				display:inline;
				width:300px;
			}
				#container #main_content #body_copy #copyright_footer #quakersteak_logo{
					width:66px;
					height:37px;
					float:right;
					display:inline;
					margin-right:5px;
				}
				#container #main_content #body_copy #copyright_footer #copy_text{
					width:225px;
					height:28px;
					float:right;
					display:inline;
					padding-top:10px;
				}


