@charset "utf-8";
/* CSS Document */

BODY{
text-align: center;
background-image: url(images/bgGradient.gif);
background-repeat: repeat-y;
background-position: center;
background-color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.main{
background-color: #F1F1F1;
width: 863px;
height: 600px;
padding: 0px 0px 0px 0px;
vertical-align: top;
border-left: 3px solid #991c00;
border-right: 3px solid #991c00;
}

.header{
padding: 0px 0px 0px 0px;
}

.mainText{
text-align: left;
width: 450px;
padding: 20px 0px 0px 30px;
font-size: 18px;
color: #333333;
font-family: "Times New Roman", Times, serif;
float: left;
}

.mainText2{
text-align: center;
width: 680px;
padding: 20px 0px 0px 100px;
font-size: 18px;
color: #333333;
font-family: "Times New Roman", Times, serif;
}

.mainText2 a{
color: #993300;
}

.footer{
text-align: center;
}

.fadeLeft{
width: 30px;
background-image: url(images/glowLeft.jpg);
background-repeat: repeat-y;
}

.fadeRight{
width: 30px;
background-image: url(images/glowRight.jpg);
background-repeat: repeat-y;
}

.posters{
padding-top: 30px;
margin-left: 530px;
}