.position {
	position: absolute;
	left: 40px;
	top: 15px;
	width: 400px;
	visibility: hidden;
}
#rightside .inside {
	border: 1px solid #CCC;
	padding: 10px;
	position: relative;
	height: 500px;
}
.positionVis {
	position: absolute;
	left: 40px;
	top: 20px;
	width: 400px;
	visibility: visible;
}
#months div {
	display: block;
	margin-bottom: 3px;
	cursor: default;
	margin-left: 40px;
	width: 175px;
}
#leftside {
	background-image: url(../images/2009.png);
	background-repeat: no-repeat;
}
#rightside p {
	line-height: 1.4em;
}
h2 {
	display: block;
}
#rightside h2 {
	padding-top: 20px;
}
.location {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}
#months h2 {
	padding-left: 30px;
}

