/*  CSS Document 
    start page */

    /* basic layout structure, content */
    .divContentDefault {
        width: 619px;
        margin: 0 auto 0 auto;    
    }
    .divDefaultBoxContainerLeft {
        float: left;
        width: 289px; /* 299 - border*/
        height: 200px;
        border: 5px solid #FFFFFF;
        background-color: #d0dae4;
        margin-bottom: 21px;            
        margin-right: 21px;
    }    
    .divDefaultBoxContainer {
        float: left;
        width: 289px; /* 299 - border*/
        height: 200px;
        border: 5px solid #FFFFFF;
        background-color: #d0dae4;
        margin-bottom: 21px;
    }
	.divStartContentTop {
	    width: 960px;    
	}
	.divStartContentTopLeft {
	    float:left;
	    width: 460px;	           
	}
	.divStartContentTopRight {
	    float:left;
	    width: 500px;
	    padding-top: 30px;        
	}
	.divStartContentBottom {
	    width: 740px;
	    margin: 30px auto 0px auto;    
	}
	.divStartContentBottomSub {
	    width: 720px;
	    margin-left: 20px;    
	}
	.divStartContentBottomBox {
	    float:left;
	    width: 220px; /* 220px - padding*/
	    margin: 0px 20px 20px 0px;     
	}
	.divStartContentBottomBoxImage {
	    width: 220px;
	    height: 120px;
	    background-color: #ecebeb;
	}
	.imgStartContentBottomBoxImage {
	    width: 210px;
	    height: 110px;
	    margin: 5px 0px 0px 5px;    
	}
		
    /* basic layout structure, content end */
    .divTestContainer {
        width: 600px;
        height: 900px;
        background-color: #FFFFFF;   
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50); 
    }