/* ----- Whole Page ------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #676767;
	font-family: Tahoma, sans-serif;
	padding-top: 50px;
	padding-bottom: 50px;

}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #00CCFF;
}
.clearer {clear: both; margin-bottom: 10px;}

/*------ navbar --------*/
#navigation {
	color: #444444;
	font-size: 1em;
	padding-bottom: .5em;
}
#navigation ul {
	text-align:center;
}
#navigation li {
	display: inline;
	font-variant:small-caps;
}

/*----- container -----*/
#container {
	background-color: #FFFFFF;
	color: #444444;
	border-top: .03em solid  #000000;
	border-bottom: .03em solid  #000000;
	height: 15cm;
}
#container.large {
	height: auto;
}
/* -----header------ */
#header {
	height: auto;
	margin-top: 4px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #999999;
}

#header img {
	border-style:none;
	margin-top: 4px;
}

/* ----- content ---- */
#content {
	font: Tahoma, sans-serif;
	margin-top: 5px;
	width: 770px;
	
	font-size: .8em;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 5px;
	padding-left:2em;
	
	text-align:justify;
}
#content h1 {
	color:#666666;
	padding-bottom: .5em;
}
#content h2, h4 {
	font-weight: lighter;
}
/* ---- slideshow ---- */
#slideshow {
	float: left;
	height: 402px;
	width: 264px;	
	border-color:#333333;
	border-style:solid;
	overflow:hidden;
	position:relative;
}
#slideshow img {
	border-style:none;
	padding: 4px;
	z-index: 1;
}
#slideshownotused .captian {
	position: absolute;
	bottom: 0;
	right: 0;
	color:#00FF00;
	background-color:#333333;
	opacity: .75;
}
/* ---- linkstobig ---- */

#linkstobig {
	margin-right: 3em;
	border-color:#333333;
	border-style:solid;
	color:#333333;
	float:right;
	width: 330px;
	padding: 2em;
}
#linkstobig li {
	padding: 1em;
	margin-left: 1em;
}
#linkstobig a {
	text-decoration: none;
	color: #333333;
}
#linkstobig a:hover {
	color: #003366;
}

.current {
	text-decoration:underline;
	font-weight:bolder;
}

.noncurrent {
	color: #333333;
	font-weight: normal;
}

/* ---- images ---- */

#images a {
	color: #333333;
	font-size: 1em;
	text-align: left;
	text-decoration:underline;
}

#imageind {
	clear: both;
	margin: 5px;
}

/* -- footer -- */
#footer {
	margin-top: .5em;
	font-variant:small-caps;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-align: center;
}