body {
    background-image:url(../images/page_bg.gif);
    background-repeat:repeat-x;
    background-color:#525252;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:76%;
    margin:0px;
    padding:0px;
    color:#FFFFFF;
    line-height:125%;
    lang:en;
}

form, input, select {
    padding:0px;
    margin:0px;
    font-size:1em;
}

.clear {
    clear:both;
}

p {
    padding:0px;
    margin:0px;
}

h1, h2, h3 {
    padding:0px;
    margin:0px;
    font-size:1em;
}

a {
    color:#FFFFFF;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

img {
    border:0px;
}

div.image a img {
    border: 1px solid white;
}

.arrowright, .arrowleft {
    font-family:Webdings;
}

/* Clearfix */

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}