
body {
	font-family:  "Trebuchet MS", helvetica, Verdana, sans-serif; 
	font-size: .9em; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000; 
	background-color: #e7e7f7; 
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	
	cursor: default; 
		background-image:url('white.gif');
	background-repeat:repeat-y;

}

/* @group tables */

table#av{
	width:100%;
	font-size:.8em;
	empty-cells: hide;
	
	border:1px solid black;
	border-collapse:collapse;
}
	
	
table#av td {
	background-color: #e7e7f7;
	border:1px solid white;
	text-align:center;
}

th {
	background-color: rgb(80, 80, 205);
	color: white;
	border:1px solid white;
	text-align: center;
}

td.left{
text-align:left!important;
}

td.booked{
background-color: red!important;
color: white!important;
}

td.tentative{
background-color:rgb(250, 210, 25)!important;
}

/* @end */

/* @group main */
/*
main {
   

}
*/

table#gallery td{
	background-color: white;
	border: 1px solid black;
	text-align: center;
}

/* @end */

/* @group header */

#header {

background-image:url('header.gif');
	background-repeat:repeat-x;
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
}

/* @group  */



/* @end */
/* @end */

/* @group left nav */

#leftnav {
	vertical-align: top;
	/*background-color: #fff;*/
	font-weight: normal;
	display: block;
	width: 145px;
	float: left;
/*	margin-right: 30px;*/

	clear: right;

}

#leftnav ul {
	margin: 0px; 
	padding-left: 2%;
}

#leftnav li {
	list-style-type: none;
	padding-bottom: .5em;
	line-height: 1.5em;
	font-size:large;
	margin-top: .5em;
	color: rgb(80, 80, 205);
	/*border-bottom-style: dotted;
	border-bottom-color: rgb(80, 80, 205);*/
	border-width: 2px;
	padding-left: .5em;
}

#leftnav a:hover { 
	text-decoration: underline;
}

#leftnav a:link,#leftnav a:visited,#leftnav a:active { 
	text-decoration: none;
	color: rgb(80, 80, 205);
	}


#leftnav #google {
	padding-top: 10px;
	padding-left: 10px;
}
/* @end */

/* @group Headers */

h1 {
	padding: 0;
	margin: 0;
}

h1 img{


}
h2, h3, h4, blockquote {
	font-family:  helvetica, Verdana;
	Padding-bottom: 0px;
	margin-bottom: 0px;

}

/* My Comment */

h3 {
	font-size: 1em;
}

/* @end */

/* @group Content */

#content {
	Padding-top: 10px;

	display: block;
	clear: right;
	left: 145px;
	position: absolute;
	width: 500px;
}

p{
	margin-top: 0px;
	line-height: 1.5em;
	}

blockquote{
	
	padding-left: 0;
	margin-left: 0;
	font-style: italic;
	font-weight: bold;
}

.quote{
	
}
/* @end */

/* @group right-content */

#right-content {
	padding-right: 10px;
	padding-left: 10px;
	width: 140px;
	position: absolute;
	left: 690px;		
}



/* @end */

/* @group footer */

#footer {



	font-size: 85%;
	line-height: 115%;

background-color: white;
	color: black;
	border-top: 2px groove silver;

	width: 100%;
}



/* @end */

#twitter_div{
	text-align: left;
	font-size : small;

}
#twitter_div ul {
padding: 0px; 
margin: 0px;

}

#twitter_div ul li{
	
border-bottom : 2px ridge rgb(80, 80, 205);
list-style-type: none;
padding-bottom: 5px;
padding-top: 5px;


}

#twitter-link{
	padding-top: 10px;
	}

#offer{

	padding : 20px;
	font-weight: bold;


	margin:10px 0 10px 0;

	
}

dt{

	font-weight:strong;
	font-size:large;
}

dd{
	line-height: 1.5em;
	padding-bottom: 1em;
	padding-left: 0;
	margin-left: 0;
}


.box1{
	background-image:url('borders/border-lt.gif');

	background-repeat: no-repeat;
	background-position: left top;

}

.box2{
	background-image:url('borders/border-rt.gif');
	background-repeat: no-repeat;

	background-position: right top;


}

.box3{
	background-image:url('borders/border-lb.gif');
	background-repeat: no-repeat;
	background-position: left bottom;


}

.box4{
	background-image:url('borders/border-rb.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
  


}

.box5{
 
	}
/* #contact{
 position: absolute;
 left:450px;
 top:0px;
 display:block;
 width:60px;

 padding:10px;
 }*/
 
 .deal{
 text-decoration: line-through;
 }