@import url('../style.css');
@import url('../articles.css');

/* General Page Formatting */
h1, a:link, a:visited, a:hover, a:active {
	color:#A54499;
}
h1 {
	border-bottom-color: #A54499;
}
body {
 background: url('header.png') top center;
 background-repeat: repeat-x;
}
#content {	
	background:#fff url('../../back2.png') no-repeat top right;
}
#menul li, #menur li {
 border-top: dotted 1px #A54499;
 padding-left: 17px;
 background : url('dots.gif') no-repeat 0 0;
 _height: 20px;
}
#menur a:link, #menur a:visited, #menur a:active {
	color:#000;
}
#menur a:hover {
	color:#C261B6;
}
#menul a:link, #menul a:visited, #menul a:active {
	color:#000;
}
#menul a:hover {
	color:#C261B6;
}


#menul li:first-child, #menur li:first-child {
 border-top-width: 0;
}
body {
 background-color: #fff0F8;
}

#footer {
	background:#A54499 url('footer.png') center;
	border-top:1px solid #000
}
