body {
	color:#D0D0D0;
	background:#2f2f2f url(../images/dark/back.png) repeat;
}

a, a:visited {
	color:#3B9DBF;
}
a:hover, a:active {
	color:#A4DBEF;
}

h1, h2, h3, h4, h5, h6 {
	text-shadow:1px 1px 0px #000;
}


#wrapper {
	background:url(../images/dark/highlight.png) no-repeat 50% 0;
	min-height:650px;
}

#header h1 {
	color:#fff;
	text-shadow:2px 2px 2px #000;
}

#body-top {
	background:url(../images/dark/body_top.png) no-repeat;
}
#body-mid {
	background:url(../images/dark/body_mid.png) repeat-y;
}
#body-bot {
	background:url(../images/dark/body_bot.png) no-repeat;
}

#content-title {
	color:#fff;
}

#content {
	text-shadow:1px 1px 0px #000;
}

ul#networks li {
	background:url(../images/dark/rule.png) no-repeat 0 bottom;
}
ul#networks li a {
	color:#D0D0D0;
}
ul#networks li a span {
	color:#3B9DBF;
}
ul#networks li a:hover {
	color:#fff;
}
ul#networks li a:hover span {
	color:#A4DBEF;
}

#footer, #footer a {
	color:#666;
}

.stripNavL a {
	background:url(../images/dark/buttons.png) no-repeat 0px 0px;
}
.stripNavR a {
	background:url(../images/dark/buttons.png) no-repeat -20px 0px;
}