
body {
background-image:url(/images/background.png);
	background-color:#000;}

/* - STRUCTURE
--------------------------------------------------*/
#content-wrapper{color:#fff;}

#header-wrapper {
	background-image:url(/images/gray.jpg);}

#header {
	background-image:none;}

/* - MENU
--------------------------------------------------*/
#menu {
	background-color:#e7e7e7;
background-image:url(/images/metal.jpg);
}

#menu li a{color:#333;}
	#menu li a:hover {color:#333;}
	#menu li#current a{color:#333;}		

/* - SIDEBAR
--------------------------------------------------*/
#sidebar a {
	border-bottom:1px dotted #333;
	padding:6px 0px 6px 0px;
	display:block;
	color:#999;}

#sidebar  a:hover{
	background-color:#e7e7e7;
	color:#333;}

/* - TYPOGRAPHY
--------------------------------------------------*/
#header h1 {
	color:#333;}

h1, h2 {
	color:#fff;}

a {color:#E5649F;}
a:hover {color:red;}