/*
	=== Site Layout ===
*/
#wrapper {
	background: url("/images/wrapper-bg.gif") repeat-y;
	width: 940px;

	border-right: 1px solid #ccc;
}

#header {
	padding: 10px 0;
	background: #060;
}

	#header h1 {
		background: url("/images/logo.gif") no-repeat;
		margin: 0;
		width: 230px;
		height: 74px;
	}

		#header h1 a {
			display: block;
			text-indent: -100000px;
			text-decoration: none;
			width: 230px;
			height: 74px;
		}

#nav {
	width: 180px;

	float: left;
}

	#nav h2 {
		font-size: 18px;
		margin: 10px;
		color: #000;
	}

	#nav ul {
		margin: 10px 0;
		padding: 0 10px 10px 10px;
		list-style-type: none;

		border-bottom: 1px solid #ccc;
	}

		#nav ul li {
			margin: 0 0 2px 0;
		}

			#nav ul li a {
				color: #060;
				text-decoration: none;
			}

			#nav ul li a:hover {
				background-color: #ABE796;
			}

#content {
	width: 720px;

	padding: 10px 20px;

	float: left;
}

#footer {
	padding: 10px;
	
	_height: 1px;

	background: #060;
	clear: both;
	color: #fff;
}

	#footer p {
		margin: 0;
	}
