/*<group=Colours>*/

div.header {
	border: thin #abb08f solid;
	background: #c3c6ab;
}

div.navblock {
	border: thin solid #abb08f;
}

div.content {
	border-right: thin solid #abb08f;
	border-bottom: thin solid #abb08f;
	border-left: thin solid #abb08f;
}

div.new {
	border-right: thin solid #abb08f;
	border-bottom: thin solid #abb08f;
	border-left: thin solid #abb08f;
}

div.footer {
	border: thin solid #abb08f;
}
	
/*</group>*/

.new h2 {
	color: red;
}
