#site_body img {
	border: 0;
}

#site_body {
	color: #bbbbbb;
	font-size: 12px;
	line-height: 1.5em;
}

#site_body a {
	color: #6abeff;
	text-decoration: none;
}

#site_body a:visited {
	color: #8f87ff;
}

#site_body a:hover {
	color: #b0ddff;
	text-decoration: underline;
}

#site_body h1,
#site_body h2,
#site_body h3 {
	color: white;
	margin: 0;
	padding: 0;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	line-height: 110%;
}

#site_body h1 {
	font-size: 27pt;
}

#site_body h2 {
	font-size: 20pt;
	font-weight: normal;
}

#site_body dt {
	color: white;
	font-weight: bold;
	margin-bottom: 3px;
}

#site_body dd {
	margin-bottom: 0.5em;
}

#site_body dd > p:first-child {
	margin-top: 0;
}

#site_body dd > p:last-child {
	margin-bottom: 0;
}

#site_body > .content {
	background-color: #0B0B0B;
	background-repeat: no-repeat;
	background-image: url(site_body_footer_bg.png);
	margin: 0px 23px;
	padding: 23px;
	padding-bottom: 37px;
	background-position: bottom left;
}

#site_body > .content .first_content_element {
	margin-top: 0;
}

#site_body > .content .last_content_element {
	margin-bottom: 1.5em;
}

#site_body pre,
#site_body blockquote {
	background: #333333;
	margin: 10px;
	padding: 5px;
	padding-left: 11px;
	padding-right: 11px;
	border-left: #757080 solid 4px;
	line-height: 140%;
}

#site_body pre {
	font-size: small;
	overflow: auto;
}

#site_body blockquote p:first-child {
	margin-top: 0;
}

#site_body blockquote p:last-child {
	margin-bottom: 0;
}


/************************************
 * Special elements
 ************************************/

/***** Colored table with data *****/

#site_body table.data {
	margin: 8px;
	border-spacing: 1px;
	background: #444444;
}

#site_body table.data th {
	background: black;
	font-weight: bold;
	color: #f0f0f0;
}

#site_body table.data th,
#site_body table.data td {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#site_body table.data td {
	background: #222222;
}

#site_body table.data td.title {
	font-weight: bold;
	color: #f0f0f0;
}

#site_body table.data tr.even td {
	background: #111111;
}


/***** Image with border *****/

#site_body img.featured {
	border: solid 1px #999999;
	padding: 2px;
}

