/*
Design by Elma Phudd for The Cleveland Hotel
Released for free under a Creative Commons Attribution 2.5 License
*/



body {	
	background: #670400 url(web-images/body.jpg) repeat-x;
	font-family:  Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

/* main container for website */

#content {
	margin: 0 auto;
	width: 917px;
	background: #670400;
	text-align: left;
}

/* background colour for container */

#back {
width: 917px;
background: #670400; 
}

/* top menu settings */

#menu {
	background:  url(web-images/menu.gif) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {	
	display: inline; 
	overflow: hidden;
	float: left;
	margin: 0;
}

#menu a {
	
	width: 90px;
	height: 25px;
    display: block;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	font-size: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 90px;
    height: 25px;
	color: #ff0000;
	text-decoration: none;
	background: url(web-images/menu_hover.gif) ;
}

.current {
	width: 90px;
    height: 25px;
	color: #ff0000;
	text-decoration: none;
	background: url(web-images/menu_hover.gif) ;
}

/* settings for main header/logo */ 

#header {
	height: 150px;
	text-align:center;
	background:  #670400;
	border-bottom:solid thin #FFFFFF ;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	padding-right: 20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	padding-left: 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* left column */

#left {
	float: left;
	width: 180px;
	margin: 20px 5px;
}

/* right column */

#right {
	float: right;
	width: 180px;
	margin: 20px 5px;
}

/* box style one */

.boxed1 {
	margin-bottom: 20px;
}

.boxed1 h1 {
	height: 40px;
	margin:  0;
	padding: 10px 0 0 0;
	background: #670400 url(web-images/heading2.png) no-repeat;
	text-align:center;
	font-size: 26px;
	font-weight: normal;
}

.boxed1 h2 {
	height: 40px;
	margin: 0 0 0px 0;
	padding: 10px 0 0 50px;
	background:  url(images/img06.png) no-repeat;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
.boxed1 p {
	margin: 0;
	padding: 10px;
	background: #A8211D;
	list-style: none;
}
.boxed1 blockquote {
	margin: 0;
	padding: 10px;
	background: #E4E9C5 url(images/img07.png) no-repeat left bottom;
	list-style: none;
}

.boxed1 li {
	padding: 10px;
	background: url(images/img08.gif) repeat-x;
	font-size: small;
}
.bottom {
	height: 10px;
	margin:  0;
	padding: 10px 0 0 50px;
	background: url(web-images/sidebar_bottom.png) no-repeat left bottom;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

/* main content / centre column settings */

#main
{
	text-align: center;
	background: #670400;
	padding: 0px;
	padding-top: 10px;
	margin: 0px 200px 20px 200px;
}
#main a {
	text-align: centre;
	text-decoration: none;
	font-weight:bold;
	color: #ffff00;
	font-size: 10px;
	padding: 0px;
	text-transform: uppercase;
}

#main a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* footer settings */

#footer {
	height: 54px;
	width: 917px;
	clear: both;
	padding-top: 15px;
	border-top: 5px solid #670400;
	margin: 0 auto;
	background: url(web-images/footer2.jpg) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #333333;
}

#footer a {
	color: #333333;
}
