body {
	background: #404041;
	color: #a3a3a3;
}

a:link, a:visited {
	text-decoration: none;
	color: #F082B1;		
}

/*a:hover {
	color: #F4B4CF;
}
*/
#container {
	background-color: #ececec;
}

#logo {
	background: #F082B1;
	background: url("../img/logo-160.gif");
}

#navigation {
	background: #221E1F;
}

#navigation a {
	color: white;
}

#navigation a:hover {
	color: #F082B1;
}

#navigation ul ul li {
	background: #F082B1;
}

#navigation ul ul li a:hover {
	background: #F4B4CF;
	color: white;
}

#rightPane {
	background: #77636B url(../img/square-stripes-160.gif) top right no-repeat;
}

#about #rightPanel {
	background: #77636B url(../img/square-stripes-160.gif) top right no-repeat;
}

.pink {
	color: #F082B1;	
}

