*{margin:0;padding:0;font-weight:normal;border:0}
body {
    text-align:center;
    font-family:Tahoma,Arial,'Trebuchet MS',sans-serif;
    background:#A3D2F1 url("bg.png") repeat-x top center;
}
#wrapper {
    text-align:left;
    font-size:12px;
    width:1000px;
    margin:20px auto;
    border:1px solid #fff;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    background:#D9EFFC;
}
#header {
    padding:40px;
    margin:0;
    border:0;
    font-size:38px;
    color:#334;
    background:transparent url("headerBg.png") repeat-x top center;
}
#contentWrapper {
    margin:10px;
    background:#fff;
    border:1px solid #51A5D1;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#navInfo {
    background:#E7F2F9;
    border-bottom:1px solid #51A5D1;
    padding:4px;
}
#content {
    padding:20px;
    font-size:12px;
    color:#444;
    font-family:Arial;
}
#preFooter {
    background:#255C85 url("prefooter.png") repeat-y top center;
    border-bottom:5px solid #3789B3;
}
#preFooter h2{
    color:#fff;
    float:left;
    font-weight:bold;
    font-size:18px;
    border:0;
    margin:0 10px;
}
#footer {
    background:#51A5D1 url("footer.png") no-repeat bottom center;
}
#footer a{
    color:#f8f8f8;
}
#footer a:hover {
    color:#fff;
    
}
#footer h2{
    font-size:16px;
    font-weight:bold;
    color:#fff;
    border:0;
}
#footer .module {
    list-style:none;
    display:block;
    float:left;
    width:110px;
    margin:20px;;
    border-right:1px dashed #72C5F1;
}
#footer .module li {
    padding:4px 0;
}
#copyright {
    text-align:right;
    padding:6px;
    color:#85939C;
}

/******** TAGS ****************/
a {
    color:#2B6B89;
    text-decoration:none;
}
a:hover {
    color:#eb0a0f;
}
h1,h2,h3,h4 {
    color:#E74E03;
    padding:8px 0;
    border-bottom:1px solid #ddd;
}

input {
    margin:12px 4px;
    background:#fff;
    border:1px solid #aaa;
    padding:3px;
    color:#333;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
button {
    margin:12px 4px;
    padding:4px;
    font-family:tahoma,sans-serif;
    text-transform:uppercase;
    color:#fff;
    cursor:pointer;
    background:#abf url("button.png") repeat-x top center;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
button:hover {
    background:#abf url("button.png") repeat-x bottom center;
}
/******* CLASSES **************/
.clear {
    clear:both;
}
