body {
	background-color: white;	
}

#blank {
	position: absolute;
	top: 0px;
	left:231px;
}

#blank a img {
	border-width: 0;
}


#lang {
	position: absolute;
	font-family: verdana;
	font-size: 10px;
	top: 20px;
	left: 20px;
}

#lang a {
	text-decoration: none;
	color: black;
}


#top {
	background: transparent url(../images/logo.jpg) no-repeat top right;
	height: 40px;
	width: 210px;
	position: absolute;
	top: 20px;
	right: 200px;
	color: #3b3b3d;
	display: block;
	text-indent:-9999px;
}



#vertical {
	background: #1e1e1e;
	top: 0px;
	left: 80px;
	width: 150px;	
	height: 100%;
	/* for IE */
	filter:alpha(opacity=60);
  	/* CSS3 standard */
	opacity:0.6;
	position:absolute;
	//visibility: hidden;
}	

#menu {
	display: block;
	font-family: verdana;
	font-size: 10px;
	line-height: 3;
	color: white;
	position: absolute;
	top: 143px;
	left: 120px;
	width: 50px;
	z-index: 100;
}	

#menu em {
	font-weight: bold;
	font-style: normal;
}

#menu a {
	text-decoration: none;
	color: white;
}

#menu a:hover {
	font-weight: bold;
	//font-style: italic;
}

#horizontal {
	background-color: black;
	top: 80px;
	left: 0px;
	width: 100%;	
	height: 1px;
	position:absolute;
}	


#center {
	position: absolute;
	left: -15px;
	top: 120px;
	height: 300px;
	width: 110%;
	/* for IE */
	filter:alpha(opacity=80);
  	/* CSS3 standard */	
	opacity: 0.8;
}

#container {
	position: absolute;
	top: 150px;
	margin-left: 260px;
	height: 450px;
	font-family: tahoma;
	font-size: 10px;
	width: 100%;	
}

#container img {
	height: 235px;
}

#container p {
	display: block;
	margin: 0;
	line-height: 2;
}

#content-left {
	float: left;
	height: 250px;
	min-width: 150px;
	//max-width: 400px;
	max-width: 600px;
	//min-width: 400px;	
	text-align: left;
	overflow: auto;
}

#content-left a img {
	height: 100%;
	border-width: 0px;
}

#content-middle {
	float: left;
	width: 400px;
	height: 240px;
	text-align: left;
	margin-left: 30px;
	overflow: auto;
}

#content-right {
	position: absolute;
	float: right;
	right: 468px;
	text-align: right;
}

#content-thumbnails {
	float: left;
	max-width: 600px;
	min-width: 400px;
	height: 240px;
	overflow: auto;
}


#content-thumbnails img {
	height: 65px;
	border: 1px solid black;		
}

#content-thumbnails a {
	float: left;
	padding-right: 5px;
	padding-bottom: 4px;
	position: relative; 
	/* for IE */
	filter:alpha(opacity=70);
  	/* CSS3 standard */		
	opacity: 0.7;
}

#content-thumbnails a:hover {
	/* for IE */
	filter:alpha(opacity=100);
  	/* CSS3 standard */	
	opacity: 1;
}

#content-list {
	max-width: 600px;
	min-width: 400px;
	height: 250px;	
	overflow: auto;
}

#content-list ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#content-list li {
	padding-bottom: 10px;
}

#content-list a {
	text-decoration: none;
	color: black;
}

#content-list a:hover {
	color: white;
}

#content-list td, th {
	border: 1px solid black;
	padding: 2px 5px 2px;
	text-align: center;
	background-color: #cccccc;
}

#content-list th {
	background-color: #777777;
	color: white;
}

#content-list td a img {
	height: 100%;
	border-width: 0px;
}

#content-list a img {
	height: 16px;
	border-width: 0px;
}

#content-list img {
	height: 100%;
}

#content-photo {
	top: -50px;
	float: left;
	margin-right: 20px;
}

#content-photo img {
	height: 100%;
}

#navigation {
	position: absolute;
	top: 290px;
	left: 430px;	
}


#navigation a img {
	border-width: 0px;
	height: 20px;
}


#footer {
	position: absolute;
	top: 430px;
	font-family: tahoma;
	font-size: 10px;
	color: #aaaaaa;
	text-align: right;
	right: 200px;
	z-index: -1;
}

.middle {
	position: relative;
	display: block;
	height: 130px;
	top: 20px;
}	

.bottom {
	position: relative;
	top: 30px;
}	

.title {
	font-size: larger;
	font-weight: bold;
}