#wrapper {
	background: #111;
}

#menu a {
	color: #fff;
}

#footer {
	color			: #fff;
}

#logo a {
	background: transparent url(../img/logo_white.gif) top left no-repeat;
}

/*
#content h1:first-letter {
	color: #fff;
}
*/

#content p {
	color: #fff;
}

#footer #contact a {
	color: #fff;
	text-decoration:none;
	border-bottom: 1px dotted #fff;
}

#footer #contact a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom: 1px dotted #fff;
}


#content .pagination a {
	color: #fff;
}