/* CSS edited by Citynetlinks */


/* 
* CSS Div tag on upper left corner
* which displays the link for table
* reservations. 
* 
* Another reason why CSS rocks over 
* any other form of website design
* 
* Created by Scott Fleming 
* The greatest IT dood in the galaxy
* 
*/

.res_table {
margin: 4px;
background-color: #E8A662;
padding: 6px 0 6px 40px;
background-image: url(../images/reservation.png);
background-repeat: no-repeat;
background-position: left top;
border-bottom: .25em solid #7F5262;
}

.res_table a, .res_table a:hover {
margin: 6px;
text-decoration: none;
font-size: 14px;
font-weight: 700;
color: rgb(130,46,44);
}

/*
* We now continue with your regulary scheduled
* lame-ass CSS stylesheet 
* 
*/

.bodyBG {
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-y;
}
li {
	margin-left: -25px;
	margin-bottom: .20px;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
h1 {
	font-family: Tahoma;
	font-size: 21px;
	font-weight: bold;
	color: #330033;
	line-height: 21px;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
strong {
	color: #330033;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.sideTextHead {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.sideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
h2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.note {
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
}
.homepageBG {
	background-image: url(../images/homepageBG.jpg);
	background-repeat: no-repeat;
}
