/* The Lives of Others CSS */

body {
width: 100%;
height: 100%;
position: relative;
background: #0F1210;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #ffffff;
font-weight: normal;
margin: 0;
}

body#index {
width: 100%;
height: 100%;
position: relative;
background: #8C2021;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #ffffff;
font-weight: normal;
text-align: center;
margin: 0;
}

body.video {
width: 640px;
padding: 0;
margin: auto;
overflow: hidden;
}

#wrapper {

width: 770px;
height: 100%;
background: transparent;
margin: 0 auto 0 auto;
position: relative;

}

#wrapper_index {

width: 770px;
height: 620px;
background: #8C2021 url('imgs/livesofothers.gif') top left no-repeat;
margin: 0 auto 0 auto;
position: relative;
padding-top: 10px;
}




/* main nav */

#nav {
float: right;
margin: -8px 0 0 0;
text-align: left;

}


#nav ul {

margin: 0;
list-style: none;
width:770px;
}

#nav li {

margin: 0;
display: inline;

}



#nav li span {

margin: 0;
display: none;
}

#nav a {
float: left;	
margin: 0 1px 0 1px;
}



#synopsis a {

background: transparent url('imgs/nav_synopsis.gif') top left no-repeat;
width: 111px;
height: 25px;

}

#teachers a {

background: transparent url('imgs/nav_teachers.gif') top left no-repeat;
width: 193px;
height: 25px;

}

#guide a {

background: transparent url('imgs/nav_guide.gif') top left no-repeat;
width: 145px;
height: 25px;

}

#clip a {

background: transparent url('imgs/nav_clip.gif') top left no-repeat;
width: 155px;
height: 25px;

}


#links a {

background: transparent url('imgs/nav_links.gif') top left no-repeat;
width: 150px;
height: 25px;

}

#nav a:hover, #nav a#this {
background-position: 0 -25px;

}

p#index_logo {

margin: 0;
}


/* index nav */


#index_nav li a {

float: none;
display: block;
margin: 4px 0 4px 0;

}


#index_nav #synopsis a {

background: transparent url('imgs/index_nav_synopsis.gif') top left no-repeat;
width: 216px;
height: 28px;

}

#index_nav #teachers a {

background: transparent url('imgs/index_nav_teachers.gif') top left no-repeat;
width: 216px;
height: 28px;


}

#index_nav #guide a {

background: transparent url('imgs/index_nav_guide.gif') top left no-repeat;
width: 216px;
height: 28px;


}

#index_nav #clip a {

background: transparent url('imgs/index_nav_clip.gif') top left no-repeat;
width: 216px;
height: 28px;


}


#index_nav #links a {

background: transparent url('imgs/index_nav_links.gif') top left no-repeat;
width: 216px;
height: 28px;


}





/* central content */




#content_center {
width: 23em;
height: 599px;
text-align: left;
position: absolute;

top: 90px;
left: 60px;

margin: 0;

}

#content_left {
width: 23em;
height: 599px;
text-align: left;
position: absolute;

top: 150px;
left: 10px;

margin: 0;


}


#content_right {
width: 20em;
height: 599px;
text-align: left;
position: absolute;

top: 110px;
left: 450px;

margin: 0;
font-weight: normal;
}


#footer {
width: 323px;
height: 28px;
text-align: right;
position: absolute;
margin: 5px 0 0 0;
top: 700px;
left: 440px;

font-size: 0.7em;
padding: 10px 0 0 0;
}



/* general bits */


.hide {
display: none;
}

a {

color: #000000;

}

a.white {

color: #ffffff;

}

h1 a {
display: block;
background: transparent url('imgs/title.gif') top left no-repeat;
width: 766px;
height: 51px;
margin: 0;
}





img {
border: none;
padding-top: 10px;
}

#logo {
float: right;
margin-top: -30px;
}


#content p {

margin-top: 1em;

}

#black {
padding-top: 3em;

color: #000000;
font-weight: bold;
}


#black_links {
padding-top: 4em;

color: #000000;
font-weight: normal;
}


.link {

color: #990000;
}


/* download bits */


a.pdf {
margin-bottom: 20px;
padding-left: 35px;
display: block;
width: 20em;
height: 32px;
background: transparent url('imgs/pdf.gif') top left no-repeat;

}

a.pdf span {
display: none;
}

a.adobe_reader {
margin-bottom: 20px;
display: block;
width: 88px;
height: 31px;
background: transparent url('imgs/get_adobe_reader.gif') top left no-repeat;
}

a.adobe_reader span {
display: none;
}

p.adobe_reader_download {

font-weight: normal;

}

