body { background-color:#EEDDDD; color:#333333; }
#container {
	border: 2px solid #7B5878;
	background: #adcacb url(../images/bg.jpg) no-repeat center top;
}
#maincontent h1 { color:#ffffff; }
#maincontent h2 { 
	color: #FFFFFF;
	background:#C6AEC2;
}
#subcontent h3 { background:#7B5878;  }
#extra1 h4 { color:#7B5878; }
a { color:#7B5878; }
a:hover { color:#7B5878; }

#menu a { color:#; }
#menu a:hover {
	color:#333333;
	background-color: #FFEEEE;
}

