html {
        background: #333333;
        line-height: 16px;
        color: #ffffff;
        font-size: 11px;
        font-family: Verdana, sans;
}

#mainContainer {
        width: 700px;
        margin: 0 auto;
        padding-top: 25px;
}

#mainContainer #headerArea #top {
       border-bottom: 6px solid #474747;
       overflow: hidden;
       height: 38px;
}

#logo {
        float: left;
}

#miles {
        float: right;
        padding-top: 16px;
}

#mainContainer #headerArea #bottom {
        clear: both;
        padding-top: 6px;;
        border-top: 3px solid #737373;
       overflow: hidden;;
       text-align: right;
}

#about {
        background: #424242;
        border: 2px solid #6d6d6d;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 8px;
}


.warning { color:#b2d81c;}
.green { color:#a2d26e;}
.blue{ color:#90adff; }
.green{ color:#abc094; }
.red{ color:#e77f77; }
.grey { color: #6fb227; }

a {
	color:#ffcd62;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

a:link {color: #ffcd62}
a:visited {color: #ffcd62}
a:active {color: #afc7ff}
a:hover {color: #afc7ff}



