body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.kangaroo {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
}
.navigation {
	height: 535px;
	width: 200px;
	float: right;
	background-image: url(../images/navigationbg.gif);
	background-repeat: no-repeat;
	background-position: right;
	z-index: 1;
	position: absolute;
	margin-left: 20px;
}

#home {
	width:110px;
	height:25px;
	float: right;
	margin-top: 170px;
	margin-right: 84px;
	background-image: url(../images/home.png);
	background-position: top;
	display: block;
}
#home_a {
	width:110px;
	height:25px;
	float: right;
	margin-top: 170px;
	margin-right: 84px;
	background-image: url(../images/home_a.png);
}
#home:hover {
	background-position: bottom;
}
#program {
	width:110px;
	height:25px;
	float: right;
	margin-right: 64px;
	background-image: url(../images/program.png);
	background-position: top;
}
#program_a {
	width:110px;
	height:25px;
	float: right;
	margin-right: 64px;
	background-image: url(../images/program_a.png);
}
#program:hover {
	background-position: bottom;
}
#courses {
	width:110px;
	height:25px;
	float: right;
	margin-right: 66px;
	background-image: url(../images/courses.png);
	background-position: top;
}
#courses_a {
	width:110px;
	height:25px;
	float: right;
	margin-right: 66px;
	background-image: url(../images/courses_a.png);
}
#courses:hover {
	background-position: bottom;
}
#instructors {
	width:110px;
	height:25px;
	float: right;
	margin-right: 47px;
	background-image: url(../images/instructors.png);
	background-position: top;
}
#instructors_a {
	width:110px;
	height:25px;
	float: right;
	margin-right: 47px;
	background-image: url(../images/instructors_a.png);
}
#instructors:hover {
	background-position: bottom;
}
#studentwork {
	width:110px;
	height:25px;
	float: right;
	margin-right: 35px;
	background-image: url(../images/studentwork.png);
	background-position: top;
}
#studentwork_a {
	width:110px;
	height:25px;
	float: right;
	margin-right: 35px;
	background-image: url(../images/studentwork_a.png);
}

#studentwork:hover {
	background-position: bottom;
}
#tmcc {
	width:100px;
	height:63px;
	float: right;
	margin-right: 15px;
	background-image: url(../images/tmcc.png);
	margin-top: 150px;
}

.whitebox {
	background-color: #FFFFFF;
	height: 500px;
	width: 900px;
	margin-top: 100px;
	left: 200px;
	top: 50px;
	float: right;
}
.headers {
	height: 20px;
	width: 520px;
	margin-top: 70px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 80px;
}
.content {
	height: 330px;
	width: 500px;
	margin-top: 10px;
	float: right;
	margin-right: 100px;
	overflow: auto;
}
a:link {
	color: #adbe24;
	text-decoration: none;
}
a:visited {
	color: #adbe24;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #94a424;
	padding: 0px;
	margin: 0px;
}
