@import "reset.css";
@import "default.css";
@import "navigation.css";

.white {
    color: #fff;
}

.green {
    color: #66CB2F;    
}

.grey {
    color: #666666;
}

body { 
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    background: #ccc url(img/background_gradient.jpg) repeat-x scroll 0px 204px;
}

#wrapper {
    
}

#header {
    /*background: #E7FBFC url('img/header_bg.jpg') no-repeat center;*/
    height: 204px;
    overflow:hidden;
    width: 100%;
}

#header img {
    margin-left: 250px;
    margin-top: 10px;
}

#menu {
    background: transparent url('img/background_menu.png');
    height: 65px;
    overflow: hidden;    
    position:relative;
    z-index: 10;
}

#content {
    background: #fff url('img/content_bg.gif') repeat-y 530px 0px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    margin: -15px auto 0 auto;
    overflow:hidden;
    position:relative;
    text-align:center;
    width: 800px;
    z-index: 0;
}

#ctleft, #ctright {
    height:100%;
    text-align:left;
}

#ctleft {
    float:left;
    padding: 35px;
    width: 464px;
}

#ctleft h1.sifr {
    margin-bottom: 10px;
}

#ctright {
    text-align:center;
    float:left;
    padding: 35px 4px 0px 4px;
    width: 245px;
}

.lightbox {
        
}

.lightbox img {
    margin: 5px;
    border: 0;
    width:245px;
}

#footer {
    background: #666666;
    border-left: 1px solid #666666;    
    border-bottom: 1px solid #666666;    
    border-right: 1px solid #666666;    
    margin: 0 auto;
    overflow:auto;
    text-align:center;
    width:800px;
}

#footer a {
    color: #fff;
    text-decoration:underline;
}

#footer a:hover {
    color: #fff;
}

#ftleft, #ftright {
    text-align: left;
}

#ftleft {
    float:left;
    padding: 19px 38px 19px 38px;
    width: 457px;    
}

#ftleft h2 {
    
}

#ftright {
    float:left;
    padding: 19px 26px;
    width: 213px;    
}

h1.sifr {
    line-height: 1em;
    font-size: 24px;
}

#ftleft h2, #ftright h2 {
    font-size: 17px;
}





