html
{
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #336633;
	background-color: #336633;
	margin: 0px;
	padding: 0px;
}
#homepage,#lettingspage,#accountingpage,#consultancypage,#page{
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border: 1px solid #990000;
	position: absolute;
	left: 5%;
	right: 5%;
	background-repeat: no-repeat;
	background-position: left top;
}
#homepage{	background-image: url(images/photos/balloons.jpg);}
#accountingpage{	background-image: url(images/photos/balloons2.jpg);}
#lettingspage{	background-image: url(images/photos/balloons3.jpg);}
#consultancypage{	background-image: url(images/photos/balloons4.jpg);}
.clear{
	clear: right;
	height: 1px;
}
#logo{
	margin: 0px;
	padding: 0px;
	width: 90%;
}
#logo img{
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#strapline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-align: right;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0.1em 1em;
}
#navigation{
	margin: 0px;
	padding: 0.5em;
	text-align: center;
	background-color: #990000;
	color: #ffffff;
	
}
#navigation a{
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#navigation a:hover {
	color: #669900;
	text-decoration: underline;
}

#content{
	margin: 0px;
	padding-top: 1em;
	padding-right: 5em;
	padding-bottom: 1em;
	padding-left: 5em;
	background-image: url(images/background2.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#homepage #content,#lettingspage #content,#accountingpage #content,#consultancypage #content {
	margin: 0px;
	padding-top: 1em;
	padding-right: 240px;
	padding-bottom: 1em;
	padding-left: 5em;
}
#content a{
	color: #669900;
	text-decoration: none;
}
#content a:hover{
	color: #990000;
	text-decoration: underline;
}
#sidecomment{
	font-size: 90%;
	color: #FFFFFF;
	background-color: #990000;
	margin: 1em;
	padding: 0.5em;
	float: right;
	width: 200px;
	position: absolute;
	top: 20em;
	right: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #669900;
	font-style: oblique;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}
h1 span {
	color: #336633;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: oblique;
	color: #669900;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: oblique;
	color: #336633;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #336633;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
}
p{
	padding-left: 4em;
}
#sidecomment p {
	padding-left: 1em;
}
ul,li{margin:0;padding:0;} /* reduce firefox indent*/ 
ul{
	margin-left: 130px;	/*indent to allow for images*/
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
ul li ul{ margin-left:2em} /* reduce second level indent - works on ie */
ul,li{
	list-style-type: disc;
}
li{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	/*margin-left: 1em;*/
}
#footer{
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0.25em;
	background-color: #990000;
}
#footer a{
	color: #FFFFFF;
}
