.{
    font-family: sans-serif;
    
}

.arrow{
    position: relative;
    display: inline;
}
.rightText{
    position: absolute;
    top: 37px;
    left: 11px;
    color:#ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: Verdana;
}

.insideImage{
    padding-left: 30px;
    height: 85px;
}
.main{
    display: inline;
}

.button{
    height: 90px;
    float: right;
}

.mainText{
    display: inline-block;
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: sans-serif;
    text-decoration: none;
}

.description{
    color: #BBBBBB;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    font-family: sans-serif;
}


#wrapper {
    width: 722px;
    height: 84px;
    border: 3px solid #231f20;
    background-color: #fff;
}

#content {
    float: left;
}

#leftcolumn {
    float: left;
}

#rightcolumn {
    float: left;
}

.third{
	float: left;
}

.forth{
	float: right;
}

.arrow{
    height: 84px;
    width: 120px;
}

.text{
    padding: 5px 20px;
}

img{
    margin: 0;
}

