@CHARSET "UTF-8";
@import url(shared.css);

body {
	/**background-color: #161616;/**/
	background-color: #172B3F;
}

#main-navbar {
	padding-right: 4px;
	width: 531px; /* 755px - 4px = 751px */
}

#content-area {
	margin-top: -1px;
	padding-top: 1em;
	padding-bottom: 1.75em;
	/*text-align: center;*/
	background-image: url(../images/gray-bg-light.png);
	min-height: 15em;
	/*background-color: #EFF7FF;/*#ffffff;*/
	border: 1px solid #AFAFAF;
	border-top: none;
	/*margin-right: 3px; /* rightMargin - borderTotal = newRightMargin    //  5px - 2px = 3px  */
	width: 733px; /* defaultWidth - borderTotal = newWdith */
}

#content-area .border {
	border-color: #4a4a4a;
}

#content-area .section {
	min-height: 15em;
}

#content-area .section .padded-box {
	padding-left: 5px;
	padding-right: 8px;
}

#content-area li {
	margin-bottom: 1em;
	background-image: url(../images/gray-bg-light.png);
}

#header-bar {
	background-image: url(../images/gray-bg-light.png);
	background-repeat: repeat;
}

#sprink-logo {
	background-image: url(../images/sprink-logo-light.png);
}

h2 a,
h2 a:active,
h2 a:visited {
	color: #111111;
	text-decoration: none;
}

h2 a:hover {
	color: #2F6ABF;/*#0055AA;*/
	text-decoration: underline;
}

#footer {
	color: #cfcfcf;
}