@charset "UTF-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Eurostile, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #topMargin {
	background-color: #000;
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	height: 5px;
}
.oneColFixCtrHdr #container {
	width: 900px;
	height:610px;
	background-image:url(images/background.jpg);
	margin: 0 auto;
	background-color: #000;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #header {
	height: 80px;
	position: relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000;
}
.oneColFixCtrHdr #header #nav {
	position: absolute;
	top: 20px;
	left: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 480px;
	}
	
.oneColFixCtrHdr #header #nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

.oneColFixCtrHdr #header #nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
	}
	
.oneColFixCtrHdr #header #nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -30px;
	}

#thome a  {
	width: 65px;
	background: url(images/home.jpg) top left no-repeat;
	}

#tstu_pub a  {
	width: 160px;
	background: url(images/stu_pub.jpg) top left no-repeat;
	}

#tstu_work a  {
	width: 120px;
	background: url(images/stu_work.jpg) top left no-repeat;
	}

#tcontact a  {
	width: 80px;
	background: url(images/contact.jpg) top left no-repeat;
	}

#tlinks a  {
	width: 55px;
	background: url(images/links.jpg) top left no-repeat;
	}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: 450px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
	position: relative;
}

.oneColFixCtrHdr #mainContent a {
	color: #600;
}

.oneColFixCtrHdr #mainContent a:hover {
	color: #F00;
}

.oneColFixCtrHdr #mainContent a:visited {
	color: #036;
}

.oneColFixCtrHdr #mainContentText {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	background-color: #ffcc66;
	opacity:.75;-moz-opacity: 0.75;
	padding: 20px;
}

.oneColFixCtrHdr #footer {
	height: 80px;
	padding-top: 0;
	padding-right: 240px;
	padding-bottom: 0;
	padding-left: 40px;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

