#banner {
		position: absolute;
		height: 155px;
		width: 1045;
		background: url('http://www.geocities.com/courtland00/bannerMC.jpg');
}
#leftcol {
                position: absolute;
                width: 200px;
                top: 180px;
                left: 20px;
                background: #FFFFFF;
                color: #0C2673;                
}
#centercol {
                position: absolute;
                width: 780px;
                top: 180px;
                left: 230px;
                background: #FFFFFF;
                color: #0C2673;
}
h1 {color: #FFFFFF;}

a.bluelink{ 
             color:#0C2673;
             text-decoration: underline;
}

a {
             color:#FFFFFF;
             text-decoration:none;
}
        
div.img
{
            margin-top: 0px;
            margin-right: 5px;
            border: 1px solid #0C2673;
            height: auto;
            width: auto;
            float: left;
            text-align: center;
}	
div.img img
{
            display: inline;
            margin: 3px;
            border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
           text-align: center;
           font-weight: normal;
           font-size:11;
           margin: 1px;
}
