#column3 div.service {
    width: 50%;
    margin-bottom: 1px;
}

#column3 div.service a {
    display: block;
    padding: 5px;
    width: 100%;
}

.orangeTheme #column3 div.service {
	/*background-color: #F58426;*/
    color: #FFF;
	/*background: #FFF url(layout/orange_block_bg.gif) repeat-x top;*/
}

.orangeTheme #column3 div.service a:link { }

.orangeTheme #column3 div.service a:visited { }

.orangeTheme #column3 div.service a:hover { }

.blueTheme #column3 div.service {
    /*background-color: #007DC3;*/
    color: #FFF;
    /*background: #FFF url(layout/blue_block_bg.gif) repeat-x top;*/
}

.blueTheme #column3 div.service a:link { }

.blueTheme #column3 div.service a:visited { }

.blueTheme #column3 div.service a:hover { }
