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

* {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	color: #000;
	font: 0.9em/1.7 Georgia;
}

a{
	color: #000;	
}

#container {
	padding-left: 70px;
}

#header{
	padding-top: 40px;
	margin-bottom:45px;	
}

#header h1 {
	font-size: 31px;
	font-weight: bold;
}

.section {
	margin-bottom: 30px;
}

.section a {
	border-bottom:1px dotted #888;
	text-decoration:none;
}

.section a:hover {
	border-bottom:1px dashed #888;
	text-decoration:none;
}

.section h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 8px;
}

.section dd {
	margin-bottom:10px;	
}

.credit{
	font-size:0.85em;
	color:#555;
}

#footer {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 0.8em;
	color: #666;
}
