@charset "UTF-8";
/* CSS Document */
 
body  {
	margin: 2; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 100%;
	background-color: #E8E8E8;
}
.twoColFixRtHdr #container {
	width: 756px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F4F4F4;
	padding: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #999999;
} 
.twoColFixRtHdr #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 0px;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 360px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 375px;
} 
.twoColFixRtHdr #footer {
	margin: 0px;
	background-color: #990000;
	padding-top: 5px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.footertext {
	font-family: Futura, "Gill Sans";
	font-size: x-small;
	text-align: center;
	padding-top: 15px;
	color: #CCCCCC;
	padding-right: 5px;
}
.copyright {
	font-family: Futura, "Gill Sans";
	font-size: xx-small;
	text-align: center;
	color: #666666;
}
.copyright a {
	font-family: Futura, "Gill Sans";
	font-size: xx-small;
	color: #666666;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
	font-weight: normal;
}
h1 {
	font-family: Futura, "Gill Sans";
	font-size: medium;
	color: #333333;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0px;
}
.twoColFixRtHdr  #roomdescriptio {
	float: right; /* since this element is floated, a width must be given */
	width: 740px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
