/* Debbie Williams Interiors */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	background-color: #e3d3ab;
	text-align: left;
	line-height: 22px;
	color: #333333;
	background-image: url(../images/main/dwi-bg001.jpg);
	background-position:left top;
	background-repeat: repeat-y; 
}

/* ------------------ INDEX ---------------- */

#wrap {
	float: left;
	width: 1000px;
	background-color: #ffffff;
}

#header {
	width: 810px;
	margin: 0 auto;
	height: 110px;
	padding-left: 30px;
	background-image: url(../images/main/dwi-header001.jpg);
	background-repeat: no-repeat;
}

#menu {
	width: 840px;
	margin: 0 auto;
	height: 34px;
}

#shadow {
	width: 840px;
	margin: 0 auto;
	height: 10px;
	background-image: url(../images/main/dwi-shadow001.jpg);
	background-repeat: no-repeat;
}


#footer {
	width: 840px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

/* ------------------ SUB PAGES ---------------- */

#main {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* ------------------ IMAGES ---------------- */

#img1 {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* ------------------ FONTS ---------------- */

#h1 {
	font-family: Georgia;
	font-size: 24px;
	color: #ccaf66;
}

#h2 {
	font-family: Georgia;
	font-size: 16px;
	color: #999999;
}

#text {
	padding-left: 20px;
	padding-right: 20px;
}

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

a:link {color: #ccaf66; font-weight:bold; text-decoration: none;}
a:visited {color: #ccaf66; font-weight:bold; text-decoration: none;}
a:active {color: #ccaf66; font-weight:bold; text-decoration: none;}
a:hover {color: #333333; font-weight:bold; text-decoration: none;}
