html, body {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("images/background.jpg");
}

#container {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background-image: url("images/border.jpg");
}

#header {
	padding: 10px 20px 10px 20px;
}

#header #image  {
	background: url("images/header.jpg") no-repeat center;
	width: 740px;
	height: 150px;
	border 1px solod #ccc;
}

#leftnav {
	width: 200px;
	float: left;
	margin-left: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;

}

#leftnav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 1px 0px 1px 10px;
	margin: 0px 5px 0px 5px;
}

#leftnav a:hover {
	color: #fff;
	background-color: #999;
}

#content {
	float: right;
	width: 526px;
	background-color: #fff;
	margin-right: 20px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#content p {
	padding: 0px 10px 5px 10px;
}

#content h2 {
	padding: 0px 10px 5px 10px;
}

#footer {
	clear: both;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 10px 5px 10px;
}