
body {
	background: #a41b2f;
	margin-top: 10px;
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: .90em;
}
#wrapper { 
	margin: 0 auto;
	width: 1000px;
	border: 2px #FFF solid;
}
#faux {
	background: url(../images/faux-2-3-col.gif);
	background-repeat: repeat-y;
	margin: 0;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	width: 1000px;
	height: 230px;
	margin: 0;
	background: #0c0f3d;
	background-image: url(../images/flash.jpg);
	background-repeat: no-repeat;
}
#header .strapline {
	float: right;
	margin: 20px 35px 0 0;
}
#header .padding { padding: 20px 0; }
#flash {
	padding-left: 200px;
}
#leftcolumn { 
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0px;
	width: 200px;
	float: left;
}
#content { 
	float: left;
	margin: 10px;
	padding: 0px;
	width: 550px;
	display: inline;
	position: relative;
}
#content p {
	padding-right: 30px;
	margin-bottom: 0.8em;
}
#rightcolumn { 
	display: inline;
	position: relative;
	margin: 10px 20px 10px 0px;
	width: 200px;
	float: right;
}
#navigation {
	top: 0;
	left: 0;
	width: 185px;
	text-align: left;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 185px;
	border-bottom: 1px solid #a82539; /*Update*/
	margin: 0;
	padding: 0;
	font-size: 90%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px;
	border-left: 12px solid #a82539; /*Update*/
	border-right: 1px solid #a82539; /*Update*/
	background-color: #FFF; /*White*/
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #c7ad40; /*Update*/
	color: #FFF;
}
#footer { 
	clear: both;
	color: #FFF;
	text-align: center;
	font-size: .9em;
}
#eho {
	width: 1000px;
	background: transparent;
	margin: 0px auto;
	text-align: right;
	padding: 0;
}
h1 {color: #6a5336; font-size: 1.5em; }
h2 {color: #d04442; font-size: 1.2em; }

li {padding-right: 30px; }

.clear { clear: both; background: none; }
.special {
	text-align: center;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	padding: 5px;
}
.border { border: 2px #FFF solid; }

/* Links */
a:link {color: #c6234e; text-decoration: underline}
a:visited {color: #c6234e; text-decoration: underline}
a:active {color: #c6234e; text-decoration: underline}
a:hover {color: #999; text-decoration: none }

a.checkavailability
{
	background-color:#c7ad40;
	color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-top-color:#DFDFDF;
	border-right-color:#986701;
	border-bottom-color:#986701;
	border-left-color:#858585;
	text-decoration:none;
	display:block;	
	padding:0 8px 0 8px;
	width: 150px;
	text-align: center;
}

a:link.checkavailability, a:visited.checkavailability, a:active.checkavailability {
	color:#FFF;
	text-decoration:none;
}
a:hover.checkavailability {
	color:#6a5336;
	text-decoration:none;
}
.ratings{
	background-color: #E2EAF3;
	text-align:center;
	padding: .5em 0 .5em 0;
	width:480px;
	}
