body{   
    margin:0;
    padding:0;
    background:#f8f8f8;
    font-size:63%;
    font-family:Arial,Helvetica,sans-serif;
    line-height:18px;
}

a{
    text-decoration:none;
    color:#0099ff;
}

a:hover{
    text-decoration:underline;
}

img{
    border:0;
}

h2{
    font-weight:normal;
    font-family:"Times New Roman", serif;
    font-size:1.7em;
    margin:0;
    padding:0 0 10px 0;
}

h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.2em;
    margin:0;
    padding:10px 0 10px 0;
}

p{
    margin:0;
    padding:0;
}

/******************HEADER******************/

#header{
    width:100%;
    background:#ffffff;
}

.headlogo{
    width:980px;
    height:80px;
    background-image:url("/images/head_bg.png");
    margin:0 auto;
}

.headtemp{
    width:980px;
    height:80px;
    background-image:url("/images/temphead.png");
    margin:0 auto;
}

/*****************WRAPPER******************/

#wrapper{
    margin:0 auto;
    width:980px;
}

/*****************NAVIGATION******************/

#navigation{
    width:980px;
    height:45px;
    background-image:url("/images/nav_bg.png");
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.8em;
}

/*****************HOME CONTENT******************/

#homecont{
   /* width:980px;
    margin:10px 0 0 0;
    height:400px;*/
   border:1px solid #cccccc;
   height:398px;
}

#content{
    width:980px;
    margin-top:10px;
    font-size:1.2em;\
}

/*****************FOOTER******************/

#footer{
    width:980px;
    margin-top:10px;
    border-top:10px solid #cccccc;
    font-size:1.1em;
    text-align:center;
    padding:10px 0 10px 0;
    color:#999999;
    float:left;
}