﻿a {
	color: #000000;
}
a:visited {
	color: #808080;
}
a:active {
	color: #FFFFFF;
}
body {
/*background-image: url('../images/bgtile.png');*/
	background:#9F1919;
	margin-right: auto;
	margin-left: auto;
	font-family: "Tw Cen MT";
}
#outer_wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 900px;
}
#col01 {
	width: 150px;
	padding: 20px 5px 5px 5px;
	float: left;
	margin-left: -20px;
	background:#9F1919;
	color:#fff;
}
#col01 ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#col01 ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1400px;
}
#col01 ul li a {
	display: block;
	float: left;
	text-align: left;
	color: #fff;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
	width: 140px;
}
#col01 ul li a:hover {
	background: #000;
	color: #fff;
	width: 140px;
}
#col01 ul li a.active, #col01 ul li a.active:hover {
	color: #9F1919;
	background: #000;
	width: 140px;
	font-weight: bold;
}
#col01 ul li a span {
	display: block;
	width: 140px;
}
#col02 {
	width: 740px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;

}
.center {
	text-align: center;
}
.NavImg {
	border-width: 0px;
	margin: 5px;
}
#content {
	position: relative;
	width: 400px;
}
#content ul li {
	float: left;
	width: 100px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 84px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
}
#techexplored {
	background-image: url('../projects/images/techexplored_small.jpg');
}
#olislander {
	background-image: url('../projects/images/olislander_small.jpg');
}
#omt {
	background-image: url('../projects/images/onemoretime_small.jpg');
}
#cis130 {
	background-image: url('../projects/images/CIS130_small.jpg');
}
#cis136 {
	background-image: url('../projects/images/CIS136Site_small.jpg');
}


