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

/* General Page Formatting */
h1, a:link, a:visited, a:hover, a:active {
	color:#47A942;
}

h1 {
	border-bottom:1px solid #47A942;
}
body {
 background: url('header.png') top center;
 background-repeat: repeat-x;
}
#content {	
	background:#fff url('../../back2.png') no-repeat top right;
}
#menul li:first-child, #menur li:first-child {
 border-top: dotted 0px #4EB049;
}
#menul li, #menur li {
 border-top: dotted 1px #4EB049;
 padding-left: 17px;
 background : url('dots.gif') no-repeat 0 0%;
 _height: 20px;
}

#menur a:hover, #menul a:hover {
	color:#4EB049;
}

#footer {
	background:#47A942 url('footer.png') bottom center;
	border-top:1px solid #000
}
body {
 font-size: 0.8em;
}

#menul {
 width: 160px;
 margin-left:-159px;
}
#menur {
 width: 160px;
 margin-right:-159px;
}
#outer {
 margin-left:160px;
 margin-right:160px;
 min-width:300px;
}

/*Forum Colour Style*/

.forum td {
 background-color: #e5f5e5;
}
td.forumdiv {
 background-color: #8d9;
}
