/* 
    Document   : identities
    Created on : Jun 6, 2013, 3:01:33 PM
    Author     : aaron-admin
    Description:
        Purpose of the stylesheet follows.
*/

            #canvas{ 
                min-width: 1024px; 
                max-width: 1360px;
                width: 80%;
            }
            #header{
                width:100%;
                height:200px;
                
            }
            #logo{
                width: 100%;
                height: 50%;
            }
            #slogan{
                width: 100%;
                height: 70px;
                border: 2px blue ridge;
            }
            #slogan_echo{
                width: 30%;
                height: 50px;
                margin: 10px;
            }
            #main{
                width: 100%;
                min-height: 600px;
                max-height: 1300px;
            }
            
            #content{
                width: 60%;
                height: 100%;
            }
            
            #left{
                width: 20%;
            }
            #right{
                width: 20%;

            }
            #footer{
                width:100%;
                height:150px;
            }

            #header_banner{
                width: 100%;
                height: 50%;
            }
            #footer_banner{
            }
            #cities{
                width: 59%;
                height: 100%;
            }
            #content_ad{
                width: 41%;
                height: 100%;
            }
            #site_info{
                width: 100%;
                height: 20px;
            }
            #link_list{
                width: 300px;
            }

