body, html {
    height:100%;
}

body {
    background-color:#646464;
    background-image:url('../images/bg.png');
    background-position:top left;
    margin:0 0 50px 0;
}

th {
    text-align:left;
}


/*
div {
    border:1px solid #f0f;
}
*/

h1 {
    font-family:Georgia,"Times New Roman", serif;
    font-size:12px;
    font-weight:bold;
    margin:15px;
    margin-top:18px;
    text-transform:uppercase;
}

h2 {
    /*font-family:Georgia,"Times New Roman", serif;*/
    font-family:Verdana,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:15px;
    color:#7a0000;
}


h3 {
    font-family:Verdana,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:15px;
    color:#000000;
}

h4 {
    font-family:Georgia,"Times New Roman", serif;
    font-size:12px;
    font-weight:bold;
    margin:15px;
    color:#000000;
}



p, td, li, table {
    font-family:Georgia,"Times New Roman", serif;
    font-size:12px;
    margin:15px;
    /*background-color:#f5f2ef;*/
}

p {
    line-height:20px;
}


form p, form td, form div {
    font-family:Verdana,sans-serif;
    font-size:12px;
    /*font-weight:bold;*/
    /*line-height:30px;*/
}


a {
    color:#000;
    border-bottom:1px solid #960000;
    text-decoration:none;
}


img, a.img {
    border-width:0px;
}

ul {
    list-style-image:url('../images/square-red.gif');
}



table {
    border-collapse:collapse;
    padding:0px;
}

td {
    vertical-align:top;
}


input,select,textarea {
    background-color:#fff;
    border:1px solid #710000;
    font-family:Verdana,sans-serif;
    font-weight:bold;
    color:#767676;
}

input.checkbox {
    border-width:0px;
    background-color:transparent;
}

input.wide ,select.wide,textarea.wide {
    width:400px;
}

textarea.wide {
    height:100px;
}

input.half, select.half {
    width:195px;
}

div.half {
    float:left;
    overflow:visible;
    width:40%;
    white-space:nowrap;
    margin-left:10px;
}

input.error, select.error, p.error {
    border:2px solid #ff0000;
    background-color:#fee;
    color:#000;
}

p.error {
    margin:15px;
    padding:15px;
}




input.submit {
    width:auto;
    background-color:#7a0000;
    color:#fff;
}

div#site-top-snow {
    position:absolute;
    top:0px;
    left:0px;
    width:1050px;
    height:282px;
    background-image:url('../images/site-top-snow.png');
    background-repeat:no-repeat;
    /*
    background-color:#f0f;
    border:2px solid #f0f;
    */
}


div#site-top {
    position:absolute;
    /*float:left;*/
    top:13px;
    left:29px;
    width:1004px;
    height:260px;
    /*background-image:url('../images/site-top-01.png');*/
    background-repeat:no-repeat;
    /*
    background-color:#f0f;
    border:2px solid #f0f;
    */
}

div#site-top.snow {
    top:0px;
    left:0px;
}

div#site-top-home-linker {
    position:relative;
    top:18px;
    left:20px;
    width:970px;
    height:180px;
}

div#site-top #top-content {
    position:absolute;
    float:left;
    bottom:21px;
    right:40px;
    height:25px;
}

div#site-top #top-content p {
    margin:0px;
}

div#site-top #top-content p input {
    margin:0px;
    float:left;
    height:14px;
    margin-top:2px;
    margin-right:3px;
    font-family:verdana,sans-serif;
    font-size:10px;
    font-weight:bold;
}

div#site-top #top-content p img {
    margin:0px;
    float:left;
    margin-right:3px;
}


div#site-content {
    position:relative;
    float:left;
    top:273px;
    left:29px;
    width:1004px;
    background-image:url('../images/site-content-bg.png');
    background-repeat:repeat-y;
}



div#menu {
    position:absolute;
    width:715px;
    left:280px;
    top:295px;
    z-index:120;

}

div#menu div.button {
    position:relative;
    float:left;
    width:98px;
    height:16px;
    margin:0px 4px 4px 0px;
    background-image:url('../images/menu-button.png');
    background-repeat:no-repeat;
    background-position:bottom left;
    text-transform:uppercase;
    overflow:hidden;
    padding:0px;
    line-height:12px;
}

div#menu div.button:hover {
    background-image:url('../images/menu-button-over.png');
    cursor:pointer;
}

div#menu div.button a {
    font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
    font-size:10px;
    color:#3a3a3a;
    margin-left:5px;
	text-decoration:none;
}


div#menu div.button a:hover {
    color:#fff;
}

div#site-content #menu div.button:hover a {
    color:#ffffff;
}



div#site-content #header {
    position:relative;
    float:left;
    width:1004px;
    height:66px;
    background-image:url('../images/site-content-header.png');
    background-repeat:no-repeat;
    background-position:top left;
}

div#site-content #content {
    position:relative;
    float:left;
    width:969px;
    min-height:631px;
    background-image:url('../images/site-content-content-bg.png');
    background-position:top left;
    background-repeat:no-repeat;
    margin-left:19px;
    margin-right:19px;

}


div#site-content #content>div {
    /*border:1px solid #ccc;*/
}

div#site-content #content #left {
    position:relative;
    float:left;
    width:230px;

}

div#polaroid1 {
    position:relative;
    float:left;
    top:-59px;
    left:-6px;
    width:241px;
    height:261px;
}

