/* RESET */
#nav1 ul,#nav li, #right ul, #right li, h1,h2,h3 {
padding:0; margin:0;
list-style-type:none;
}

/* BUILD */
html1 {
padding:0; margin:0;
}
    body1 {
    padding:0px; margin:0px;
    font:normal 14px/20px Verdana;
    color:#5c5c5c;
    background:#e5e5e5;
    }
        #coolline1 {
        position:absolute;
        left:0px; top:150px;
        width:100%; height:800px;
        z-index:1;
        background:#cedde1;
        }
        #container1 {
        position: absolute;
        width: 960px;
        margin:0 auto;
        position: relative;
        z-index:2;
        }
            #header1 {
            position: relative;
            width: 960px; height:200px;
            background:#ccc;
            }
                #header1 h1 {
                position:absolute;
                left:25px; top:20px;
                font-size:40px;
                }
                #header1 h2 {
                position:absolute;
                left:25px; bottom:20px;
                }
            #nav1 {
            position: relative;
            width: 960px; height:50px;
            background:#666;
            }
                #nav1 ul {
                list-style-type:none;
                }
                    #nav1 ul li {
                    display:inline;
                    }
                        #nav1 ul li a {
                        display:inline-block;
                        line-height:50px;
                        padding:0 25px 0 25px;
                        text-decoration:none;
                        color:#ccc;
                        text-transform: uppercase;
                        }
                        #nav1 ul li a.active {
                        background:#919191; color:#ffffff;
                        }
                        #nav1 ul li a:hover { background:#7f7f7f; }
            #content1 {
            position: relative;
            width: 960px;
            background:#f7f7f7;
            }
                #left1 {
                float:left;
                position: relative;
                width: 610px;
                background:#fff;
                padding:10px 25px 25px 25px;
                text-align:justify;
                }
                    #left1 h2 {
                    padding:15px 0 5px 0; margin:0 0 0 0;
                    }
                        #left1 h2 span {
                        display:block;
                        font-size:12px;
                        }
                    #left1 p {
                    padding:10px 0 10px 0; margin:0;
                    }
                    #left1 a { color:#387d83;}
                    #left1 a:hover { color:#3a6174;}
                #right1 {
                float:left;
                position: relative;
                width: 300px;
                }
                    #right1 h3 {
                    color:#709a9e;
                    font-size:17px;
                    padding:25px 15px 10px 15px;
                    }
                        #right1 h3 span {
                        font-size:11px; display:block;
                        }
                    #right1 ul {
                    border-top:1px solid #ccc;
                    }
                        #right1 ul li {
                        display:block;
                        width:300px;
                        }
                            #right1 ul li a {
                            display:block;
                            width:270px;
                            line-height:20px;
                            border-bottom:1px solid #ccc;
                            padding:7px 15px 7px 15px;
                            text-decoration:none;
                            color:#666666;
                            background:#ebf1f1;
                            }
                            #right1 ul li a:hover {
                            background:#b4cbdc; color:#000;
                            }
                            #right1 ul li a.active {
                            background:#fff;
                            }
                    #right1 p {
                    margin:0 0 0 0;
                    padding:0 15px 15px 15px;
                    }
        #footer1 {
        position: relative;
        width: 100%; height:75px;
        background:#cedde1;
        }

/* CLASS */
.clr1 { clear:both; line-height:0; overflow:hidden; }
