* {
	padding:0; 
	margin:0;
}
body {
	background:#f4f2f0 url(../img/gradient_top.png) repeat-x;
	margin-bottom:5px;
}
.container {
	width:900px;
	margin: 0em auto;
}
.header {
	height:220px;
	width:900px;
	background:url(../img/tc_header.png) no-repeat;
	margin-bottom:10px;
	border-bottom:1px solid #794400;
}
.content {
	width:870px;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
	float:left;
}
.movcontent {
	width:640px;
	height:405px;
	margin-left:115px;
	margin-bottom:15px;
	border-bottom:1px solid #794400;
}
.hours {
	width:700px;
	/*background:url(../img/hours_bg.png) no-repeat;*/
	margin-left:85px;
}
.half {
	width:435px;
	float:left;
}
.footer {
	width:900px;
	border-top:1px solid #794400;
	color: #794400;
	font:"Times New Roman", Times, serif;
	text-align:center;
}
.fbqrcode {
	width:150px;
	height:150px;
	margin-left:310px;
}
.content h1{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#794400;
	text-align:center;	
	font-weight:bold;
	margin-bottom:10px;
	padding-top:20px;
}
.content h2{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#794400;
	text-align:center;	
	font-weight:bold;
	margin-bottom:10px;
}
.content a{
	font-family:"Times New Roman", Times, serif;
	color:#667fa5;
	text-decoration:underline;
}
.content p{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#794400;
	text-align:justify;	
}

.footer h1{
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
}
.footer p {
	font-size:17px;
}
.footer a{
	font-size:17px;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	text-decoration:underline;
	color:#794400;
}
.footer a:hover{
	text-decoration:none;
}
.clear{
	clear:both;
}
