/* ----------	=Structure		-------------------------------------------------- */
#nav {
	display: none;
}
#content {
	width: 100%;
	text-align: center;
}
#main {
	float: none;
	width: 80%;
	padding: 0em;
	margin: 20px auto auto;
	text-align: left;
}
.height {
	display: none;
}
#sidebar {
	display: none;
}
#sidetop {
	display: none;
}
#foot {
	display: none;
}
/* ----------	=Navigation		-------------------------------------------------- */

/* ----------	=Typography		-------------------------------------------------- */
p, #main ul {
	font-size: 1.2em;
	line-height: 1.4em;
}
#main p, #main ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#main p {
	margin-top: 0.5em;
}
#header {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
}

/* ----------	=Links			-------------------------------------------------- */
#main a {
	color: #4b254d;
	text-decoration: underline;
}
#main a:hover {
	background: #bcbcbc;
	text-decoration: underline overline;
}
#main a:active {
	font-weight: bold;
}
#main a:visited {
	color: #c15028;
	text-decoration: underline;
}
#main a:link:after, #main a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#main a[href^="/"]:after {
	content: " (http://www.dekkofoundation.com" attr(href) ") ";
}

/* ----------	=Lists			-------------------------------------------------- */
/* ----------	=Tables			-------------------------------------------------- */
/* ----------	=Headings		-------------------------------------------------- */
/* ----------	=Forms			-------------------------------------------------- */
/* ----------	=Images			-------------------------------------------------- */
/* ----------	=Misc			-------------------------------------------------- */ 
.helpful-hint {
	display: none;
}
.helpful-hint-left {
	display: none;
}
abbr:after, acronym:after {
	content:" (" attr(title) ") ";
}

