#title {
	background-image:url(../images/new_title.jpg);
	background-repeat:no-repeat;
	z-index:2;
	border:2px solid #000000;
	position:absolute;
	width: 600px;
	height: 120px;
	left: 220px;
	top: 20px;
	padding-left:10px;
	}

body {
	text-align:center;
	background-color:#ff0000;
	}
	
#wrapper {
	height:960px;
	width:840px;
	margin:0 auto;
	background-image:url(../images/checkers.bmp);
	background-repeat:repeat;
	position:relative;
	z-index:1;
	}

#wrapper3 {
	height:1160px;
	width:840px;
	margin:0 auto;
	background-image:url(../images/checkers.bmp);
	background-repeat:repeat;
	position:relative;
	z-index:1;
	}

	
#wrapperSched {
	height:1300px;
	width:840px;
	margin:0 auto;
	background-image:url(../images/checkers.bmp);
	background-repeat:repeat;
	position:relative;
	z-index:1;
	}

#whitey {
	background-color:#ffffff;
	position:absolute;
	border:1px solid #000000;
	z-index:2;
	width:600px;
	height:720px;
	left:220px;
	top:180px;
	}
	
#whitey3 {
	background-color:#ffffff;
	position:absolute;
	border:1px solid #000000;
	z-index:2;
	width:600px;
	height:920px;
	left:220px;
	top:180px;
	}	
	
#whiteySched {
	background-color:#ffffff;
	position:absolute;
	border:1px solid #000000;
	z-index:2;
	width:600px;
	height:1100px;
	left:220px;
	top:180px;
	}

#navleft {
	background-color:#ffffff;
	position:absolute;
	z-index:2;
	width: 160px;
	height: 501px;
	left: 20px;
	top: 180px;
	border:2px solid #000000;
	}
	
#navlinks {
	z-index:3;
	position:absolute;
	width: 153px;
	height: 464px;
	left: 24px;
	top: 189px;
	}

a:visited {color:#000000;}
a:link {color:#000000;}
a:hover {color:#000000;}
a:active {color:#000000;}
