/* Default Colors 
light blue:   #1E90FF
lighter blue: #99CCFF
header blueII #2979C3
light gray:   #C4C4C4
light green:  #85C329
light orange: #FF6600
*/

* {
    margin:0px;
    padding:0px;
}
body{
    background: #FFF url(images/bg.png) fixed repeat-x;
    font-family:arial, verdana, times new roman;
    font-size:0.7em;
    line-height:22px;
    text-align:center;
}

.clearer{
    clear:both;	
}

/* ###################### */
/* links styling*/
a {
    text-decoration:underline;
    color:#85C329;
}

a:hover{
    color:#000;
    text-decoration:underline;
}

a:visited{
    color:#85e259;
    text-decoration:underline;
}

#box-footer a{
    text-decoration:underline;
    color:#FFF;

}
#box-footer a:visited{
    text-decoration:underline;
    color:#FFF;
}

/* ###################### */
/* content container */
#wrapper {
    margin:0px auto;
    width:980px;
    background-color:#FFF;
    padding:0px 10px 10px 10px;
    border-right:5px solid #666666;
    border-bottom:5px solid #666666;
    border-left:5px solid #666666;
    text-align:left;
}

box{ 
    width:100%;
} 


