/* Enter Your Custom CSS Here */

.header, .header2 {
    background-color: #555;
    clear: both;
    margin: 2px auto;
    padding: 4px;
    text-align: center;
    width: 800px;
    color: #ffffcc;
}

.header2-left {
    background-color: transparent;
    float: left;
    margin: 2px 0;
    padding: 4px;
    width: 390px;
}

.header2-right {
    background-color: transparent;
    float: right;
    margin: 2px 0;
    padding: 4px;
    width: 390px;
}

#content_box {
    clear: both;
}

#footer {
	clear: both;  
    margin: 23px -12px 0 -12px;
    width: 800px;
    font-family:	verdana, arial, helvetica, sans-serif;
}

.footer {
    background-color: #555;
    clear: both;
    margin: 2px auto;
    padding: 4px;
    text-align: center;
    width: 800px;
    color: #ffffcc;

}

.footer A:link {
    text-decoration:    none;
    color:              #ffc;
    background:         transparent;
}

.footer A:visited {
    text-decoration:    none;
    color:              #ffc;
    background:         transparent;
}

.footer A:hover {
    text-decoration:    none;
    color:              #066;
    background:         #ffc;
}

.footer A:active {
    text-decoration:    none;
    color:              #600;
    background:         transparent;
}