layout {
	background-attachment: fixed;
	background-image: url(../images/watertiledx1400a.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#Wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 600px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #733195;
	border-left-color: #733195;
	margin: auto;
	position: relative;
	height: auto;
}
#Wrapper #header {
	height: 15px;
	width: 600px;
	background-image: url(../images/button1templateB.jpg);
	background-repeat: repeat-x;
	top: 0px;
}
#Wrapper #titlebar {
	height: 100px;
	width: 600px;
	top: 15px;
}
#Wrapper #menu {
	height: 20px;
	width: 600px;
	top: 115px;
}
#Wrapper #content {
	width: 600px;
	background-image: url(../images/decktiledy.jpg);
	background-repeat: repeat;
	text-align: left;
	overflow: auto;
	height: 390px;
	position: relative;
}
#Wrapper #contactbox {
	height: 320px;
	width: 600px;
	background-image: url(../images/decktiledy.jpg);
	background-repeat: repeat;
	bottom: 0px;
	position: relative;
}
#Wrapper #footer {
	height: inherit;
	width: 600px;
	background-image: url(../images/decktiledy.jpg);
	background-repeat: repeat;
	bottom: 0px;
	position: relative;
}