p { font-family: 'News Cycle', sans-serif; font-size:20px; }
body {
background-color:#e5e6e7;
}
div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:1024px;
    height:768px;
}
td#leftContentCol {
	width:30%;
}
td#middleContentCol {
	width:40%;
	text-align:center;
}
td#rightContentCol {
	width:30%;
}
p {
font-size:16px;
}