body {
    text-align:center;
    margin:0;
    padding:0;
    font-size: 11px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    background-color:#cccccc;
}

h1 {
    font-size: 21px;
    color:#881111;
    padding:15px 15px 5px 15px;
    margin:0 
}

h2 {
    font-size:15px;
    color:#881111;
    padding: 4px 15px 5px 15px;
    margin:0px;
}

p, pre, td, table {
    padding: 4px 15px 5px 15px;
    margin:0;
}

input, textarea { 
    color:#990000;
}

.formfield {
    background-color:#dddddd; 
    width:300px; 
    border:1px solid #994444;
    margin:4 4 4 0;
}

form {
    margin:10 0 0 0;
}

text { 
    color:#990000;
}

table {
}
.blind {
    border:0;
}

#wrapper {
    background-image:url("designImages/img_wrapper.png");
    background-repeat:repeat;
    color:#000000;
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
    margin:0;
    padding:0;
}

#root {
    width:1000px;
    margin:0 auto;
    padding:0;
    text-align:left;
}

#header {
    position:relativ;
    height:10px;
    width:1000px;
}

#navi {
    background-color:#cccccc;
    position:relativ;
    height:82px;
    width:1000px;
}

#navi-space {
    height:80px;
    background-color:#cccccc;
    width:100px;
    float:left;
    background-image:url("designImages/img_navi_bg_middle.png");
    background-repeat:repeat-x;
}

#navi-squirrel {
    background-color:#cccccc;
    width:80px;
    height:80px;
    float:left;
    background-image:url("designImages/flix80.png");
    background-repeat:no-repeat;
}

#navi-holder {
    padding-top:0px;
    background-color:#cccccc;
    width:820px;
    height:80px;
    float:right;
}

#navi-top-space {
    float:top;
    width:820px;
    height:56px;
    background-color:#cccccc;
}

#line-top {
    position:relativ;
    width:1000px;
    height:3px;
    background-color:#990000;
}

#line-bottom {
    position:relativ;
    width:1000px;
    height:3px;
    background-color:#990000;
}

#content-holder {
    background-color:#999999;
    min-height:600px;
    width:1000px;
}

#content-left {
    float:left;
    position:relativ;
    /*background-image:url("images/left.png");*/
    background-repeat:no-repeat;
    background-color:#999999;
    min-height:600px;
    width:60px;
}

#content-middle {
    float:left;
    position:relativ;
    background-color:#999999;
    background-image:url("designImages/img_content_bg_middle.png");
    background-repeat:repeat-x;
    min-height:590px;
    width:730px;
    padding:5px 5px 5px 5px;
}

#content-right-holder {
    float:left;
    position:relativ;
    min-height:600px;
    width:200px;
}

#content-right-top {
    background-color:#999999;
    height:150px;
    width:200px;
}

#content-right-center {
    background-color:#999999;
    height:300px;
    width:200px;
}

#content-right-bottom {
    background-color:#999999;
    min-height:150px;
    width:200px;
}

#footer {
    position:relativ;
    height:20px;
    width:990px;
    background-color:#999999;
    text-align:right;
    padding:5px;
}

.button {
    margin-left:4;
    padding:3px 12px 0px 12px;
    float:right;
    height:18px;
    background-color:#990000;
    font-size:12px;
    color:#cccccc;
    text-decoration:none;
}
.button:hover {
    background-color:#aa0000;
    color:#ffffff;
}


