/* CSS Document */

.layer_0_3_0{
margin:auto;
position:relative;
overflow:hidden;
box-sizing:border-box;
float:left;
width:25%;
background:#F0F0F0;
}

.layer_0_3_0_0{
margin:10px 20px;
position:relative;
overflow:hidden;
box-sizing:border-box;
font-size:12px;
color:#993300;

text-decoration:none;
display:block;
}

.layer_0_3_0_1{
margin:10px 20px;
position:relative;
overflow:hidden;
box-sizing:border-box;
font-size:12px;
color:#0066CC;

text-decoration:none;
display:block;
}

.layer_0_3_1{
margin:auto;
position:relative;
overflow:hidden;
box-sizing:border-box;
float:left;
width:75%;
min-height:300px;
/*background:#FFFFCC;*/
}

.layer_0_3_1_0{
margin:auto;
position:relative;
overflow:hidden;
box-sizing:border-box;
/*background:#99CC33;*/
padding:10px 20px;
text-align:justify;
}


@media only screen and (max-width: 800px) {/*768px*/
    /* For mobile phones: */
.layer_0_3_0{
display:none;

}

.layer_0_3_1{
width: 100%;
}

}