/* @group General Styles */

em {
	color: white;
}

/* @end */

/* @group Layout */

#headerSeparator {
	background: url('../images/content/page-top-black.png') no-repeat center top;
}

#content {
	color: #999999;
	background: black;
}

#content a:link, #content a:visited {
	color: #66ccff;
	text-decoration: none;
}

#content a:hover, #content a:active {
	text-decoration: underline;
}

#content h1,  #content h2,  #content h3,  #content h4,  #content h5,  #content h6 {
	font-weight: normal;
	color: #ffffff;
}

#content b,  #content strong {
	font-weight: normal;
	color: #ffffff;
}

#footer {
	background: black;
}

#footerSeparator {
	background: url('../images/content/page-bottom-black.png') no-repeat center top;
}

#footer a:link, #footer a:visited {
	color: #66ccff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: black;
}

/* @end */