/******************** Global ********************/
body{
	padding: 0;
	background: #FFFF8C; //#CCEA8D
	color: #471201;
	font: 100% arial,verdana,helvetica,sans-serif;
	text-align: center; /*IE fix to center table*/
}
a{
	color: #471201;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #FFFF8C;/*567EB9; D17100;*/
	background-color: 471201;
	text-decoration: none;
}

img{
	border: 0;
}

table{
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	border-left: 1px solid #471201;
	border-right: 1px solid #471201;
}
	
td{
	vertical-align: top
}

/***************** End Global *****************/

/*************** Miscellaneous ***************/

#TableHead{
	text-align: center;
}

#TableMargin6{
	margin: 6px;
}

#ContactCopy{
	margin-left: 6px;
}


#BodyCopy{
	font-size: 12px;
	text-align: justify;
	color: #471201;
}

#InfoCopy{
	font-size: 12px;
	text-align: justify;
	color: #471201;
	margin-right: 10px;
	margin-top: 6px;
	margin-left: 6px;
}

#BannerTitle{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF; 
}

#Title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFFF8C; /*#567EB9 #D17100 #D19700 #017F71 #017660 #FF690B */
}

#InfoSubmit{
	font-size: 11px;
	font-weight: bold;
	color: #FFFF8C;
	background-color: #471201;
}

#InfoField{
	font-size: 12px;
	color: #471201;
}


/*********** End Miscellaneous************/

/******************* Tables *******************/

#BannerTable{
	background-image: url(../img/outdoor_dining.jpg);
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	border: 0px;
}

#ContactTable{
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	font-size: 12px;
	text-align: left;
	color: #471201;
	border: 0px;
}

#ContactTable a{
	color: #FFFFFF
}

#CopyrightTable{
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	border-left: 1px solid #471201;
	border-right: 1px solid #471201;
	border-bottom: 1px solid #471201;
}

#LinkTable{
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	text-align: center;
	border-bottom: 0px;
}

#LinkTable a{
	font-size: 10px;
}

/*#LinkTable td{
	white-space:nowrap;
}*/


/***************** End Tables *****************/

