/* Discount Property Directory.co.uk turnkey.css */

/* Page Background sliced into three parts ===================================================== */

.header {
	background-image:  url(../images/bg_standardpage_r1_c1.jpg);
	background-repeat: no-repeat;
}
.middle {
	background-image:  url(../images/bg_standardpage_r2_c1.jpg);
	background-repeat: repeat-y;
}
.footer {
	background-image:  url(../images/bg_standardpage_r3_c1.jpg);
	background-repeat: no-repeat;
}
/* Body & Page Formatting ===================================================== */
body {
	margin-top: 0px;
	background-image:  url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #FFFF00;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
.bullet_border {
	border: medium dashed #000000;
}
/* Header & Foooter ===================================================== */

/* This is the header logo 800px x 215px for bg_header_top */
.bg_header_top {
	background-image:  url(../images/bg_header_r1_c1.jpg);
	background-repeat: no-repeat;
}
/* This is the header logo split 800px x 200px for bg_header_top */
.bg_header_main {
	background-image:  url(../images/bg_header_r2_c1.jpg);
	background-repeat: no-repeat;
}
/* This is the footer graphic 800px x 90px */
.bg_footer {
	background-image:  url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
}
/* This is the styling of the text & links below the footer graphic */
.footer_text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
