/* 
    Document   : classes
    Created on : Jun 6, 2013, 3:02:23 PM
    Author     : aaron-admin
    Description:
        Purpose of the stylesheet follows.
*/

           .left{
                float: left;
            }
            .right{
                float: right;
            }
            .clear{
                float: center;
            }
            .center{
                margin-left: auto;
                margin-right: auto;
            }
            .nudge_down5{
                margin-top: 5px;
            }
            .nudge_down10{
                margin-top: 10px;
            }
            .banner_ad{
                width: 728px;
                height: 90px;
                border: 1px black dotted;
            }
            .side_ad{
                width: 160px;
                height:600px;
                border: 1px black dotted;
            }
            .center_ad{
                width: 250px;
                height: 300px;
                border: 1px black dotted;
            }
            .imagebox{
                width: 80px;
                height: 80px;
                border: 2px black ridge;
                margin: 5px;
            }
            .topdown{
                margin-top: 100px;
            }

