/*
-----------------------------------------------
Yorventure.co.uk Screen Main
Author:   Jamie Pittock
Version:  03 September 2006
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("base.css");

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% verdana;
	color: #4d4d4d;
	background: #fff url(../images/layout/body-community-bg.jpg) repeat-x;	
}

body.community {
	background: #D3EAA4;	
}

body.environment {
	background: #D3EEF5;	
}

body.bradford {
	background: #FCF3A8;	
}

a {
	color: #5F9214;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.community a {
	color: #5F9214;
}

.environment a {
	color: #0292C0;
}

.bradford a {
	color: #F7AD11;
}



