/* Body */

body
{ 
background: #2f2523;
font: 13px Arial, Helvetica, sans-serif; 
}

*
{ 
margin: 0px; 
padding: 0px;
}

a
{
text-decoration: none;
}

#header {
	background: url(images/city1.jpg) no-repeat left top;
	height: 268px;
}

#menu {
	position: absolute;
	margin: 0;
	top: 268px;
	font-size: 18px;

}

#menu ul {	
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	right: 0;
	width: 150px;
}

#menu ul li {
/*	float: left;*/
	margin-bottom: .5em;
	position: relative;
	text-align: left;
	vertical-align: middle;

}

#menu a {
	color: #ffb;
	background: #2f2523;
	display: block;
	width: auto;
	padding: 0;
	text-transform: uppercase;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: transparent;
}

#menu a:hover {
	color: #f1f2b0;
	font-weight: bold;
	border-color: #FC0;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul ul {
	margin: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
	padding-left: 5px;
}

#menu ul ul li {

	margin-left: 0;
}

#menu ul ul a {

}

#page {
	width: 60%;
	min-width: 800px;
	min-height: 300px;
	background: #ffb;
	margin-left: 155px;
}

#content {
	padding: 2em;
	
}

#content h1 {
	margin-bottom: 1em;
}

#footer {
	text-align: center;
	width: 100%;
	margin: auto;
}

#footer p {
	margin-top: 3em;
	color: #ffb;
}

