@CHARSET "UTF-8";
@import url(shared.css);

body {
	/**/background-color: #172B3F;/**/
	/*background-color: #161616;*/
}

#dark-box {
	margin-top: 0;
	min-height: 0;
}

#dark-box .content {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 15em;
}

#dark-box a,
#dark-box a:active,
#dark-box a:visited,
#dark-box a:hover {
	color: #EFEFEF;
}

#dark-box h2 {
	color: #e8e8e8;
}

#content-area-wrapper {
	background-image: url(../images/gray-bg-light.png);
	border: 1px solid #AFAFAF;
	border-top: 13px solid #252525;
	width: 953px;
}

#content-area {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 10px;
	min-height: 15em;
	width: 730px; /* 755 - 12 - 10 - 5 = 728 */
}

#content-area-right-sidebar {
	border-left: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	width: 194px;
	background-color: #efefef;
	/*min-height: 35em;*/
	height: 100%;
}

#content-area h3 {
	margin-top: 1.75em;
	margin-bottom: .35em;
	font-weight: 700;
	font-size: 15px;
}

#header-bar {
	background-image: url(../images/gray-bg-light.png);
	background-repeat: repeat;
}

#sprink-logo {
	background-image: url(../images/sprink-logo-light.png);
}

#footer {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-right: 3px;
	/*width: 947px;*/
	background-image: url(../images/gray-bg-light.png);
}
