/* Cosmopolitan Motel & Serviced Apartments Main Stylesheet.  Developed by World Wide Web Design 2007 */

body {
	background: url(../_imgs/body_pane_bg.gif) repeat;
	font-family: arial, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	top: 0;
}

h2 {
	color: #470811;
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

p {
	font-size: 1.3em;
	margin: 10px 65px 20px 0;
}

ul {
	font-size: 1.3em;
	padding: 0 0 0 30px;
}

#header_pane {
	background: url(../_imgs/top_pane_bg.gif) repeat-x #470810;
	height: 178px;
	padding: 0;
	text-align: center;
	width: 100%;
}

#header_pane img {
	border: 0;
	margin: 0;
}

#header_pane ul {
	left: 50%;
	list-style: none;
	margin: 0 0 0 -314px;
	padding: 0;
	position: absolute;
	top: 144px;
	width: 629px;
}

#header_pane li {
	display: inline;
}

#body_pane {
	background: url(../_imgs/content_pane_bg.gif) repeat-y;
	left: 50%;
	margin: 0 0 0 -350px;
	padding: 76px 0 0 35px;
	position: absolute;
	width: 700px;
}

.image_right {
	clear: right;
	float: right;
	margin: 0 60px 20px 10px;
	width: 151px;
}

.single_image_right {
	border: 1px solid #666; 
	float: right; 
	margin: 0 65px 0 0;
}

#footer_pane {
	background: url(../_imgs/footer_arrow.gif) no-repeat;
	clear: both;
	height: 19px;
	margin: 30px 0 30px -35px;
	width: 700px;
}

#footer_pane p {
	background: #f0f0f0;
	font-size: 1em;
	margin: 0 0 0 35%;
	padding: 3px 0 0 0;
	text-align: center;
	width: 30%;
}

#footer_pane a:link,
#footer_pane a:visited {
	color: #0b0e89;
	text-decoration: none;
}

#footer_pane a:hover,
#footer_pane a:active {
	text-decoration: underline;
}