@charset "utf-8";
/* Coast Road Hotel CSS */

body {
	width: 800px;
	height: 100%;
	background-image: url(../images/background.gif);
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

a.white{
	color: #f9f4f3;
}

a {
	color: #383838;
	text-decoration: underline;
}

img a, img{
	border: 0 none;	
}

span.red {
	color: #FF0000;
}

div.content {
	width: 800px;
	background-color: #ffffff;
	border: 7px solid #f9f4f4;
	border-top: 0 none;
	border-bottom: 0 none;
}

div.logo {
	text-align: center;
	background-image: url(../images/logo.gif);
	height: 26px;
	text-align: left;
	color: #fdeeee;
	padding-top:159px;
	padding-left: 10px;
}

div.menu {
	background-color: #f9f4f4;
	height: 35px;
	text-align: left;
}

div.left {
	width: 525px;
	background-color: #ffffff;
	padding: 10px;
}

#contact-left {
	width: 420px;
}


div.right {
	width: 250px;
	float: right;
	background-color: #ffffff;
	text-align: center;

}

#location {
	width: 780px;
	background-color: #ffffff;
	padding: 10px;
}

#contact-right {
	margin-top: 65px;
	text-align: left;
	width: 330px;
	background-color: #f9f4f4;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #383838;
}

div.footer {
	width: 780px;
	clear:both;
	border-top: 3px solid #f9f4f4;
	color: #383838;
	padding: 10px;
}

div.bottom {
	width: 800px;
	clear: both;
	height: 65px;
}

div.contact {
	text-align: center;
	font-size: 17px;
}
div.tab {
	margin-left: 15px;
	margin-top: 7px;
}