@charset "UTF-8";
/* CSS Document */

.leftAd {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rightAd {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#welcome {
	float: left;
	width: 490px;
	height: 100%;
}
#thisWeek {
	float: right;
	width: 300px;
	height: 100%;
}
#calendar {
	height: 345px;
	width: 300px;
	z-index: 0;
	position: relative;
}
#leftFrame {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 345px;
	width: 8px;
	background-color: #FFFFFF;
}
#rightFrame {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 0px;
	height: 345px;
	width: 7px;
	background-color: #FFFFFF;
}
#topFrame {
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 0px;
	height: 8px;
	width: 285px;
	background-color: #FFFFFF;
}
#bottomFrame {
	position: absolute;
	z-index: 1;
	left: 8px;
	bottom: 0px;
	height: 24px;
	width: 285px;
	background-color: #FFFFFF;
}
