@charset "UTF-8";
/* CSS Document */

#wrapper {
    width: 636px;
	height: 350px;
    margin: 25px 0 1px0 15px;
}

.questionsincallouts { 
    padding: 10px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#section1 {
    float: left;
    background: #fff;
    width: 316px;
}

    #column1 {
        float: left; /* Sets this column to the left inside its section */
        background: #f6d9b4;
        width: 156px;
		height: 350px;
    }

    #column2 {
        float: right; /* Sets this column to the right inside its section*/
        background: #BCE2E7;
        width: 156px;
		height: 350px;
    }

#section2 {
    float: right; /*Sets this sectionto the right */
    background: #fff;
    width: 316px;
}

    #column3 {
        float: left; /* Sets this column to the left inside its section */
        background: #C6E0B8;
        width: 156px;
		height: 350px;
    }

    #column4 {
        float: right; /* Sets this column to the right inside its section*/
        background: #F4BBB3;
        width: 156px;
		height: 350px;
    }

