@charset "UTF-8";  

* {
	margin:0;
	padding:0;
	
} 

body
{
	background: #fff;
	color: #000;	
	font: 0.6em/ 200% Monaco, "Lucida Console", sans-serif;
	margin: 0 auto;
}

h1 {
	font-size: 1.0em;
	font-weight: normal;
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
}

h3 {
	font-size: 1.0em;
	font-weight: normal;
}

p {
	line-height: 16px;
}

ul {
	margin: 0 0 15px 0;
}

li {
	list-style: none;
}


a {
	color: #000;
    outline:none;
    text-decoration:none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #f00;
}

a:active {
	text-decoration: none;
    border-bottom: 1px solid #f00;
}

a img {
    border:none;
}

#wrapper {
    border: medium none;
    width: 978px;
    height: 1200px;
    margin: 5px auto;
	position:relative;
}

#leftbar {
	position: fixed;
	top: 0;
	left: 0;
	background: transparent none repeat scroll 0 0;
	height: 100%;
	width: 189px;
	text-align: center;
}

#leftmenu {
	margin: 17px 15px 0 15px;
	line-height: 16px;
}

#content {
	position: absolute;
	top: 15px;
	left: 189px;
	width: 62%;
	min-width: 600px;
}

#content ul {
	text-align: center;
}

.video_footer {
	display: block;
	margin: 0 0 25px 0;
	text-align: center;
}

.video_no_footer {
	display: block;
	margin: 0 0 9px 0;
}

#image {
	width: 600px;
	position: relative;
	text-align: center;
}

.image_footer {
	display: block;
	margin: 2px 0 25px 0;
}

.image_no_footer {
	display: block;
	margin: 0 0 15px 0;
}

#no_image {
	margin: -30px 0 0 0;

}

#text {
	width: 414px;
	text-align: left;
	margin: 0 100px 8px 100px;
}

#up_text {
	width: 414px;
	text-align: left;
	margin: -5px 100px 0 100px;
}

#down_text {
	width: 414px;
	text-align: left;
	margin: 45px 100px 10px 100px;
}

#down_text_footer {
	width: 414px;
	text-align: left;
	margin: 40px 100px 10px 100px;
}

#text_title {
	text-align: center;
	margin: 0 0 18px 0;
}

.text_title_positioning {
	display: inline;
	margin: 30px 0 18px 0;
	text-align: center;
	border-bottom: 1px solid #f00;
}

#rightbar {
	position: fixed;
	top: 0;
	right: 0;
	background: transparent none repeat scroll 0 0;
	height: 100%;
	width: 189px;
	text-align: center;
}

#rightmenu {
	margin: 17px 15px 0 15px;
	line-height: 16px;
}

#bottombar{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 186px;
	width: 159px;
	text-align: left;
	padding: 0 15px 0 15px;
	line-height: 16px;
}

.titol {
	margin: 0 0 15px 0;
}

.highlight {
	border-bottom: 1px solid #f00;
	color: #000;
}

#phrase_container {
	width: 600px;
	font-size: 5.4em;
	line-height: 70px;
	text-align: left;
	margin: -16px 0 0 0;
}

#credits_container {
	width: 600px;
	text-align: left;
	margin: -5px 0 0 100px;
}

.phrase {
	border-bottom: 1px solid #f00;
}

/*------------------------------  LANGUAGE ----------------------------------*/

#language {
	display: block;
	float: left;
}

#language ul {
	clear: both;
	top: -20px;
	height: 15px;
}

#language ul li {
	list-style: none;
	display: inline;
}

#language ul li a {
	float: left;
	color: #000;
	margin-right: 5px;
}

#language ul li a:hover {
	text-decoration: none;
}

#language ul li a.selected {
	color: #000;
	border-bottom: 1px solid #f00;
}

