/* CSS Document */
@import url(contents.css);
@import url(boxes.css);
@import url(cal.css);
html {
	color: #5b5b5b;
	font-size: 11px;
	font-family: Verdana;
	line-height: 12px;
	background-image: url(images/html_bg.gif);
	margin: 0;
	padding: 0;
         overflow-x: hidden;
         overflow-y: auto;
}
body {
	background: url(images/body_bg.png) center;
	border:solid red 0px;
	width:913px;
	margin:0 auto;
	padding:0 12px 0 12px;
}
 
.right-channel {
	width:238px;
	text-align:left;
	padding:0 17px 0 0;
	border:solid green 0px;
}
#SubPages .center-channel {
	width:633px;
	padding:0 20px;
border:solid #fff 1px;
}












