@charset "UTF-8";
/* CSS Document */

#maincontainer {
	background-color:#000000;
	margin :-20px -20px -20px -20px;
	padding : 0px;
	height: 768px;
	width: 1024px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#header {
	background:url(../images/header.gif);
	background-repeat : no-repeat;
	text-indent : -9999px;
	height : 200px;
	width: 1024px;
	padding :0px 0px 125px 0px;
	margin : 0px 0px 0px 0px;
}
/* nav */

#navcontainer {
	width: 700px;
	height: auto;
	margin: 10px 0px;
	float: left;
	padding: 0px;
}
#nav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#nav a {
	text-indent: -9999px;
	float: left;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
}
#nav a:hover {
	background-position: 0 -30px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -60px;
}
#nhome a {
	background:url(../images/home.gif) no-repeat left top;
	width: 143px;
}
#nprogram a {
	background:url(../images/program.gif) no-repeat left top;
	width: 145px;
}
#nfaculty a {
	background:url(../images/faculty.gif) no-repeat left top;
	width: 137px;
}
#nstudentwrk a {
	background:url(../images/studentwork.gif) no-repeat left top;
	width: 275px;

}
/* sidenav */

#sidenavcontainer {
	width: 220px;
	height: auto;
	margin: 45px 40px;
	float: right;
	padding: 0px;
}
#sidenav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#sidenav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#sidenav a {
	text-indent: -9999px;
	float: right;
	padding:28px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
}
#sidenav a:hover {
	background-position: 0 -30px;
}
#sidenav a:active, #sidenav a.selected {
	background-position: 0 -60px;
}
#web1 a {
	background: url(../images/web1.gif) no-repeat left top;
	width: 220px;
	height: 30px;
}
#web2 a {
	background: url(../images/web2.gif) no-repeat left top;
	width: 220px;
	height: 30px;
}
#web3 a {
	background: url(../images/web3.gif) no-repeat left top;
	width: 220px;
	height: 30px;
}
#portfolio a {
	background: url(../images/pp.gif) no-repeat left top;
	width: 220px;
	height: 30px;

}



#content {
	width: 520px;
	height: 110px;
	float: left;
	margin-left: 75px;
	padding:25px 0px 0px 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#linkscontainer {
	width:200px;
	height: 100px;
	float: left;
	margin: -55px 0px 0px -100px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 908px;
	top: 668px;
}
#links ul {
	margin: 0px 0px 0px 0px;
	list-style:none;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
}
