﻿/* CSS for the master page */
body 
{
    background-image:url(images/mainBackground.jpg);
    background-repeat:repeat-x;
    color:#727272;
    margin:0px;
    padding:0px;
    font-family:Calibri; 
}

a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}


.navMenu
{
    width:800px;
    height:40px;
    background-image:url(images/navMenuBackground.jpg);
    background-repeat:no-repeat
}

.navMenu a:link,.navMenu a:visited, .navMenu a:hover, .navMenu a:active
{
    color: #727272;
    text-decoration:none;
}

#poster
{
    width: 800px;
    height: 250px;
    border: none;
}

.box
{
    background-image:url(images/boxBackground.jpg);
    background-repeat:no-repeat;
    width:265px;
    height:200px;
    text-align:center;
    vertical-align:top;
    padding-bottom:10px;
    padding-top:10px;
    font-size:12px;
}

.footer
{
    background-color:#232227;
    height:50px;
    text-align:center;
    vertical-align:top;
    font-size:12px;
    padding:10px;
}

/* End of CSS for the master page */

/* CSS for all other pages */

.leftblock
{
    background: #E2ECF5 url(images/sponserBackground.jpg) repeat-x;
    text-align:left;
    vertical-align: top;
    width:200px;
    font-size:14px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:10px;
    padding-top:10px;
}

.leftblock a:link,.leftblock a:visited, .leftblock a:hover, .leftblock a:active
{
    text-decoration:none;
}

/* End of CSS for all other pages */