div#polaroid2 {
    position:relative;
    float:left;
    top:-63px;
    left:-6px;
}


div#site-content #content #center {
    position:relative;
    float:left;
    width:438px;
    left:20px;
    background-image:url('../images/content-center-bg.png');
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#f5f3ef;
    margin-top:20px;
    margin-bottom:50px;
    border-bottom:2px solid #cec5b0;
}


div#site-content #content #center-wide {
    position:relative;
    float:left;
    width:679px;
    left:20px;
    background-image:url('../images/content-center-bg.png');
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#f5f3ef;
    margin-top:20px;
    margin-bottom:50px;
    border-bottom:2px solid #cec5b0;
}


div#site-content #content #right {
    position:relative;
    float:right;
    width:260px;
    margin-top:20px;
}

div#site-content div#footer {
    position:relative;
    float:left;
    width:1004px;
    /*height:34px;*/
    height:250px;
    background-image:url('../images/site-content-footer.png');
    background-repeat:no-repeat;
    background-position:bottom center;

    
    
    /*
    border:1px solid #f0f;
    padding-bottom:400px;
    */
    
    
}

.divider-2 {
    position:relative;
    float:left;
    width:431px;
    height:7px;
    background-image:url('../images/divider-2.png');
    background-repeat:no-repeat;
    background-position:center;
    margin-top:10px;
    margin-bottom:10px;
}

div.divider, div#site-content #menu .divider {

    position:relative;
    float:left;
    width:672px;
    height:13px;
    background-image:url('../images/divider.png');
    background-repeat:no-repeat;
    background-position:center;
    margin-top:10px;
    margin-bottom:10px;
}


div#site-content .divider {
    margin-left:270px;
}



div.box {
    position:relative;
    float:left;
    width:215px;
    margin-bottom:10px;
}

div.box .header {
    position:relative;
    float:left;
    width:215px;
    height:3px;
    background-image:url('../images/box-header.png');
}

div.box .title {
    position:relative;
    float:left;
    width:215px;
    background-color:#e1e1e1;
}

div.box .title h1 {
    font-family:Georiga,serif;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    margin:3px;
    text-transform:uppercase;
}

div.box .content {
    position:relative;
    float:left;
    width:215px;
    background-image:url('../images/box-content.png');
}


div.box .footer {
    position:relative;
    float:left;
    width:215px;
    height:3px;
    background-image:url('../images/box-footer.png');
    background-repeat:no-repeat;
}

div.calendar {
    position:relative;
    float:left;
    background-color:#fff;
    margin:4px;
}

.calendar div {
    position:relative;
    float:left;
    width:25px;
    height:15px;
    text-align:center;
    font-size:12px;
    border:2px solid transparent;
}

.calendar .daymark {
    background-color:#aaa;
    border:2px solid #bbb;
    border-top-color:#666;
    border-left-color:#666;
}

.calendar .grey {
    color:#ccc;
}

.calendar .weekend {
    background-color:#f0ede7;
}

.calendar .eventmark {

}


.pdflinks {
    font-size:13px;
    font-weight:bold;
}



div#right-menu {
    position:relative;
    float:right;
    width:255px;
    margin-top:20px;
    margin-right:10px;
     
}

div#right-menu h1 {
    color:#fff;
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
}

div#right-menu p {

    font-style:italic;
    font-size:11px;
    margin-top:-10px;
    margin-bottom:0px;

}

div#right-menu div#right-menu-header {
    position:relative;
    float:left;
    width:255px;
    height:15px;
    background-image:url('../images/menu-right-header.png');
    background-repeat:no-repeat;
    background-position:left bottom;
}

div#right-menu div#right-menu-content {
    position:relative;
    float:left;
    width:255px;
    background-image:url('../images/menu-right-bg.png');
    background-repeat:repeat-y;
    background-position:top left;
}

div#right-menu div#right-menu-content div#right-menu-content-margin {
    position:relative;
    float:left;
    width:225px;
    margin-left:15px;
    min-height:553px;
    background-image:url('../images/menu-right-content-bg.png');
    background-repeat:no-repeat;
    background-position:top left;
    overflow:hidden;
}
    
div#right-menu div#right-menu-footer {
    position:relative;
    float:left;
    width:255px;
    height:20px;
    background-image:url('../images/menu-right-footer.png');
    background-repeat:no-repeat;
    background-position:top left;
}

div#right-menu ul {
    list-style-image:url('../images/dot-red.png');
    font-size:10px;
    text-transform:uppercase;
    font-weight:bold;
    margin-left:11px;
    padding-left:0px;
}


div#right-menu li {
    font-size:11px;
}


div#right-menu a {
	text-decoration:none;
}


div.warning {
    position:relative;
    float:left;
    width:460px;
    height:107px;
    background-image:url('../images/warning.png');
    background-repeat:no-repeat;
    background-position:top center;
    margin-left:-20px;
}


div#language_link {   
    float:left;
    margin:20px auto  0px 40px;
}
div#language_link a {
    border-width:0px;
}

div#subjects {
    float:left;
    width:100%;
    clear:both;
}

div.subject {
    width:50%;
    float:left;
}

textarea#filmidea {
    font-weight:normal;
    font-size:11px;
    color:#000;
    width:100%;
    height:500px;
    
}


div#filmidea_chrs {
    display:block;
    float:right;
    position:relative;
    border:1px solid #000;
}

p.filmidea_p b {
}

