body {
	font-family: Arial,sans-serif;
	/* color: #CCCCCC; */
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

#outer {
	width: 940px;
	margin: 20px auto;
}

#heading {
	text-align: right;
	width: 100%;
	right: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

ul {
	list-style-type: none;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#section-links{
	position: relative;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0px 20px 0 0;
	list-style-type: none;
	line-height: 50px;
	font-weight:bold;
	width:220px;
	float: left;
}

#section-links a:link{
	color: #000000;
	text-decoration: none;
}

#section-links a:visited{
	text-decoration: none;
	color: #999999;
}

#section-links a:hover{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content {
	width: 700px;
	overflow: hidden;
}

#footer {
	clear: both;
	position: relative;
	width:100%;
	margin: 0 auto;

}

#footer p {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
}

.reference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 14px;
}

.reference img {
	display:block;
	float:right;
	border: solid 1px black;
	margin-left: 6px;
	margin-right: 30px;
	border-color: #000000;
	border-width: 1px;
}
