/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {

	font-size: 0.9em;
	line-height: 1.4em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

em
{
color: #333;
font-style: normal;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	
}

a img {
	border: none;
}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0 auto;
	padding: 10px;
	width: 760px;
}

#content {
	margin: 120px auto;
        width: 500px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

/* overrides
----------------------------------------------- */

/* articles
----------------------------------------------- */

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}