html, body {
	height: 100%;
	}
body {
	background-image: url(../images/cssImages/background);
	background-repeat: repeat-x;
	background-color: #F8F8F8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#rightSideEvents h1 {
	font-size: 18px;
}

#holder {
	min-height: 100%;
	background-image: url(../images/cssImages/whiteBackground.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 911px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	padding-bottom: 30px;
}
#links {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #3981a1;
}
#leftSide {
	float: left;
	width: 37%;
}
#leftSide img {
	border: 1px solid #CCC;
	padding: 1px;
}

#holder #leftSide a {
	color: #5C8A42;
	font-size: 11px;
}
#holder #leftSide p {
	margin-bottom: 6px;
	margin-top: 0px;
	color: #666;
}

#rightSide {
	float: right;
	width: 62%;
}
#rightSide h2 {
	color: #40829C;
	margin-top: 5px;
	font-size: 18px;
}

#innerRightLeft {
	float: left;
	width: 49%;
}
.eventClass {
	border: 1px solid #A1D1E5;
}

#footer {
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/cssImages/footerBackground.jpg);
	background-repeat: repeat-y;
	width: 99%;
	color: #FAFAFA;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1%;
}
#imageHolder {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	margin-top: 5px;
}
.blueOutline {
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a1d1e5;
	border-right-color: #a1d1e5;
	border-bottom-color: #a1d1e5;
	border-left-color: #a1d1e5;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#innerRightRight {
	float: right;
	width: 49%;
}
a {
	color: #3981A1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#rua img {
	border: 1px solid #999;
	padding: 1px;
}
#rua p {
	margin: 0px;
}
.calendarBlue {
	background-color: #A1D1E5;
}
#pictLinks tr #otherLinks a  {
	color: #3981A1;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #A1D1E5;
}
#pictLinks tr #otherLinks {
	text-align: left;
}
#pictLinks tr #otherLinks strong {
	color: #666;
}
