<style type="text/css">
/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #000000;/*themecolour1$ -52.9%,-31.3%;*/
	line-height: 1.5em;
}
/*this container holds the logo and heading graphic*/
    #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8c0505;/*themecolour2;*/
	top: 36px;
	}
	
/*this container holds the logo graphic */
	#logo {
	background-repeat: no-repeat;
	height: 56px;
	top: 0px;
	right: 0px;
	width: 120px;
}
/*this container holds the horizontal navigation bar */
    #navbar {
	background-image: url(builders_surrey_files/builders_surrey_bar.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 770px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cac098;/*themecolour1$ 69.8%,4.3%;*/
	border-left-color: #cac098;/*themecolour1$ 69.8%,4.3%;*/
}	
	#midbar {
	background-image: url(builders_surrey_files/builders_surrey_bar.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 770px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cac098;/*themecolour1$ 69.8%,4.3%;*/
	border-left-color: #cac098;/*themecolour1$ 69.8%,4.3%;*/
}
/*this container holds the left-hand text boxes */
#holderdiv {
	padding-left: 10px;
	margin-right: 2px;
	width: 265px;
	margin-top: 1px;
}
/*the individual text boxes in the left-hand column*/
.rightcoldiv {
	margin: 0px 0;
	background-color: #f4f2ea;/*themecolour1$ 80%,80.6%;*/
	background-image: url(builders_surrey_files/builders_surrey_panel_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
}

/**Redefined html tags**/
/*defines the font and page background image */
 body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;/*themecolour4;*/
	}
/*sets margins to 0 */	
p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 80%;
}
/*styles the text in the right-hand column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 10px;
}
/*styles the text in the left-hand column */
.rightcoldiv p {
	color: #595132;/*themecolour1$ 45.8%,-55.3%;*/
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10;
	padding-left: 10;
}

/*style the heading text */
.rightcoldiv h2 {
	margin: 0;
	background-color: #98a5cb;
	color: #000000;
	font-size: 80%;
	padding: 1px 5px 1px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323c5a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bec6df;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(builders_surrey_files/builders_surrey_h4bg.gif);
	background-repeat: repeat-x;
}

.rightcoldiv h3 {
	margin: 0;
	background-color: #8c0505;/*themecolour2;*/
	color: #FFFFFF;
	font-size: 80%;
	padding: 1px 5px 1px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595132;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8b2121;/*themecolour2$ 20.5%,-0.4%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 80%;
	margin: 0px;
	color: #000000;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
h2 {
	font-size: 80%;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 10px;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #897e54;/*themecolour1$ 52.9%,-31.3%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #896f0c;/*themecolour1$ -52.9%,-31.3%;*/
	font-weight: normal;
	font-size: 80%;
	margin-left: 20px;
	list-style-type: disc;
	list-style-image: url(builders_surrey_files/builders_surrey_bullet.gif);
	padding-left: 15px;
}
/*link styles*/
a:link {
	color: #595132;/*themecolour1$ 45.8%,-55.3%;*/
}
 a:visited {
	color: #595132;/*themecolour1$ 45.8%,-55.3%;*/
}
 a:link:hover {
	color: #8c0505;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c8a524;/*themecolour1$ 52.9%,--31.3%;*/
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*styles the footer*/
.footer {
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8c0505;/*themecolour2;*/
	background-image: url(builders_surrey_files/builders_surrey_bar.gif);
	background-repeat: repeat-x;
	width: 770px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #595132;/*themecolour1$ 45.8%,-55.3%;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cac098;/*themecolour1$ 69.8%,4.3%;*/
	border-left-color: #cac098;/*themecolour1$ 69.8%,4.3%;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8a524;/*themecolour1$ 52.9%,--31.3%;*/
}

/
-->
</style>
