body
{ background: #0f0d0e; /* the background original = #2C2C2A */
  color: #FFFFFF; /* side menu text color */
}
 
blockquote{border-color: #40403E;} /* ??? */

#site_content
{ background: url(back.png) repeat;
  border-color: #0b1213; /* the color of the border around bottom and sides */
}

#menu li a, .side_menu_item a
{ background: #0f0d0e; /* the color of unselected tabs for top menu and border color of tabs on side menu */
  color: #FFFFFF; /* the color of unselected tab names */
  border-color: #0f0d0e; /* the color between tabs */
}

#logo, #logo h1
{ background: #0f0d0e; /* bg color behind top logo portion */
  color: #f22450;
  border-color: #E39821;
}

#content h1
{ background: transparent;
  color: #E6E8DC;
  border-color: #FFFFFF; /* underline of text in content */
}

#links, #links a:hover, #links a.selected, #links a.selected:hover,
#content, #content a:hover, .sub
{ background: transparent;
  color: #FFFFFF;
}

#links a, #content a
{ background: transparent;
  color: #f22450; /* orange */
}

#menu
{ background: #0f0d0e; /* bg of top menu color original = 40403E */
  color: #EEE;
  border-color: #0f0d0e; /* line between menu tabs and main content */
}

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #0f0d0e;
  color: #f22450; /* color of selected menu tabs text */
  border-color: #0f0d0e; /* color between selected tap and unselected tap on top menu */
} 

.side_menu_item a.selected, .side_menu_item a:hover, .side_menu_item a.selected:hover
{ background: #f22450; /* border color of selected side menu item */
  color: #FFFFFF;
}

#contact input, #contact textarea, #contact input.submit
{ background: #0f0d0e; 
  color: #929280;
  border-color: #40403E;
}
/* 2a2a2a */
/* E39821 orange */
/* f22450 red */
/* E39821 orange */
/* E39821 orange */