BODY {
	font-family: "Courier New", "Courier";
	font-size: 10pt;
	color: #716558;
}

BODY.main {
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Courier New", "Courier";
	font-size: 10pt;
	color: #716558;
	text-align: center;
}

#main {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: auto;
	overflow: hidden;
	min-height: 400px;
}
#mainAdmin {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 1180px;
	height: auto;
	overflow: hidden;
	min-height: 400px;
}

#logo {
	float: left;
	width: 343px;
}

#leftcontent {
	float: left;
	width: 343px;
}

#left {
	float: left;
	width: 343px;
}

#admin {
	text-align: left;
	min-height: 400px;
}

#menu {
	float: center;
	background-image: url("images/menubg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 142px;
}

#adminMenu {
	float: center;
	width: 677px;
	background-image: url("images/menubg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 142px;
	text-align: right;
}

#right {
	float: right;
	width: 677px;
	min-height: 400px;
}

#content {
	float: left;
	width: 537px;
	padding-bottom: 5px;
	text-align: left;
}

#contentlarge {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	width: 674px;
}

#rightimages {
	float: right;
	width: 140px;
	padding-bottom: 5px;
}

#footer {
	float: left;
}

#imgrow {
	width: 1020px;
	float: left;
}

.pink {
	font-family: "Courier New", "Courier";
	font-size: 10pt;
	color: #B8005C;
}

td {
	font-family: "Courier New", "Courier";
	font-size: 10pt;
	color: #716558;
	vertical-align: top;
}

table.bold tr td {
	font-weight: bold;
}

table.bold tr td.normal {
	font-weight: normal;
}

a:link, a:active, a:visited {
	font-family: "Courier New", "Courier";
	font-size: 10pt;
	color: #B8005C;
	text-decoration: none;
}

a:hover {
	font-family: "Courier New", "Courier";
	font-size: 10pt;
	color: #B8005C;
	text-decoration: underline;
}

h1 {
	font-family: "Courier New", "Courier";
	font-size: 14pt;
	color: #716558;
	font-weight: bold;
}

h2 {
	font-family: "Courier New", "Courier";
	font-size: 12pt;
	color: #716558;
	font-weight: bold;
}

td.roomscell1 {
	font-family: "Courier New", "Courier";
	font-size: 10pt;
	color: #000000;
	background-color: #B7B386;
	font-weight: bold;
}

td.roomscell2 {
	font-family: "Courier New", "Courier";
	font-size: 10pt;
	color: #000000;
	background-image: url("images/cell2bg.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-weight: bold;
}

span.small {
	font-size: 8pt;
}

table.internalcontent tr td {
	background-color: #B8005C;
	color: #FFFFFF;
}

table.internalcontent tr td.over {
	cursor: pointer;
	text-decoration: underline;
}