﻿* {
	margin: 0;
	padding: 0;
}

#conash3D0 {
	display: none;
}

body {
	font-family: "Garamond Pro", Cambria, "Garamond", Serif;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	word-spacing: 0.2em;
	background: #FFF;
	color: #FFF;
}

#content {
	padding: 20px;
	width: 45em;
	margin: auto;
	color: #222;
	background: #FFF;
}

#content a {
	color: #000;
}

h1, h2, h3, h4 {
	color: #000;
	letter-spacing: 0.05em;
}

h1 {
	font-size: 1.66em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}
h2 {
	font-size: 1.166em;
	line-height: 1.28em;
	margin-bottom: 1.28em;
	font-style: italic;
}
p, ul, blockquote, pre, td, th, label {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#header {
	background: #222;
	border-bottom: 1px solid #555;
}

#headercontent {
	width: 45em;
	margin: auto;
	padding: 1em 0 1em 0;
}

#header a {
	color: #AAA;
	text-decoration: none;
	font-size: 1.5em;
}

#header a:hover {
	color: #FFF;
}


#search {
	float: right;
	margin-top: 0.166em;
}

#footer {
	background: #222;
	border-top: 1px solid #555;
}

#footerlinks {
	margin: auto;
	width: 45em;	
}

#footerlinks ul {
	list-style: none;
}

#footerlinks ul li {
	float: left;
	width: 15em;
}

#footerlinks .linkcat {
	margin-bottom: 1.5em;
}

#footerlinks a {
	color: #AAA;
	text-decoration: none;	
}

#footerlinks a:hover {
	color: #FFF;
}

#footertext {
	clear: both;
	color: #CCC;
	width: 45em;
	margin: auto;
	padding: 1.2em 0 1em 0;
}

#footertext p {
	font-size: 0.8em;
}	

#footertext a {
	color: #FFF;
}