body
{
	background-color: #fff;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

a
{
	outline: none;
}

a:link, a:visited
{
	color: #666;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #666;
	text-decoration: none;
}

#header
{
	background-color: #000;
	padding: 64px 0;
	text-align: center;
}

#header img
{
	border: 0;
}

#header .quote
{
	color: #eee;
	font-family: "Arial Black", sans-serif;
	font-size: 1.4em;
	text-transform: lowercase;
}

#wrapper
{
	background: #fff url(/resources/layout/images/gradient.png) repeat-x;
	border-top: 1px solid #fff;
	padding-top: 2em;
	text-align: center;
}

#content
{
	margin: 0 auto;
	text-align: left;
	width: 934px;
}

#content h2
{
	color: #000;
	font-family: "Arial Black", sans-serif;
}

#content h3
{
	color: #000;
	font-family: "Arial Black", sans-serif;
}

#content p img
{
	border: 0;
	margin-right: 8px;
	padding: 0;
}

#article
{
	float: left;
	margin-right: 45px;
	width: 560px;
}

#article p img
{
	float: left;
}

#article .diagram
{
	float: none;
}

#article .code
{
	background-color: #eee;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Courier New", Courier, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.0em;
}

#details
{
	float: left;
	width: 280px;
}

#footer
{
	border-top: 1px solid #eee;
	clear: both;
	color: #666;
	font-size: 0.8em;
	padding-top: 8px;
	text-align: right;
}
