/* CSS Document */

body {margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-image:url(../images/bg_topbar.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

A:link      { color: #000; text-decoration:underline;}
A:visited   { color: #000; text-decoration:underline;}
A:active    { color: #000; text-decoration:underline;}
A:hover     { color: #900; text-decoration:underline;}

#footer A:link      { color: #ccc; text-decoration:none;}
#footer A:visited   { color: #ccc; text-decoration:none;}
#footer A:active    { color: #ccc; text-decoration:none;}
#footer A:hover     { color: #ccc; text-decoration:underline;}

table.main {background-color:#fafafa;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-image:url(../images/bg_topbar_table.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

.red_text {color:#990000;
	font-weight:bold;
	}

.image {
	border:1px solid #dddddd;
	margin:12px;
	}
	
#main_image {padding:12px;}

#accommodations {background-image:url(../images/bg_accommodations.gif);
	background-repeat:no-repeat;
	width:226;
	height:161px;
	}

#accommodations_text {margin-top:50px;
	float:right;
	margin-right:12px;
	font-size:10px;
	line-height:11px;
	width:134px;
	}

#gray_box {background-color:#f9f9f9;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	height:161px;
	width:226px;
	}

#gray_box_wide {background-color:#f9f9f9;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	width:467px;
	}
	
#gray_box_text {font-size:10px;
	line-height:11px;
	padding: 6px 12px 6px 12px;
	color:#000000;
	}

#gray_box_text2 {font-size:10px;
	line-height:12px;
	padding: 6px 12px 6px 12px;
	color:#000000;
	}

#suite {font-size:10px;
	line-height:12px;
	}

#footer {font-size:10px;
	color:#cccccc;
	margin-top:10px;
	}