@charset "UTF-8";
/* CSS Document */
@import url("navbar.css");
@import url("styles.css");

body {
	background-image: url("../assets/thinstrip.jpg");
	background-repeat: repeat;
	}

#pageWrapper {
	width: 1000px;
	height: 778px;
	margin: 0 auto;
}

#header {
	height: 111px;
	margin: 0 0 0 202px;
	text-align: center;
}

#menu  {
	list-style: none;
    padding-top: 250px;
	padding-left: 0;
	margin-left: 0;
	background: url("../assets/tower.gif") no-repeat;
	width: 202px;
	float: left;
	height: 778px;
}

#content {
	min-height: 567px;
	margin: 0 0 0 120px;	
}

#content_photos {
	min-height: 567px;
	margin: 0 0 0 120px;
	padding-left: 50px;
}

#content_indented {
	min-height: 567px;
	margin: 0 0 0 100px;
	padding-left: 50px;
}

#content_index {
	min-height: 567px;
	margin: 0 0 0 120px;
	padding-left: 50px;
	padding-right: 50px;
	background: url("../assets/trojan.gif") no-repeat;
	background-position: center;
}

/* Elements of teacher pages */

#teacher_header {
	height: auto;
	margin-top: 30px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#teacher_pic {
	float: left;
	width: 180px;
	text-align: center;
	height: 510px;
}

#teacher_info {
	min-height: 567px;
	/*  padding-left: 10px;  */
	margin-left: 200px;
}


/*  From Whitson....  */

#footer {
	font-family: verdana, arial, helvetica, sans-serif;
	position: relative;
	text-align: center;
	font-size: 8px;
	margin-left: 202px;
	clear: right;
}

#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li:before {
	content: " - ";
}
#footer ul li.first:before {
	content: "";
}

.style2 {
	font-size: 10px;
}