/**
* CSS
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 20;
	padding: 0;
}

body {
	font-size: 13px;
	font-family:Cambria, Times, serif;
	letter-spacing: 0.5px;
	line-height:17px;
	background: #FFF;
	color:#333;
	overflow: auto;
}

a { color:#333 }
a:link { text-decoration: none; color:#333; }
a:active { text-decoration: none; color:#333;}
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color:#333;}

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	margin-top:20px;
	margin-left:0px;
    position: fixed;
    height: 95%;
	background-color:#FFF;
	line-height:14px;
	text-align: center;
/* 	float:left; */
}

.topdivider{
margin:0 0 30px 0;
}

a.logo{

}

#topInfo{
margin:0 0 30px 0;
font-size:11px;
}

#menu ul {
	list-style:none;
	margin: 30px 0 40px 0;
	font-style:oblique;
}

#menu ul li{
	margin:0px 0px 5px 0px;
	padding-top:5px;
}

#menu ul li:hover{


}

#menu ul li a{

}

#menu ul li a:hover{

height:100%;
width:100%;
}

#menu ul li.noborder{
	border:0;
	font-size:11px;
	font-style: normal;
	color:#AAA;
	text-align: left;
	padding:0 0 0 35px;
	margin:0;
	
}

#menu ul li.noborder a{
	color:inherit;
}


#menu ul li.section-title { 
margin-top:0px;
}

#menu ul.credits{
margin:10px 0 0 0;
padding:0;
}



#movie{
position:relative;
height:466px;
}

#content {

    height: 100%;
    margin: 20px 0 0 250px;
    top: 0;
    color:#333;
/*     overflow: auto; */
}

#content .small{
margin:20px 0 0 0;
font-size:11px;
font-style: oblique;
}

#content table {margin-top: 20px; margin-bottom: 25px; }

#content table.other{margin-top:0; margin-bottom:25px;}


#content .title{
font-weight: bold;
}

#content td{
padding:0 20px 0 0;}

#content a{
text-decoration: underline;}

p {
    margin: 0 0 9px 0;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


#bcontainer{
display:block;
font-size:11px;
width:175px;
text-align:left;
margin:0 0 0 35px;
}


#news {
	width:240px;
	font-size:11px;
    height: 100%;
    margin: 0px 20px 0 5px;
    line-height:14px;
    text-align: left;
}


.date{
display:inline;
font-weight: normal;
font-family: sans-serif;
color:#AAA;
margin:0 5px 0 0;
}

.regular{
margin:0 0 15px 0;
padding: 0 0 15px 0;
border-style:solid;
border-color:#EEE;
border-width:0 0 1px 0;
}
/*

.regular{
margin:0 0 15px 0;
padding: 0 0 15px 0;
border-style:solid;
border-color:#EEE;
border-width:0 0 1px 0;
}
*/


.regular-last{
margin:0 0 0px 0;
padding: 0 0 0 0;

}


.regular a{
text-decoration: underline;

}

.newsCredit{
margin:5px 0 0 5px 0;
font-size:11px;
font-style: italic;
}

