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

*
{
	margin: 0px;
	padding: 0px;
	background-color: #670400;
}

body {
	font-family:  Verdana, Helvetica, sans-serif;
	color: #8E959B;
}

/* Bar */

#bar {
	width: 180px;
}
/* Box Style */

.boxed {
	margin-bottom: 20px;
}

.boxed 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;
	color: #FFFFFF;
}


.boxed p{
	margin: 0;
	padding: 10px;
	background: #A8211D;
	list-style: none;
	color: #FFFFFF;
}

.boxed ul {
	margin: 0;
	padding: 0;
	background: #C5DFE9 url(images/img10.gif) no-repeat left bottom;
	list-style: none;
}

.boxed li {
	padding: 10px;
	background: url(images/img11.gif) repeat-x;
	font-size: small;
}

.boxed a {
	text-decoration: none;
	font-weight: bold;
	color: #3F95B8;
}

.boxed a:hover {
	color: #204B5C;
}

.boxed .active, .boxed .active a {
	background-color: #204B5C;
	color: #FFFFFF;
}
.bottom {
	height: 10px;
	margin:  0;
	padding: 10px 0 0 50px;
	background: url(web-images/sidebar_bottom.png) no-repeat left bottom;
	
}