body {
	background-color:#fff;
	font-family:Georgia;
	font-size:62.5%;
	margin:0px;
}

a:link, a:visited, a:active {
	color:#000;
}

#container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.4em;
	color:#000;
	position:relative;
}

.subs {
	background-color:white;
}

#intro {
	font-family:Georgia;
	font-size:2.15em;
	position:absolute;
	top:105px;
}

#links {
	position:absolute;
	right:15px;
	top:20px;
	list-style-type:disc;
}

#content {
	position:absolute;
	width:100%;
	top:270px;
	margin-left:-8px;
	padding-bottom:40px;
}

h2 {
	font-family:Georgia;
	font-weight:normal;
	font-size:1.8em;
	text-transform:uppercase;
	margin-top:0px;
}

p, ul {
	font-size:1.1em;
	line-height:1.3em;
}

small {
	font-style:italic;
	font-size:.85em;
	display:block;
}

.subs {
	overflow:auto;
}

.sub-intro .text {
	width:456px;
	float:left;
	margin-right:20px;
}

.sub-image {
	float:left;
	width:456px;
	margin-right:20px;
	margin-bottom:20px;
}

.sub-image img, .sub-image .img-description {
	width:100%;
}

.img-description a:link, .img-description a:visited, .img-description a:active {
	color:#ffffff;
	font-weight:bold;
}

hr {
	clear:both;
	margin-bottom:30px;
	margin-top:30px;
	height:1px;
	border:0px;
	border-top:1px dotted #000;
}
