body {
    margin: 0px; 
    padding: 0px; 
    background-color: #EFEFFF;
}
#bg_top_line {
    width: 100%; height: 30px; 
    background-color: darkblue; 
    margin: 0px; padding: 0px;
}
#site_midle {
    width: 1020px;
    margin: 0px; padding: 0px;
    border-radius: 30px;                       
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;  
    border: solid 2px darkblue;  
    box-shadow: 5px 5px 5px #000066;
}

#site {
    position: absolute; 
    margin: 0px; padding: 0px;    
    top: 0px; width:  100%; 
}

#header {   
    width: 100%; height: 200px; 
    background-color: lightblue;
    padding: 0px; 
    margin: 0px;
    border-top-left-radius: 30px;                       
    -moz-border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;                       
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#container {
    width: 1000px; 
    background-color: white; 
    padding: 10px;
    margin: 0px;
    margin-bottom: 0px;  
    background-color: lightblue;                  
}

#footer {
    width: 100%;
    clear: both;
}

#footer2 {
    width: 100%;
    height: 30px;
    margin:0px; padding: 0px;
    background-color: navy;
    color: white;
    border-bottom-left-radius: 30px;                       
    -moz-border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;                       
    -moz-border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    text-align: center;
}
#content{
    width: 790px;
    float: left;
    font-size: 12px;
    padding-left: 10px;
    color: black;    
}
#left {
    width: 200px;
	float: left;
}

.group{
    padding: 5px;
    width:190px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;      
    background-color: rgba(255,255,255,0.9);
}

.menu .group_name {
    color: darkgreen;
    text-transform:capitalize;
    font-weight:bold;
    margin: 5px;
    cursor:pointer;
    padding: 3px;
    text-decoration:none;
}

.cim .group_name {
    color: white;
    text-transform:capitalize;
    font-weight:bold;
    margin: 5px;
    padding: 3px;
    text-decoration:none;
}

.cim {
    background-color: navy;
    width: 175px; 
    height: 30px;
    text-align: left;
    line-height: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor:pointer;
    padding: 0px;
    margin: 5px;   
}

.menu {
    width: 175px; 
    text-align: left;
    cursor:pointer;
    padding: 0px;
    margin: 5px;
}
