body {
	background: #600 url('images/bg.png') repeat-x;
	color: #FF6;
	cursor: crosshair;
	font: 80%/160% Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	cursor: crosshair;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	cursor: crosshair;
	text-decoration: underline;
}
.clear {
	cursor: crosshair;
	clear: both;
}

#wrap {
	width: 778px;
	background: #000 url('images/bg-wrap.png') repeat-y;
	margin: 0 auto;
	text-align: left;
}

#header {
	cursor: crosshair;
	height: 215px;
	background: url('images/header.png') no-repeat;
}

#container {
	background: url('images/bg-content.png') 653px bottom no-repeat;
}

#content {
	cursor: crosshair;
	width: 500px;
	float: left;
	margin: 8px 0 5px 40px;
}

#navigation {
	cursor: crosshair;
	width: 180px;
	float: right;
	margin: 0 35px 5px 0;
}
#navigation h2 {
	cursor: crosshair;
	border-bottom: 1px dotted #FF6;
	padding: 0 0 4px;
	text-align: right;
	text-transform: uppercase;
}

#footer {
	cursor: crosshair;
	height: 105px;
	background: url('images/footer.png') no-repeat;
	clear: both;
	font: 85%/140% Verdana, sans-serif;
	padding: 20px 40px 0;
}
#footer p {
	margin: 0;
}