/* CSS */

body{
    background: #ffffff;
    padding: 0;
    margin: 0;
}
p, h1, h2, h3, li, td{
    font-family: "Arial", "Helvetica", sans-serif;
}
p{
    font-size: 12pt;
    line-height: 18pt;
    color:#333333;
}
h1{
    font-size: 18pt;
    line-height: 21pt;
}
h2{
    font-size: 16pt;
    line-height: 21pt;
}
h3{
    font-size: 14pt;
    line-height: 21pt;
}
img{
    border:0;
}

/* STRUCTURE */

#container{
    width:960px;
    position: relative;
    margin:20px auto;
}
#header{
    width:960px;
    height:144px;
    background: #ffffff;
}
#logo{
    position:relative;
    padding:30px 0 0 30px;
}
#menu{
    width:960px;
    height:54px;
    background: #cccccc;
}
#content{
    padding:10px 0 0 20px;
    width:940px;
    height:auto;
    background: #ffffff;
    min-height: 300px;
}
#footer{
    padding:10px 0 0 20px;
    width:940px;
    height:72px;
    background: #cccccc;
}