/* (c)2010 MarcSchroder.co.uk */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #00CC00;
	margin: 10px;
	padding: 0px;
	background-color: #333333;
}
a:link {
	color: #00CC00;
	text-decoration: underline;
}
a:visited {
	color: #00CC00;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: underline;
}

.navigation {
	height: 30px;
	padding: 10px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 20px;
	background-color: #333333;
	background-image: url(http://1flat.co.uk/1flat/images/nav_bg.jpg);
	width: 930px;
}
.navigation a:link {
	color: #00CC00;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:visited {
	color: #00CC00;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
.navigation a:active {
	color: #00CC00;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
	color: #FF6600;
}
.bNav {
	font-size: 0.7em;
	padding-top: 200px;
}
img, iframe {
	border: 1px solid #00CC00;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #009900;
	background-color: #CCCCCC;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
	width:200px;
}

