@charset "utf-8";
body {
	background: url(../images/deskbg.jpg) no-repeat center top;
}
#content {
	margin: 75px auto 0px;
	padding: 0px;
	width: 650px;
	height: 600px;
	z-index: 70;
	overflow: hidden;
	text-align: center;
}
#content #monitor {
	z-index: 90;
	background: url(../images/lcd_monitor.png) no-repeat;
	height: 575px;
	width: 575px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -393px;
	right: -35px;
	overflow: hidden;
}
#content .site {
	padding-top: 40px;
	z-index: 60;
}
#nav {
	width: 235px;
	position: absolute;
	top: 125px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	background: url(../images/paper.png) no-repeat left top;
	height: 424px;
	left: 0px;
}
#nav h2 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 55px;
}
#nav ul {
	list-style-type: none;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 45px;
}
#nav li {
	margin: 0px;
	padding: 0px;
}

#nav a:hover {
	color: #666666;
	background: url(../images/arrow.gif) no-repeat 150px bottom;
}
.link a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.active a {
	background: url(../images/arrow.gif) no-repeat 150px bottom;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu {
	z-index: 40;
}


#whitboard {
	height: 400px;
	width: 22%;
	max-width: 400px;
	position: absolute;
	top: 8px;
	padding: 5px;
	margin: 0px;
	right: 32px;
}
#whitboard p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#whitboard ul {
	text-align: left;
}
#whitboard a {
	font-weight: bold;
	text-decoration: none;
	color: #3333CC;
}
#whitboard a:hover {
	border-bottom: 1px dotted #3333CC;
}


#toddallison {
	position: absolute;
	width: 253px;
	left: 30px;
	top: 0px;
	height: 129px;
	background: url(../images/bus_card.png) no-repeat center bottom;
	z-index: 20;
}
#toddallison a {
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 30px;
	color: #336600;
	text-decoration: none;
	text-align: center;
}

#toddallison h1 {
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 30px;
	color: #336600;
	text-decoration: none;
	text-align: center;
}
