/* CSS Document */body {	margin: 0;	padding: 0;	font-family: Arial, Helvetica, sans-serif;	background-color: #999999;	text-align: left;}h2 {	text-transform:	capitalize;	text-align:right;	font-family:Verdana, Arial, Helvetica, sans-serif;	color: #C0122E;	font-size: 1em;	letter-spacing: .4em;	padding-right: 35px;	margin-top: 10px;	margin-bottom: 5px;}#wrapper {	width: 800px;	margin-right: auto;	margin-left: auto;	background-color: #999999;	padding-top: 25px;}#logo {	position: absolute;	top: 25px;	width: 229px;	height: 260px;	background-image:url(../images/logo.gif);	background-repeat:no-repeat;	float: left;}#header {	top: 0;	width: 567px;	height: 60px;	float: right;	background-color:#C0212E;	border-right: 4px solid black;	border-top: 4px solid black;}#header p {	color:white;	text-align:right;	font-family:Arial, Helvetica, sans-serif;	font-size: .8em;	line-height: 0;	padding-right: 3px;}#header a {	color:white;	text-decoration:none;}#content {	width: 567px;	height: 625px;	border-right: 4px solid #141414;	border-top: 4px solid #141414;	border-bottom: 4px solid #141414;	float: right;	background-image:url(../images/desk_only.gif);	background-position:bottom left;	background-repeat:no-repeat;	background-color: white;	}#content p {	padding-right: 10px;	padding-left: 10px;	font-family:Arial, Helvetica, sans-serif;	color:#333333;	font-size: .8em;	line-height: 1.2em;	margin: 10px 0px 0px;}#content a {	font-weight: bold;	text-decoration: none;	color: #333333;}#content a:hover {	color: white;	background-color:#666666;}#content li {	font-family:Arial, Helvetica, sans-serif;	font-size:.8em;	color:#C0212E;}#gallery {	text-align: center;	font-family:Arial, Helvetica, sans-serif;	font-size: .7em;	font-color: #999999;}#web {	text-align: center;	font-family:Arial, Helvetica, sans-serif;	font-size: .9em;	font-color: #999999;}#navigation {	position: absolute;	top: 253px;	float: left;	font-family: Arial, Helvetica, sans-serif;	font-size: .9em;	width: 229px;	height: 469px;	background-image:url(../images/nav_back.gif);	background-color: black;	text-align:right;}#navigation ul {	list-style: none;	margin: 0;	padding: 0;	margin-left: 35px;}#navigation li {	color:white;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 0.8em;	font-weight:700;	height: 20px;	background-color:#C0212E;	padding-top: 2px;	margin-top: 5px;	margin-bottom: 5px;	border-top: 2px solid #141414;	border-bottom: 2px solid #141414;	border-left: 2px solid #141414;	border-right: 4px solid #141414;	text-transform: uppercase;	line-height: 1.4em;	vertical-align: middle;	letter-spacing: .4em;}#navigation a:link, #navigation a:visited {	color: #FFFFFF;	text-decoration: none;}#navigation a:hover {	width: 200px;	background-color: #999999;	}	body#home li.home, body#cover li.cover, body#interior li.interior, body#web li.web, body#promo li.promo, body#rates li.rates {	border: 2px solid white;	color: #000000;	background-color:white;}body#home li.home a:link, body#home li.home a:visited,body#cover li.cover a:link, body#cover li.cover a:visited,body#interior li.interior a:link, body#interior li.interior a:visited,body#web li.web a:link, body#web li.web a:visited, body#promo li.promo a:link, body#promo li.promo a:visited body#rates li.rates a:link, body#rates li.rates a:visited {	color: #000000;	background-color: #FFFFFF;}td {	font-family: Arial, Helvetica, sans-serif;	font-size: .8em;	padding-left: 10px;	margin-bottom: 0;}
