﻿/* Page background and text color */
html, body {
	background-color: #333333;
	color: #999999;
}
.noBackground h3 /*fixing layout1 H3 color on dark background*/{
	color: #ffffff !important;
	text-shadow:0px 1px 1px #000;
}
/* / Page background and text color */

/* Shadow under blocks */
.shadow {
	width:940px;
	height:20px;
	margin: 0 auto 10px auto;
	background-image:url('../images/darkShadow.png');
	background-position:center top;
	background-repeat:no-repeat;
}
/* / Shadow under blocks */

/* Layout1 quote container */
.quoteContainer {
	background-color:#ffffff;
	border-top:1px #bbb dashed;
}
/* / Layout1 quote container */

/* Layout1 footer background */
#footerContainer {
	border-top:1px #ddd dashed;
	background-color:#666;
}
/* / Layout1 footer background */