#wrapper, body
{
	background: #7f7f7f;
	color: #FFF;
	line-height: 150%;

}

	#boxes .box
	{
		background: url( ../img/bg_grey_1.gif ) bottom left no-repeat;
		border-bottom: 1px solid #FFF;
	}

	#boxes .box-align-right
	{
		background: url( ../img/bg_grey_1.gif ) bottom left no-repeat;
	}

	#boxes .box-align-left
	{
		background: url( ../img/bg_grey.gif ) bottom right no-repeat;
	}

#boxes p, #boxes h2, #pagemenu a
{
	color: #FFF;
}

#pagemenu li
{
	border-bottom: 1px solid #FFF;
	padding-left: 5px;
	line-height: 2.4em;
}

a
{
	color: #eee;
    text-decoration: underline;

}

a:hover
{
    color: #a2191c;
}
