div#cloudNav {
	position:relative;
	width: 918px;
	height: 108px;
	float: left;
	background: url('/images/backgrounds/cloudEmptyFullWidth.jpg') top left no-repeat;

}

div#content {
	width: 932px;
	margin-left: -14px;
}

	div#intro, div#content h1 {
    width: 878px;
		margin-left: 34px;
	}

	div.eventBox {
		position: relative;
		width: 410px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		float: left;
		margin-left: 14px;
		margin-bottom: 18px;
		margin-top: 21px;
		padding-left: 20px;
		padding-right: 20px;

	}

	div.forums {
	 width: 876px;
	}

		div.eventBox img {
			margin-left: -21px;
			margin-top: -11px;
		}

		div#content div.eventBox h2 {
			font: 9.2pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
			color: #696969;
			font-weight: bold;
			float: left;
			margin-bottom: 0;
			margin-top: 13px;
		}
		div#content div.eventBox span {
			font: 8pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
			color: #333;
			float: right;
			margin-top: 14px;
		}

		div#content div.eventBox p {
      margin-top: 3px;
			margin-bottom: 13px;
			clear: both;
			font: 9.2pt "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
			color: #333;
			min-height: 33px;
			line-height: 130%;
		}

		div#content div.eventBox hr {
			clear: both;
			border: none;
			border-top: 1px dotted #b7b7b7;/*the border*/
			height: 1px;
			margin: 0;
			padding: 0;
		}

	img#calArchiveButton {
		position: relative;
		margin: 0 auto 0 auto;
		clear: both;
		background: url(/images/buttons/calArchive.gif) top left no-repeat;
		height: 22px;
		width: 126px;
	}
		img#calArchiveButton:hover {
			background-position: 0 -22px;
		}
    img#registerButton {
		position: relative;
		margin: 0 auto 0 auto;
		clear: both;
		background: url(/images/buttons/eventRegister.gif) top left no-repeat;
		height: 22px;
		width: 209px;
	}
		img#registerButton:hover {
			background-position: 0 -22px;
		}

