body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #AECCD9;
	margin: 0;
}

#content
{
	background-color: #FFF4EA;
	width: 800px;
	margin: 0 auto;
	min-height: 720px;
}

#nav
{
	background-color: #004960;
	width: 800px;
	height: 20px;

}


p, ul
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 4px;
	margin-bottom: 8px;
}

ul { line-height: 16pt; }


.front
{
	position: relative;
	float: left;
	background-image: url('graphics/frontTag.jpg');
	width: 390px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.front_tearoom
{
	position: relative;
	float: left;
	background-image: url('graphics/tea_room_title.jpg');
	width: 390px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.front_shop
{
	position: relative;
	float: left;
	background-image: url('graphics/tea_shop_title.jpg');
	width: 390px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}


.front_gift
{
	position: relative;
	float: left;
	background-image: url('graphics/gift_shop_title.jpg');
	width: 390px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.front_events
{
	position: relative;
	float: left;
	background-image: url('graphics/events_title.jpg');
	width: 390px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.front_contact
{
	position: relative;
	float: left;
	background-image: url('graphics/tea_contact.jpg');
	width: 390px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.front_readings
{
	position: relative;
	float: left;
	background-image: url('graphics/readings.jpg');
	width: 390px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.front_links
{
	position: relative;
	float: left;
	background-image: url('graphics/tea_links.jpg');
	width: 390px;
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
}


.frontRight
{
	position: relative;
	float: right;
	width: 400px;
	min-height: 300px;
	top: 35px;
}

.bottomBox
{
	position: relative;
	float: left;
	width: 180px;
	height: 145px;
	border-color: #860037;
	border-width: 2px;
	border-style: solid;
	margin: 8px;
	padding: 0px;
	background-color: #FEE5C1;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h3
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 5px auto 10px auto;
}

#nav ul
{
	line-height: 20px;
	margin: 0 auto;
	width:720px;
	font-size: 10pt;
}

#nav li
{
	display: inline;
	margin: 5px 12px 5px 12px;
}	


#nav li a:link {
	text-decoration: none;
	color: #FFF4EA;

}


#nav li a:visited {
	text-decoration: none;
  color: #FDC590;

}


#nav li a:hover {
	text-decoration: none;
	color: #FDC590;
}


#nav li  a:active {
	text-decoration: none;
	color: #FFF4EA;
}

