body {
	/*background: #151515;*/
	background: url(../images/contentbg.jpg) top center repeat-y #000;
	color: #efefef;
}

a, a:active, a:visited {
	color: #8FBBE2;
}

a:hover {
	color: #825ACF;/*#B34CC9;*/
}

#directions_accordian h2 a, #directions_accordian h2 a:active, #directions_accordian h2 a:visited,
#info h2 a, #info h2 a:active, #info h2 a:visited {
	color: #fff;
}

/*
#nav a, #nav a:active, #nav a:visited {
	color: #9DB3E5
}

#nav a:hover {
	color: #7059AB;
}
*/


.textbox {
	background: #000;
	color: #fff;
}

.button {
	background: #4E90FD;
	color: #fff;
}

#header {
	background: url(../images/logo.jpg) top center repeat-y #000;
}

#page, #nav, 
#wrapper, #content, 
#rightSidebar, #footer {
	background: #000;
}

.post_title a,
.post_title a:visited, 
.post_title a:active {
	color: #fff;
}

.post_title a:hover {
	color: #7059AB;
}

