* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul,li,ol {
	list-style:decimal inside;
	margin:2px;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('../images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('../images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('../images/botbg.jpg');
height: 30px;
}


.header {
height: 123px;
width:647px;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 25px; color: #FFF; line-height:29px}
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 

	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	background-color:#eff8fd;
	width:637px;
	color:#ff6600;
}
	
.breadcrumbs a
{
    margin-left:5px;
    margin-right:5px;
}	
	
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

div.body_ {
  width:100%;
}

#mainBody {
	width:100%;	
	font:12px tahoma ;
	color:#4c4c4e;
	margin:8px 0 5px 0
}

table.indexBody td.rside{
	width:180px;
	background-repeat: repeat-y;
	background-position:5px;
	padding:5px 15px 15px 20px;
	vertical-align:top;
}

table.indexBody td.lt{
	padding:15px;
}

table.indexBody td.lb{
	background-repeat: repeat-x;
	padding:15px 15px 15px 15px;
}

table.contactBody td.cp,
table.photosBody td.cp
{
	padding:10px;
}


table.aboutBody td.top
{
	padding:10px;
}

table.aboutBody .rc ,table.aboutBody .lc 
{
	padding:5px 10px 10px 10px;
}

table.aboutBody .rc  
{
	width:52%;
	background-repeat: repeat-y;
	padding-left:15px;
}

.main
{
    text-align:justify;
    line-height:15px;  
}

/*******************************************
Form Styles
********************************************/
#bookingForm select {
	width:150px;
	font:11px/13px verdana;
}

#bookingForm input {
	width:150px;
	font:11px/13px verdana;
}

#bookingForm textarea {
	width:150px;
	height:70px;
	font:11px/13px verdana;
}

#bookingForm td
{
	padding:4px 0 4px  0;
}

#bookingForm td.field
{
	text-align:right;
	padding-right:25px;
	vertical-align:top;
	width:200px;
}

#bookingForm button.calendarButton
{
	width:16px;
	height:16px;
	background-image:url('../images/calendar.gif');
	border:0px;
	margin-left:5px;
	cursor:pointer;
}

#bookingForm .subheader
{
	padding:6px 30px 6px 0;
	font-weight:bold;
	text-align:right;
	color:#3333FF;
}

#bookingForm table{
	table-layout:fixed;
}

#bookingForm .group select
{
	width:45px;
}

.slogan
{ 
	padding:8px 0 8px 0;
	background-color:#eff8fd;
	border:0px;
	width:100%;
	color:#ff6600;
	font-weight:bold;
}

#addTestimonial textarea {
	width:500px;
	height:150px;
	font:11px/13px verdana;
}

#fanTestimonial input {
	width:200px;
	font:11px/13px verdana;
}



#fanTestimonial  textarea {
	width:500px;
	height:100px;
	font:11px/13px verdana;
}