/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

body {
    background:#FFF url(../images/header_bg.png) no-repeat 50% 0;
    font-family:Arial, Helvetica, sans-serif;
    color:#5a5a5c;
    font-size:14px;
}

/* wrapper setup */
div.wpr {
    margin:auto;
    width:960px;
    padding:0 20px;
	
}

/* header */
div#header {
    position:relative;
    height:325px;
    margin:0;
}

/* logo */
div.logo {
    padding:35px 0 0 0px;
    float:left;
    width:200px;
}

/* adsense */
div.adsense {
    padding:35px 0 0 0px;
    float:center;
    width:200px;
}

/* adsensevert */
div.adsensevert {
    padding:0px 0 0 60px;
    float:right;
    width:200px;
}

/* loader */
div.loader {
    padding:79px 0 0 373px;
    float:left;
    width:200px;
}

/* content column */
div#main {
    clear:both;
    width:auto;
    margin:0 0 0 0;
    padding:0;
    text-align:center;
    
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

