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

/* General Page Formatting */
h1, a:link, a:visited, a:hover, a:active {
	color:#FF4C7C;
}
h1 {
	border-bottom:1px solid #FF4C7C;
}
body {
 background: url('header.png') top center;
 background-repeat: repeat-x;
}
html>body #header {
	height:150px;
	}	
#content {	
	background:#fff url('../../back2.png') no-repeat top right;
}
#menul a:hover, #menur a:hover {
	color:#FF4C7C;
}

#menul li:first-child, #menur li:first-child {
 border-top: dotted 0px #FF4C7C;
}
#menul li, #menur li {
 border-top: dotted 1px #FF4C7C;
 padding-left: 17px;
 background : url('dots.gif') no-repeat 0 0%;
 _height: 20px;
}

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

/*Forum Colour Style*/

.fheadings td {
 background-image: url('forum/title_back_pink.gif');
}

.forum td {
 background-color: #fafaf0;
}
td.forumdiv {
 background-color: #d89;
}

