body {
	margin: 0px;
	padding: 0px;
	background-color: #d9d9d9;
	font-family: Verdana;
	color: #333;
	line-height: 140%
}

#container {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	min-height: 800px;
	text-align: center;
	padding-bottom: 20px;
}

#pageheader {
	text-align: left;
	margin: 0 auto;
	width: 940px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 160px;
	padding-left: 20px;
	padding-right: 20px;
}

#pagetitle {
	padding-top: 30px;
	color: white;
	font-size: 42px;	
	font-family: Arial;
	font-weight: bold;
}

#pagesubtitle {
	padding-top: 40px;
	color: white;
	font-size: 16px;
	font-family: Verdana;
	font-style: italic;
}

#pagebody {
	background-color: white;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	border: solid #333 1px;
	min-height: 400px;
	overflow: hidden;
	padding-bottom: 20px;
}

#linkbar {
	text-align: left;
	height: 59px;
	background-image: url('images/linksbg.jpg');
	bcakground-repeat: repeat-x;
}

#linkbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 20px;
}

#linkbar ul li {
	float: left;
	padding-left: 30px;
}

#linkbar ul li a {
	color: white;
	text-decoration: none;

}

#linkbar ul li a:hover {
	text-decoration: underline;
}

#sidebar {
	text-align: left;
	background-color: #dfdfdf;
	width: 220px;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #444;
	padding-bottom: 9000px;
	margin-bottom: -9000px;
}

#content {
	text-align: left;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width:660px;
}

h1 {
	margin: 0px;
	font-size: 24px;
	color: #111;
}

h2 {
	margin: 0px;
	font-size: 18px;
	color: #111;
}

h3 {
	margin: 0px;
	font-size: 14px;
	color: #111;
}
