body {
	font: 12px Verdana, Arial, sans-serif;
	color: #1f1f1f;
	background-color: #e1e1e1;
	text-align: center;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #eeeef0;
	padding: 0 0 0 50px;
	background-image: url(../images/rh_bkg_container.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
html>body #container {
	width: 900px;
}
#header {
	height: 130px;
	background-image: url(../images/rh_bkg_header.gif);
	background-repeat: repeat-x;
}
#content {
	background-image: url(../images/rh_bkg_menu.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#content div#colMenu {
	width: 170px;
	float: left;
}
#content div#colMenu ul {
	margin: 0;
	padding: 30px 0 30px 26px;
	list-style: none;
	list-style-image: none;
}
#content div#colMenu ul li {
	height: 100%;
	padding: 0;
	margin: 0;
}
#content div#colMenu ul li a {
	height: 100%;
	padding: 4px 0;
	display: block;
	text-decoration: none;
}

#content div#colInfo {
	width: 684px;
	float: right;	
	padding: 20px 40px 20px 0;
}
html>body #content div#colInfo {
	width: 644px;
}

#footer {
	background-color: #CDCDD5;
	padding: 2px 0 0 0;
}
#footer a {
	margin-left: 19px;
}
#footer a.bigMargin {
	margin-left: 35px;
}

.panel {
	background-color: #dfced2;
	padding: 10px 15px 0 15px;
	margin: 0 0 15px 0;
}
.sarasinRight {
	float: right;
	height: 140px;
	width: 160px;
	background-color: #eeeef0;
	text-align: center;
}
.sarasinRight img {
/*	border: 1px solid #FFF;
	margin: 24px 0 0 51px;			*/
	margin: 3px 0 0 35px;
}

p#realityHouse {
/*	text-align: center;			*/
	padding: 8px 0;
	font-size: 10px;
	margin: 0 auto;
	width: 950px;
	text-align: right;
}
p#realityHouse a {
	text-decoration: none;
	color: #878787;
}
p#realityHouse a:hover {
	color: #5e5e5e;
}

/* common styles */

.clear {
	clear: both;
}
.tiny {
	font: 1em Tahoma, Arial, Verdana, sans-serif;
}
.floatRight {
	float: right;
	margin: 0 0 0 15px;
}
.floatLeft {
	float: left;
	margin: 0 15px 0 0;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.bookNow {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 20px 0;
}
.bookNow a {
	color: #9F2443;
	text-decoration: none;
}
.bookNow a:hover {
	text-decoration: underline;
}

/* tags */

h1 {
	font-size: 21px;
	color: #9F2443;
	padding: 0 0 15px 0;
}
h2 {
	font-size: 15px;
	color: #9F2443;
	padding: 0 0 15px 0;
}
h2 strong {
	font-size: 13px;
}
h3 {
	font-size: 12px;
	color: #9F2443;
	padding: 0 0 15px 0;
}
hr {
	height: 0;
	border-top: 1px dotted #9F2443;
	margin: 3px 0 10px 0;
}
p {
	line-height: 17px;
	padding: 0 0 15px 0;
}
a {
	color: #9F2443;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul {
	margin: 0 0 15px 40px;
	padding: 0;
	list-style: square;
}
ul li {
	padding: 0 0 5px 0;
	line-height: 17px;
}

table#programmeTable td, table#programmeTable th {
	line-height: 150%;	
}
table td, table th {
	padding: 8px 5px 8px 8px;
	border-bottom: 1px solid #999;
	text-align: left;
	font-size: 11px;
}
table th {
	color: #9F2443;
	background-color: #e2e2e2;
}

/* forms */

label {
	color: #9F2443;
	font-weight: bold;
}
div.formLine {
	height: 28px;
	clear: left;
}
div.formLine label {
	float: left;
	width: 165px;
	padding: 2px 0 0 0;
}
div.formLine input.text, textarea, select {
	border: 1px solid #ceccd5;
	font: 11px Verdana, Arial, sans-serif;
	padding: 3px;
}
textarea {
	height: 69px;
}
div.formLine input.button {
	font: 12px Verdana, Arial, sans-serif;
}