/* CSS Document */
td img {display: block;}

body {
	font-family: Arial, Tahoma, Arial;
	color: #333;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	margin-top: 0px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
}

a:link {
	text-decoration: none;
	color: #096DB8;
}
a:visited {
	text-decoration: none;
	color: #096DB8;
}
a:hover {
	text-decoration: underline;
	color: ##48ACF7;
}
a:active {
	text-decoration: none;
	color: #096DB8;
}

a.whitelinks:link {
	color: #ffffff;
	text-decoration: none;
}
a.whitelinks:visited {
	color: #ffffff;
	text-decoration: none;
}
a.whitelinks:active {
	color: #ffffff;
	text-decoration: none;
}
a.whitelinks:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
	
a.navlinks:link {
	color: #999;
	text-decoration: none;
}
a.navlinks:visited {
	color: #999;
	text-decoration: none;
}
a.navlinks:active {
	color: #ffffff;
	text-decoration: none;
}
a.navlinks:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
a.blacklinks:link {
	color: #000;
	text-decoration: none;
}
a.blacklinks:visited {
	color: #000;
	text-decoration: none;
}
a.blacklinks:active {
	color: #000;
	text-decoration: none;
}
a.blacklinks:hover {
	color: #000;
	text-decoration: none;
	}

h1 {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
}


.topbg {
	background-image: url(images/index_r1_c1.jpg);
	}
.banner {
	background-image: url(http://www.dapedesigns.co.uk/images/index_r2_c1_f4.jpg);
	}
.leftcolumn {
	background-image: url(images/index_r3_c1.jpg);
	}
.rightcolumn {
	background-image: url(images/index_r3_c2.jpg);
	}
.footerbg {
	background-image: url(images/index_r4_c1.jpg);
	}

.style1 {
	font-size: 14px;
	color: #FFFFFF;
}