
	
	div#slideshow-wrapper {
		
		padding: 10px;
		border-bottom: 1px dotted rgb(192, 192, 192);
	}
	
		div#slideshow-wrapper div {
			margin: 0 auto;
		}
	
	div#content {
		border-bottom: 1px dotted rgb(192, 192, 192);
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: Tahoma, Arial, Sans-serif;
		line-height: 25px;
	}
	
		div#content h1 {
			font-size: 20px;
			background: rgb(240, 240, 240);
			padding: 10px;
		}

		div#content a {
			text-decoration: none;
			color: rgb(0, 74, 130);
		}
		
			div#content a:hover {
				text-decoration: underline;
			}
		
		div#content span {
			display: block;
			font-weight: bold;
		}
		
		div#content pre {
			background: rgb(240, 240, 240);
			border: 1px dotted rgb(0, 0, 0);
			padding: 10px;
		}
		
		div#content dt {
			font-weight: bold;
		}
		
		div#content dd {
			margin-bottom: 15px;
		}

div#footer {
	bottom: 0;
	background: rgb(0, 0, 0);
	width: 100%;
	height: 25px;
	position: fixed;
	border-top: 2px outset #005382;
	color: rgb(100, 100, 100);
	text-align: center;
	padding-top: .5em;
}


	div#footer span {
		font-family: Tahoma, Arial, Sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	
		div#footer span a {
			color: rgb(255, 255, 255);
			text-decoration: none;
		}
		
		div#footer span a:hover {
			color: rgb(192, 192, 192);
		}

div.clearfix {
	height: 4em;
}

