body 
{
	margin: 0;
	padding: 0;
	background: #fff;/*#dcdcdc;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: justify;
}

body.dev
{
    background-image: url(../images/webruler(page).png);
    background-repeat:no-repeat;
}

a img
{
    border: none;
}

a, a:visited
{
    color: #0099cc;
}

a:hover
{
    color: #FF0000;
}

.clear
{
    clear: both;
}

.italic
{
    font-style: italic;
}

.bold
{
    font-weight: bold;
}

div.separator
{
    background-image: url(../images/horizontal_bar.png);
    background-repeat: no-repeat;
    width: 863px;
    height: 4px;
    margin: 15px 0px 0px 0px;
}

/* container */
div#container 
{
    padding-top: 15px;
    width: 850px;
    margin-left:50px; 
    /*border: 1px solid black;*/
}

/* top title and links */
div#header
{
    margin-top: 50px;
    /*border: 1px solid blue;*/
}

div#header h3
{
    margin: 0px;
    color: #81bf38;
    font-weight: bold;
}

div#header ul
{
    text-indent: 0px;
    padding: 0px;
    margin: 0px;
}

div#header li 
{
    list-style-type: none;
    display: inline;
    padding-right: 2px;
}

div#header a 
{
    text-decoration: none;
    color: #000;
}

div#header a:hover
{
    text-decoration: underline;
}

/* buddha */
div#buddha
{
    width: 800px;
    height: 123px;
    background-image: url(../images/bsp_buddha.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    /*border: 1px solid black;*/
}

div#buddha_child
{
    height: 123px;
    width: 400px;
}

/* main section - left */
div#mainSectionLeft
{
    float: left;
    /*border: 1px solid red;*/
    /*height: 420px;*/
}

div#mainSectionLeft div
{
    margin-top: 50px;
}

/* main section - right */
div#mainSectionRight
{
    float: right;
    /*border: 1px solid green;*/
    width: 400px;
}

div#header, div#mainSectionLeft
{
    width: 440px;
}

div#buddha_footer
{
    width: 400px;
    text-align: center;
}

/* Contact information */
div#contact
{
    margin-top: 50px;
}

.contact_panel
{
    width: 400px;
    height: 224px;
    border: 3px solid black;
}

.contact_panel p
{
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
}

.glasses
{
    background-image: url(../images/glasses.png);
    background-repeat: no-repeat;
    background-position: 270px 15px;
}

div#contact_info
{
    margin-top: 125px;
	width: 390px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 0.85em;
}


/* right pane content */
div#biography
{
    margin-top: 100px;
}

div#films
{
    margin-top: 50px;
}

div#films span
{
    display: none;
}

div#films .film
{
    float: left;
    padding: 0px 20px 20px 5px;
}

div#film_information
{
    margin-top: 150px;
}

div#film_content
{
    height: 420px;
}

div#film_information ul
{
    text-indent: 0px;
    padding: 0px;
    margin: 0px;
}

div#film_information li 
{
    list-style-type: none;
}

div.film_name
{
    font-size: 0.8em;
}

div#links
{
    padding-bottom: 20px;
}

div#links div
{
    padding: 0px;
}

/* news */
div.news_item
{
    
}

div.news_item .title
{
    font-weight: bold;
}

