/* CSS Document */

#tablepage{
	height: 100%;
	width: 955px;
}
#colnavigation{
	height: 100%;
	width: 345px;
	background-color: #a0dce7;
	vertical-align: top;
}
#coltopics{
	height: 100%;
	width: 120px;
	vertical-align: top;
}
#colcontent{
	height: 100%;
	width: 490px;
	background-color:#ffffff;
	vertical-align: top;
	background-image: url('../images/watermark.jpg'); 
	background-repeat: no-repeat;
	background-position:240px -132px;
}
