/*
      vanilla css
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 /*font-size: 13px;*/
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header {
 color: #333;
 width: 1000px;
 float: left;
 padding: 0px;
 border: 0px;
 height: 30px;
 margin: 10px 0px 5px 0px;
 background: #fff;
}
#navigation {
 float: left;
 width: 1000px;
 height: 111px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 5px 0px;
}
#title {
 float: left;
 width: 1000px;
 height: 30px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 5px 0px;
 text-align: left;
 color: #900;
}

#leftcolumn { 
 color: #333;
 border: 0px;
 background: #ffffff;
 margin: 0px 5px 1px 0px;
 padding: 0px;
 height: 360px;
 width: 480px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px;
 background: #000;
 margin: 0px 0px 1px 0px;
 padding: 0px;
 height: 360px;
 width: 515px;
 display: inline;

}


#footer { 
 width: 1000px;
 clear: both;
 color: #333;
 border: 0px;
 /*background: #eee;*/
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
 font-size: 80%;
}


a.clean:link {color: #6699CC; text-decoration: none;}
a.clean:visited {color: #6699CC; text-decoration: none;}
.slide_img {
	border:		solid 0px black;
}
#rightcolumn #mmb {
	position:	relative;
	/*top:		400px;
	left:		500px;*/
	z-index:	3;
	width:		450px;
	height:		60px;
	border:		1px solid #999;
	padding: 10px;
	background-color: #ffffff;
	top: 350px;
	visibility:hidden;
}
#mmb_text_area {
	color:	black;
	text-align: left;
}
#mmb a {
	text-decoration:	none;
}
#mmb a:hover {
	text-decoration:	underline;
}
#image_container {
	position:absolute;
	z-index:2;
	/*top:		5px;*/
	width:480px;
	height:360px;
	padding:0px;
	/*border:		1px solid gray;
	left:		500px;*/
	
}
#image_container img {
	display:none;
	position:absolute;
	top:0; left:0;
}
#video_window {
	position:	relative;
	/*top:		5px;
	left:		5px;*/
}
#language_switch {
	/*position:	absolute;
	top:		440px;
	left:		5px;*/
	float:left;
}
