#leftcol {
        width: 394px;
        height: 410px;
        margin-bottom: -30px;
        float: left;
        position: relative;
        padding-top: 40px;
        margin-left: 15px;
        overflow: hidden;
    }
    
    #leftcol h2 {
        width: 262px;
        height: 80px;
        _height: 40px;
        font-size: 3em;
        _font-size: 2.5em;
        line-height: -10px;
        margin-bottom: 10px;  
        _margin-bottom: -15px;      
    }
    
    #leftcol h3 {
        height: 50px;
        font-size: 3em;
        margin-bottom: 10px;
    }
    
    #leftcol p {
        width: 305px;
        line-height: 1.4em;
        margin-bottom: 15px;
    }
    
    #leftcol #take_quiz {
        width: 329px;
        height: 59px;
        background: url(../image/take_quiz.jpg) top left no-repeat;
        text-align: center;
        position: relative;
        top: 10px;
        margin-bottom: 30px;
        cursor: pointer;
        
    }
    
    #leftcol #take_quiz #take_quiz_link {
        font-size:20px;
        height: 50px;
        margin-left: 5px;
        position: relative;
        top: 10px;
        cursor: pointer;
		font-style:italic;
    }
    
    #leftcol .black_box {
        width: 329px;
        height: 169px;
        background: url(../image/options_box.gif) top left no-repeat;
        margin-top: 40px;
        margin-bottom: 50px;  
        position: relative;
        _overflow: hidden;      
    }
     
    #leftcol .black_box .question_options {
        position: relative;
        width: 100%;
        height: 100%;
        top: 35px;
    }
    
    #leftcol .black_box .option {
        height: 30px;
        font-size: 1.3em;
        margin-left: 25px;
        margin-bottom: 7px;
    }
    
    #leftcol .black_box .option a {
        color: #fff;
        text-decoration: none;
    }
    
    #leftcol .black_box .option a:hover {
        font-weight: bold;
    }
    
    #leftcol .black_box .option_text {
        color: #fff;
        font-weight: bold;
        font-size: 1.5em;
        padding-left: 25px;
    }
    
    #leftcol .black_box .response {
        padding-top: 25px;
        padding-bottom:10px;
    }
    
    #leftcol .black_box p  {
        color: #fff;
        margin-left: 25px;
        margin-bottom: 7px;
        font-size: 1.1em;
        line-height: 1.4em;
        width: 285px;
     }
     
     #leftcol .black_box .opt_nav {
        position: absolute;
        bottom: -10px;
        right: 15px;
     }
    
    
    #leftcol .question_div {
        height: 450px;
        padding-top: 50px;
		margin-top:100px;
    }
    
    #rightcol {
        width: 477px;
        _width: 477px;
        _margin-right: -10px;
        height: 364px;
        position: relative;
        float: left;
        margin-left: 0px;
        overflow: hidden;
        top: 20px;
    }
            
    #rightcol img {
        position: relative;

    }
	.story_congratulation{
		margin-bottom: 7px; 
		font-size: 1.1em; 
		line-height: 1.4em;
	}