* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

/***  Main Container  ***/
body {
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	background-image: url("../images/sitebgimg.png");
	background-position: center 35px;
	background-repeat: no-repeat;
}

#container {
	min-height: 100%;
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: hidden;
	clear: both;
	color: #ffffff;
	border: 0px dashed yellow;	

}

/***  Header  ***/
#header {
	width: 210px;
	height: 57px;
	margin-top: 15px;
	position: absolute;
	float: left;
	background-repeat: no-repeat;
}

/***  Navigation  ***/

#nav {
	float: right;
	margin-top: 30px;
	border: 0px dotted red;
	width: 100%;
	height: 212px;
	position: relative;
	background-image: url("../images/nav.png");
	background-position: right top;
	background-repeat: no-repeat;
}

#nav ul {
	position: relative;
}
	
#nav ul li {
	float: left;
	position: absolute;
	display: inline;
	list-style-type: none;
	background-repeat: no-repeat;
}

#nav ul li a {
	
}

#nav ul li a img {
	border: none;
	
}

#nav ul li.NavMain {
	top: 85px;
	left: 138px;	
}

#nav ul li.NavSpace {
	top: 65px;
	left: 278px;
}

#nav ul li.NavAbstract {
	top: 87px;
	left: 402px;
}

#nav ul li.NavAbout {
	top: 85px;
	left: 545px;
}

#nav ul li.NavLinks {
	top: 45px;
	left: 660px;
}

#nav ul li.NavGuestbook {
	top: 90px;
	left: 750px;
}

#nav ul li.NavContact {
	top: 55px;
	left: 895px;
}

#nav ul li a:hover {
	
}

/*** Footer ***/

#footer {
	width: 980px;
	height: 100px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	position: relative;
	
}

#footer div.tracker {
	padding-left: 3px;
	position: absolute;
	bottom: 0;
}

/*** Content ***/

#content {
	height: -30px;
	padding: 20px 75px;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	border-right: solid 4px #000000;
}

div.trans {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	border: dotted 0px purple;
}


div.transwhite {
	background-color: #ffffff;
	opacity: 0.7;
	z-index: -2;
}

a:link, a:visited {
	color: #6f078b;
}

a:hover {
	color: #af88ba;
}

/*#container div#content span.bold {
	font: normal bolder normal 11pt Arial, Helvetica, sans-serif;
}*/

ul.links li{
	margin-left: 30px;
	padding-left: 5px;
}

/*** Gallery Pages ***/

#content div.exhibit {
	float: right;
	width: 600px;
	height: 460px;
	border: dotted red 0px;
	position: relative;
	display: table;
}

#canvas {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#canvas img {
	margin: 0 auto;
	display: block;
	border: solid 4px #333333;
}

#canvas div.title {
	padding-top: 10px;
}

#content div.thumbnails {
	float: left;
	width: 166px;
	height: 460px;
	border: dotted blue 0px;
	position: relative;
	overflow: hidden;
}

#coverflow {
	width: 80px; 
	height: 2000px; 
	padding: 30px;
	/*position: absolute; 
	top: 0px; 
	left: 0px;*/
	position: relative;
	margin: 0 auto
}

#coverflow img {
	width: 64px; 
	height: 64px; 
	border: 3px solid #333333;
	float:  left; 
	position: relative; 
	margin: 5px;
}		

#coverflow img.selected {
	border-color: #999999;
}

p {
	padding: 15px 0 0 0;
}
