table#content-grid {
        border-collapse:collapse;
        margin:0;
        padding:0;
}
td#left-one{
	background: url("../images/background_1.jpg") no-repeat;
        width:230px;
        height:170px;
border: 1px solid white;
	}

td#right-one{
	background: url("../images/background_2.jpg") no-repeat;
        width:230px;
        height:170px;
border: 2px solid white;
	}

td#left-two{
	background: url("../images/background_3.jpg") no-repeat;
        width:230px;
        height:170px;
border: 2px solid white;
	}

td#right-two{
	background: url("../images/background_4.jpg") no-repeat;
	font-size: x-small;
	color: #17335c;
    width:230px;
    height:170px;
	border: 2px solid white;
	}		
/*
td#left-three {
	background: url("../images/background_5.jpg") no-repeat;
        width:230px;
        height:170px;
border: 2px solid white;
	}
	
td#right-three{
	background: url("../images/background_6.jpg") no-repeat;
        width:230px;
        height:170px;
border: 2px solid white;
	}
	*/

/* Links */

table#content-grid a:visited, table#content-grid a:link,table#content-grid a:active{
color:white;
}

td#right-two a:visited,td#right-two a:link,td#right-two a:active{
color:#17335c;
}