/* @override 
	http://teentaal.org/styles/global.css
	http://teentaal.crossroad-solutions.com/styles/global.css
*/

* { margin: 0; padding: 0; }

body {
	background-color: #737373;
	background: url(/images/bkg_body.jpg) no-repeat;
}

body, p, td {
	font-family: Georgia, Times, serif;
	color: #fff;
}

b {
	font-weight: normal;
	color: #ff9900;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ff9900;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 850px;
}

#band {
	width: 478px;
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 0;
	background-color: #999;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
}

#navigation {
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 0;
	width: 100%;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px #ccc solid;
	text-align: center;
}

#navigation ul {
}
#navigation ul li {
	display: inline;
	list-style-type: none;
	padding: 10px 15px;
}

#navigation ul li.current {
	background: url(/images/nav_marker.gif) no-repeat center 28px;
}

#navigation a {
	color: #ccc;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
}

#navigation ul li.current a {
	color: #fff;
}

#left-col {
	position: absolute;
	top: 40px;
	width: 345px;
	padding: 20px 10px 0 10px;
	text-align: left;
}

#left-col a {
	color: #fff;
	text-decoration: underline;
}

#left-col a:hover {
	text-decoration: none;
}

#language-selector {
	position: absolute;
	top: 5px;
	font-size: 10px;
}

#language-selector a {
	color: #ccc;
	text-decoration: none;
}

#language-selector a.current {
	color: #fff;
}

#language-selector a:hover {
	text-decoration: underline;
}

#sidebar {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 10%;
	margin-bottom: 34px;
}

#sidebar a {
	color: #ccc;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: none;
}

#sidebar a.active {
	color: #fff;
}

#page-title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 30px;
	text-align: right;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#mainContentClip {
	position: absolute;
	width: 345px;
	font-size: 13px;
	line-height: 17px;
	top: 75px;
	text-align: left;
	height: 425px;
	clip: rect(0px,345px,425px,0);
	overflow: hidden;
}

#mainContent {
	position: absolute;
	padding: 0 0 0 10px;
	width: 335px;
}

#mainContent  p {
	padding-bottom: 17px;
}

#mainScrollTrack {
	position: absolute;
}

#mainScrollThumbTrack {
	position: absolute;
	left: 0px;
	background: #999;
	width: 5px;
	height: 425px;
	overflow: hidden;
}

#mainScrollThumb {
	position: absolute;
	left: 0px;
	width: 5px;
	height: 60px;
	border: none;
}

#right-col {
	position: absolute;
	top: 0;
	left: 372px;
	width: 478px;
	height: 100%;
	overflow: hidden;
}

#image-well {
	position: absolute;
	bottom: 115px;
	overflow: hidden;
}

#page-img {
}

#logo {
	position: absolute;
	bottom: 10px;
	height: 100px;
	width: 478px;

}
.centered { text-align: center }

.author, .publication, .date {
	color: #61CCFF;
	font-size: 11px;
}

.publication {
	font-style: italic;
}

.slide {
	width: 478px;
	height: 650px;
}		