/* Copyright 2007 Byte By Byte
 * bytebybyte.ca page template
 */
#head {
	position:absolute;
	width:100%;
	height:115px;
	z-index:1;
	background-color: #9933CC;
	background-image: url(/images/headbg.jpg);
	left: 0px;
	top: 0px;
}
#nav {
	position:absolute;
	width:140px;
	bottom: 110px;
	z-index:2;
	top: 110px;
	background-color: #9933CC;
	overflow: visible;
	background-image: url(/images/navbg.jpg);
	left: 0px;
}
#right {
      position:absolute;
	width:140px;
	bottom: 110px;
	z-index:2;
	top: 110px;
	background-color: #9933CC;
	overflow: visible;
	background-image: url(/images/rightbg.jpg);
	right: 0px;
}
#main {
	position:absolute;
	bottom: 114px;
	z-index:1;
	left: 140px;
	right: 140px;
	top: 114px;
	background-color: #7bc9ff;
	overflow: auto;
}
#foot {
	position:absolute;
	bottom: 0px;
	width:100%;
	height:115px;
	z-index:1;
	background-color: #9933CC;
	background-image: url(/images/headbg.jpg);
	left: 0px;
}
body,td,th {
	color: #7bc9ff;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.style1 {color: #9C30CE}