body {
    position:absolute;
    font:13px "comic sans ms", verdana, tahoma, arial, sans-serif;
}

html, body {
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}

h1, h2 {
    font-weight:bold;
    color:#000;
    margin:0;
    text-decoration:none;
    white-space:nowrap;
    overflow:hidden;
}

h1 {
    font-size:24px;
    padding-top:10px;
}

h2 {
    font-size:16px;
    padding-top:25px;
}

#header_container {
    position:fixed;
    top:0; left:0; right:0;
    text-align:left;
    margin:0;
    height:40px;
    z-index:3;
}

#header {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    height:100%;
    background:#fff;
    border-bottom:1px solid #000;
    margin:0;
    padding:0;
    z-index:3;
}

#header p {
    position:absolute;
    top:10px; left:150px;
    white-space:nowrap;
    margin:0;
    padding:0;
    overflow:hidden;
}

#header p a {
    color:#000;
    margin:0 10px 0 0;
    padding:0;
    text-decoration:none;
}

#header p a:hover {
    color:#D3042A;
}

#header p span {
    color:#D3042A;
    margin:0 10px 0 0;
    padding:0;
}

#logo {
    position:fixed;
    top:0;
    left:0;
    bottom:30px;
    width:150px;
    padding:50px 0 0 0;
    background:#fff;
    z-index:5;
}

#logo img {
    margin:0;
    border:0 solid;
}

#content {
    margin:0;
    padding-top:50px;
    padding-left:150px;
    padding-bottom:50px;
    min-height:300px;
    z-index:2;
}

#content a {
    color:#000;
    text-decoration:underline;
}

#content a:hover {
    color:#D3042A;
}

#content p {
    margin:10px 10px 10px 0;
    text-align:justify;
    line-height:19px;
}

#content img {
    margin:0 0 0 0;
    border:0 solid #000;
    float:left;
}

#content #rad {
    width:120px;
    height:120px;
    display:block;
}

#content p span {
    color:#D3042A;
    margin:0 10px 0 0;
    padding:0;
}

#content #team {
    width:120px;
    height:120px;
    display:line;
}

#content #rad:hover {
    width:120px;
    height:120px;
    display:block;
    background:url(../pics/radhover.gif);
}

#content ul {
    margin-top:10px;
}

#content li {
    list-style:inside circle;
    line-height:21px;
}

#footer_container {
    position:fixed;
    bottom:0; left:0; right:0;
    text-align:left;
    margin:0;
    height:40px;
    z-index:3;
}

#footer {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    background:#fff;
    border-top:1px solid #000;
    z-index:3;
}

#footer p {
    position:absolute;
    top:10px; left:150px;
    white-space:nowrap;
    margin:0;
    padding:0;
    overflow:hidden;
}

#valid {
    position:fixed;
    left:50px;
    bottom:10px;
    margin:0;
    padding:0;
    border:0;
    z-index:4;
}

#valid img {
    margin:0;
    border:0 solid;
}






* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}

* html #header_container, * html #footer_container {
    position:absolute;
    width:100%;
    padding-right:16px;
}

* html #logo {
    position:absolute;
}

* html #header,* html #footer {
    height:100%;
    position:static;
}

* html #content {
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    height:100%;
    width:100%;
    overflow:auto;
    margin:0;
}
