body {
	margin: 20px;
	background-color: #FFFFFF;
	color: #454545;
	line-height: 140%;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#container {
	margin: auto;
	width: 900px;
}

#header {
	background-image: url(images/header.jpg);
	height: 93px;
	width: 900px;
}

#navigation {
	height: 20px;
	padding-top: 5px;
	padding-left: 20px;
	color: white;
	width: 900px;
}

#inner1 {
	background-repeat: repeat-y;
	background-image: url(images/background.jpg);
	background-color: white;
}

#inner2 {
	background-repeat: no-repeat;
	background-position: top top;
	background-image: url(images/page_top.jpg);
}

#inner3 {
	padding: 20px;
	background-image: url(images/page_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#clear {
	clear: both;
}

#footer {
	text-align: center;
	font-size: .9em;
	color: white;
	background: #454545;
}

#leftcol {
	float: left;
	width: 150px;
	font-size: 0.9em;
	line-height: 120%;
}

#rightcol {
	float: right;
	width: 150px;
	font-size: 0.9em;
	line-height: 120%;
}

#maincol {
	margin-right: 200px;
	margin-left: 200px;
}

#navigation ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#navigation ul li {
	padding-right: 10px;
	float: left;
	display: block;
}

#navigation a {
	text-decoration: none;
	color: white;
}

#navigation a:hover {
	color: #ff863f;
}

#subnav a {
	color: #454545;
	text-decoration: none;
	display: block;
	border-bottom: solid 1px #454545;
	padding: 1px 0;
}

#subnav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	border-top: 1px solid #454545;
}

#subnav ul ul {
	border-top: none;
}

#subnav ul li li a {
	padding-left: 10px;
}

#subnav ul li li li a {
	padding-left: 20px;
}

#subnav ul li li li li a {
	padding-left: 30px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}