/*
CSS Code used is based on Owen Briggs work
http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
*/
/*
Colour scheme
http://kuler.adobe.com/index.cfm#themeID/36342
1D364A	93BABF	D1CFCB	D97DA7	400035
*/
#top {
	margin: 20px 20px 0px 20px;
	padding: 10px;
	background: #400035;
	color: #D97DA7;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
	}
html>body #top {
	height: 70px; /* ie5win fudge ends */
	}
#top1 {		
		height: 100px; /* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 70px;
		}
	html>body #top {
		height: 70px; /* ie5win fudge ends */
	}
.left {
	position: absolute;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border-top: 1px solid #400035;
	border-bottom: 1px solid #400035;
	background: #D1CFCB;
	width: 90px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90px;
	}
html>body #left {
	width: 90px; /* ie5win fudge ends */
	}
.middle {
	margin: 20px 160px 20px 160px;
	padding: 10px;
	border-top: 1px solid #400035;
	background: #D1CFCB;
	}
.right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 1px solid #400035;
	background: #D1CFCB;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}

