/* Template 2 Screen CSS */

/* General */

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Header */

#header {
	position: relative;
	width: 100%;
	height: 80px;
	background: #E4D204;
	border-bottom: 10px solid #CE9211;
}

#header h1 {
	position: absolute;
	left: 80px;
	top: 8px;
	font-size: 50px;
	color: #fff;
}

/* Content */

#content {
	margin-left: 200px;
	margin-right: 275px;
	padding: 25px;
	min-height:800px;

}

#content h2 {
	font-size: 22px;
	color: #CE9211;
	margin-bottom: 20px;
}

#content p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.6em;
}

#images {
	position: absolute;
	right: 25px;
	top: 125px;
}

#images img {
	float: right;
	clear: right;
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	position: absolute;
	width: 170px;
	height: auto;
	left: 25px;
	top: 120px;
	border-right: 2px solid #000;
}

#menu, #address {
	list-style: none;
	margin-bottom: 20px;
}

#menu li {
	list-style: none;
	margin-bottom: 15px;
	width: 140px;
	height: 40px;
	background: #E4D204;
}

#menu li a {
	display: block;
	width: 140px;
	height: 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 2.7em;
}

#menu li a:hover {
	color: #fff;
	background: #CE9211;
}

#address {
	background: #E4D204;
	width: 140px;
	color: #fff;
}

#address li {
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
}

#address li.firstitem {
	font-weight: bold;
	font-size: 14px;
	background: #CE9211;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	padding: 4px 0;
}

#rating {
	margin-left: 35px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background: #CE9211;
	border-top: 10px solid #E4D204;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}

#footer p {
	margin: 5px 20px;
}

#footer p a {
	text-decoration: none;
	color: #fff;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer #footer-links
{
	text-align: center;
	margin: 1px auto;
	width: 650px;
}