   #menu{
        text-align: center;
        background-color: black;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 35px;
        width: 100%;     
        z-index: 3;
				color: white;
   }
   #menu a{
        color: white;
        position: relative;
        top:  5px;
        font-weight: bold;
        font-family: ;
   }
#banner{
				position: absolute;
				left: 50%;
                                top: 50px;
				margin-left: -294px;
}
#columnLeft{
				 text-align: center;
				 width: 33%;
				 position: absolute;
				 top: 250px;
				 right: 50%;
				 margin-right: 16.75%;
				 font-size: 14px;
				 font-weight: bold;
}
#column1{
				 text-align: center;
				 width: 33%;
				 border-left: 2px solid black;
				 border-right: 2px solid black;
				 position: absolute;
				 top: 250px;
				 left: 50%;
				 margin-left: -16.5%;
				 font-size: 14px;
				 font-weight: bold;
}
#columnRight{
				 text-align: center;
				 width: 33%;
				 position: absolute;
				 top: 250px;
				 left: 50%;
				 margin-left: 16.75%;
				 font-size: 14px;
				 font-weight: bold;
}
a{
				 color: black;
}
a:hover{
        color: blue;
}
.d{
        width: 75%;
}
.r{
        color: red;
}
.mrSmall{
        font-size: 30px;
        color: red;
        position: absolute;
        left: 50%;
        top: 185px;
        margin-left: -400px;
        width: 800px;
        text-align: center;
}
.mr{
        font-size: 36px;
        color: red;
        position: absolute;
        left: 50%;
        top: 185px;
        margin-left: -400px;
        width: 800px;
        text-align: center;
}
.mm{
        font-size: 36px;
        color: black;
        position: absolute;
        left: 50%;
        top: 185px;
        margin-left: -400px;
        width: 800px;
        text-align: center;
}
