/* DAVID WIGLEY ENTERPRISES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(../images/main/bg01.jpg);
	background-repeat: no-repeat;
}

/* ------------------ MAIN PAGE ---------------- */

#main {
	padding: 20px;
	width: 900px;
	margin: 0 auto;
}

#left { 
	float: left;
	width: 450px;
}

#dw5 .dw5right { 
	float: right;
	width: 450px;
}

#footer {
	padding: 20px; 
	margin: 0 auto;
	font-weight: bold;
	background-color: #000000;
	
}

#veugeler {
	width: 900px;
	padding: 10px;
	color: #000000;
	font-size: 10px;
	margin: 0 auto;
}

/* ------------------ LINK COLOURS ---------------- */

a:link {color: #ffffff; font-weight:bold; text-decoration: underline;}
a:visited {color: #ffffff; font-weight:bold; text-decoration: underline;}
a:active {color: #ffffff; font-weight:bold; text-decoration: underline;}
a:hover {color: #ffcd4a; font-weight:bold; text-decoration: none;}

a.black:link {color: #000000; font-weight:bold; text-decoration: underline;}
a.black:visited {color: #333333; font-weight:bold; text-decoration: underline;}
a.black:active {color: #000000; font-weight:bold; text-decoration: underline;}
a.black:hover {color: #666666; font-weight:bold; text-decoration: none;}