/* margin: top right bottom left */
body
{
	background-attachment: fixed;
	background-color: #D8DFF1;
	background-image: url('images/bgBlueFade.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
	font-size: 80%;
 	margin: 0;
	padding: 0;
	text-align: center;
}

p
{
	margin-bottom: 0px;
}

img
{
	border: none;
}

.hand
{
	cursor: pointer;
}

.help
{
	cursor: help;
}

#wrapper
{
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 760px;
}

#page_bottom
{
	background-image: url('images/bgBottom.gif');
	height: 18px;
	margin: 0;
	margin-left: 29px;
	padding: 0;
	width: 723px;
}

#page_middle
{
	background-image: url('images/bgMiddle.gif');
	margin-bottom: 0px;
	margin-left: 29px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	width: 663px;
}

#page_middle a,
#page_top a
{
	color: #0000FF;
	text-decoration: underline;
}

#page_middle a:hover,
#page_top a:hover
{
	text-decoration: none;
}

#page_top
{
	background-image: url('images/bgTop.jpg');
	height: 189px;
	padding-left: 320px;
	padding-top: 150px;
	width: 432px;
}

#intro
{
	padding-top: 10px;
	width: 410px;
}

#nav
{
	color: #aaa;
	font-family: Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
	left: 0;
	position: absolute;
	top: 6px;
}

#nav li
{
	display: inline;
}

#nav li a
{
	color: #fff;
}

#nav li a:hover
{
	color: #ffff00;
}

.testimonial
{
	background-image: url('images/paper.jpg');
	border-bottom: 1px #777 solid;
	border-right: 1px #777 solid;
	font-family: "times new roman", Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
	font-size: 120%;
	margin-bottom: 40px;
	padding: 10px;
	padding-top: 35px;
	position: relative;
}

.testimonial .pic
{
	background-image: url('images/pen64.png');
	background-position: top right;
	background-repeat: no-repeat;
	color: #444;
	font-family: Arial, Verdana, Lucida Sans Unicode, sans-serif;
	font-size: 80%;
	height: 64px;
	padding-top: 35px;
	position: absolute;
	right: 10px;
	top: -30px;
	width: 120px;
}

.testimonial h4
{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 16px;
}

.testimonial h5
{
	color: #444;
	font-size: 80%;
	font-style: italic;
}

table.info th
{
	background-color: #D2E1F0;
	border: 1px solid #A3C2E1;
	padding: 4px;
}

table.info td
{
	background-color: #E8F0F8;
	border: 1px solid #A3C2E1;
	font-weight: bold;
	padding: 4px;
}

table.booking
{
	border: 1px solid #6198CB;
	margin-bottom: 20px;
}

table.booking caption
{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
}

table.booking th
{
	background-color: #D2E1F0;
	border-bottom: 1px solid #6198CB;
	font-weight: bold;
	padding: 4px 8px;
}

table.booking td
{
	background-color: #E8F0F8;
	padding: 4px 8px;
}

table.booking tr.booked td
{
	background-color: #CBD2D9;
	color: #888;
}
