/*<![CDATA[*/
<!--

* {
    margin:0;
    padding:0;
}

body {
    /* background-color: #DDDDDD; */
    background-color: #330000;
    text-align: center;
}

div#mainwrap {
    width:780px;
    margin-top:20px;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:20px;
    text-align:left;
    background-color:#FFFFFF;
}

div#header {
    padding: 10px 10px 10px 10px;
}

div#headerliner {
    /* margin-bottom: 10px; */
    background-image: url(../images/bg_header_c4.gif);
}

div#contentarea {
    width:780px; 
}

div#column1 {
    width:150px; 
    float:left;
}

div#column1liner {
    padding: 10px 10px 10px 10px;
}

div#column2 {
    /* width:630px; */
    width:620px; 
    float:left;
}

div#column2liner {
    /* padding: 10px 100px 0px 10px; */
    padding: 10px 90px 0px 10px;
}

div#column3 {
    width:70px; 
    float:left;
}

div#footer {
}

div#footerliner {
    padding: 10px 10px 30px 10px;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* fix for the Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

-->
/*]]>*/
