html, body {
	margin:0;
	text-align:center;
}

/* Base */
#container {
	width:780px;
	text-align:left;
}
#body {
	width:780px;
}

#secondarynav {
	width:780px;
	height:28px;
	text-align:right;
	clear:both;
}
#secondarynavcontent {
	padding:6px 20px 0 0;
}

#primarynav {
	width:140px;
	float:left;
}
.primarynavtd a {
	color:#000000;
	text-decoration:none;
}

#page {
	width:640px;
	float:right;
}

#pagehead {
	height:183px;
}

#section {
	width: 275px;
	float:left;
	clear:left;
}

#sectionhome {
	margin: 8px 0 0 8px;
}
#sectionlinks {
	margin-left: 40px;
}

#pageheadtitle {
	padding:8px 0 0 16px;
}
#hatches {
	clear:both;
}

#pagecontent_home {
	width:600px;
	padding:20px 20px 40px 20px;
	min-height:200px;
}

#pagecontent {
	width:600px;
	padding:20px 20px 40px 20px;
	min-height:348px;
}

#pagefoot {
	height:30px;
	text-align:right;
}

#clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
