body {
	padding-top: 20px;
}

#pagecontainer {
	width: 740px;
	float: left;
}
#sidebar {
	width: 124px;
	float: left;
	padding: 60px 0px 60px 0px;
}
#innercontainer {
	width: 596px;
	float: left;
}
#topborder {
	width: 596px;
	float: left;
}
#nav {
	width: 596px;
	float: left;
	background-position: top right;
	background-repeat: no-repeat;
}
#leftimgborder {
	width: 3px;
	height: 1px;
	background-color: #999999;
	float: left;
	font-size: 1px;
	margin-left: -3px;
}
#homelink {
	width: 74px;
	bottom: 0px;
	float: right;
	color: #444444;
	font-size: 0.8em;
	margin-top: -15px;
}
#homelink a:link, #homelink a:visited, #homelink a:hover, #homelink a:active {
	text-decoration: none;
	display: block;
	padding: 0 7px;
	background-image: url(../images/homelink-bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0 5px;
	color: #111111;
}
#content {
	width: 551px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 30px 15px 60px 35px;
	float: left;

	background-repeat: no-repeat;
	background-position: top right;
}
* html #content { /* Tan hack for IE 5.x */
	width: 602px;
	w\idth: 551px;
}
#content h1 {
	margin-top: 0;
	padding-top: 0;
}
#rightborder {
	width: 74px;
	float: left;
}
#footer {
	width: 740px;
	margin-top: 20px;
	text-align: center;
	float: left;
	clear: both;
}
