/*
// $Id: content.css,v 1.11 2009/08/05 20:07:30 karenk Exp $
// $Revision: 1.11 $
// $Author: karenk $
//
// $Log: content.css,v $
// Revision 1.11  2009/08/05 20:07:30  karenk
// *** empty log message ***
//
// Revision 1.10  2009/08/05 20:02:05  karenk
// *** empty log message ***
//
// Revision 1.9  2009/08/05 16:56:24  karenk
// *** empty log message ***
//
// Revision 1.8  2009/07/15 16:26:53  karenk
// qa fixes
// Committed on the Free edition of March Hare Software CVSNT Server.
// Upgrade to CVS Suite for more features and support:
// http://march-hare.com/cvsnt/
//
// Revision 1.7  2009/07/03 22:43:10  karenk
// spacing tweaks
//
// Revision 1.6  2009/06/25 22:54:35  karenk
// lotsa tweaks
//
// Revision 1.5  2009/06/22 21:53:27  karenk
// add reservations widget
//
// Revision 1.4  2009/06/15 23:32:59  karenk
// *** empty log message ***
//
// Revision 1.3  2009/06/15 17:47:11  karenk
// *** empty log message ***
//
// Revision 1.2  2009/06/13 23:11:51  karenk
// wrapper start
//
// Revision 1.1  2009/05/18 19:54:31  karenk
// *** empty log message ***
//
*/
body {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #747164;
	line-height: 24px;
}
a {
	color: #4ea0c4;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label {
	margin: 1em 0 1em 0;
}
h1 {
	font-family: Times New Roman;
	font-size: 26px;
	color: #979486;
	margin: 20px 0 20px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Times New Roman;
	font-size: 18px;
	color: #979486;
	margin: 12px 0 12px 0;
	font-style: normal;
	font-weight: normal;
}

.table_header {
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
}
.table_text {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}

.imageLeft {
float: left;
margin: 10px 20px 10px 0px;
}
.imageRight {
float: right;
margin: 0px 10px 10px 20px;
}