/* This style sheet is used for positional elements only.
*  No display items allowed!
*/
.logo {
	position: absolute;
	left: 2px;
	top: 5px;
}

.head {
	margin-left: 85px;
	width: 85%;
}

/* .menu only used in <span> on about.html page */
.menu {
	width: auto;
}

.subhead {
	margin-left: 85px;
	width: 85%;
}

.content {
	margin-left: 85px;
	width: 85%;
}

/* <table> appears on portfolio.html */
table {
	width: auto;
}

