/*
Theme Name: WordPress Carolyn Quan Design
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous BePresents.com
Version: 1.6
Author: Jonathan Matthew Beck
Author URI: http://bepresents.com/
Tags: blue, custom header, fixed width, two columns, widgets


Just over write a few css tags to get the display to be black based

*/


body {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-size:2;
	color:#669966;
	margin-top:2px;
	margin-left:0;
	line-height: 1.4;
}

div.headerLogo {
	background:url("/wp-content/themes/carolyn/images/yk_logo_black.jpg") no-repeat;
	height:59px;
	width:377px;
}

div.headerTowns {
	background:url("/wp-content/themes/carolyn/images/berk_black.jpg") no-repeat;
	height:29px;
	width:310px;
} 

div.headerAum {
	background:url("/wp-content/themes/carolyn/images/ohm_black.gif") no-repeat;
	height:28px;
	width:29px;
}