

body {
	padding: 0;
	margin: 0;
	background: #fff url('/images/bg_tile_cream.gif') top left repeat;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* -----------------------------------*/
/* -------->>> ANCHOR TAGS <<<--------*/
/* -----------------------------------*/



a {
	color: #007b60;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {

}

a img{
	border: 0;
}

/* -----------------------------------*/
/* -------->>> CONTAINERS <<<---------*/
/* -----------------------------------*/


#container_main {
	position: relative;
	display: block;
	margin: 0px auto;	
	width: 950px;
	height: 726px;
}

#main_content{
	position: absolute;
		top: 0;
		left: 7px;
	width: 934px;
	height: 718px;
}

#header{
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
}

#logo{
	padding-bottom: 20px;
	margin: 0px auto;
	width: 207px;
	height: 170px;
	background: url('/images/UF_logo.png') top left no-repeat;
	cursor: pointer;
}

#flash{
	margin: 0px auto;
	width: 750px;
	position: relative;
		top: 15px;
}

#overtext{
	position: absolute;
		bottom: 40px;
		left: -3px;
	background-color: #fff;
	font-style: italic;
	color: #666;
	padding: 5px;
	text-align: right;
}

#nav{
	
}
#nav_row{
	height: 25px;
	width: 660px;
	margin: 0px auto;
}
#nav_row div{
	padding-top: 8px;
	float: left;
}
.nav_spacer{
	width: 92px;
}

#middle{
	margin: 0px auto;
}

.middleContent{
	margin: 0px auto;
	padding-top: 15px;
	width: 755px;
	text-align: left;
	position: relative;
}


#brand_hr{
	position: absolute;
		bottom: 120px;
		left: 89px;
	height: 9px;
	width: 754px;
	background: url('/images/brand_hr.png') top center no-repeat;
}
#restaurants{
	position: absolute;
		bottom: 0;
		left: 89px;
}

.bottom_logo{
	float: left;
	cursor: pointer;
}
.blank_spacer{
	float: left;
	width: 42px;
	height: 40px;
}

#troppo_logo{
	width: 110px;
	height: 103px;
	background: url('/images/logo_troppo.png') top left no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
		left: 2px;
}

#post_logo{
	width: 130px;
	height: 103px;
	background: url('/images/logo_post.png') top left no-repeat;
	
}

#tavern_logo{
	width: 84px;
	height: 103px;
	background: url('/images/logo_tavern.png') top left no-repeat;
}

#woods_logo{
	width: 172px;
	height: 103px;
	background: url('/images/logo_woods.png') top left no-repeat;
}

#feast_logo{
	width: 88px;
	height: 103px;
	background: url('/images/logo_feast.png') top left no-repeat;
}

#shadows{
	position: absolute;
		bottom: 0;
		left: 89px;
	height: 60px;
	width: 755px;
}

.bottom_shadow{
	display: none;
}

.bottom_shadow_vis{
	display: block;
}

#troppo_shadow{
	width: 114px;
	height: 60px;
	background: url('/images/over_troppo.png') top left no-repeat;
	position: absolute;
}

#post_shadow{
	width: 130px;
	height: 60px;
	background: url('/images/over_post.png') top left no-repeat;
	position: absolute;
		left: 150px;
}


#tavern_shadow{
	width: 89px;
	height: 60px;
	background: url('/images/over_tavern.png') top left no-repeat;
	position: absolute;
		left: 325px;
	
}

#woods_shadow{
	width: 129px;
	height: 60px;
	background: url('/images/over_woods.png') top left no-repeat;
	position: absolute;
		left: 472px;
}

#feast_shadow{
	width: 99px;
	height: 60px;
	background: url('/images/over_feast.png') top left no-repeat;
	position: absolute;
		left: 655px;
}


#main_bg{
	width: 950px;
	height: 726px;
	position: absolute;
		top: 0;
		left: 0;
	background: url('/images/shadow_bg.png') top left no-repeat;

}

#historyFlash{
	padding-top: 20px;
	width: 910px;
	margin: 0px auto;

}

#subLeft{
	width: 355px;
	position: absolute;
		top: 60px;
		left: 0px;
}

#subRight{
	width: 373px;
	height: 256px;
	position: absolute;
		right: 0px;
		top: 60px;
	overflow: hidden;
}

#subRightText{
	position: absolute;
		bottom: 20px;
		right: -3px;
	background-color: #fff;
	font-style: italic;
	color: #666;
	width: 335px;
	padding: 5px;
	text-align: right;
}

#contact_form input{
	border: 2px solid #8C8C8C;
	width: 230px;
	height: 20px;
}

#contact_form textarea{
	border: 2px solid #8C8C8C;
	width: 230px;
	height: 105px;
}

#thankyou { display: none; }

#copy{
	width: 100%; text-align: center; position: absolute; top: 730px; cont-size: .9em; color:#666;
}
p {
	margin: 10px 0px 5px 0px;
}

.dot_spacer{
	height: 6px;
	overflow: hidden;
	background: url('/images/dot_spacer.png') top center no-repeat;
}

.quote {
	padding-top: 20px;
	font-style: italic;
	color: #666;
	font-size: .95em;
}

