@import url(common.css);

#indexbody {
	width:760px;
	background-color: #d6d0c9;
	float: left;
	padding-bottom: 1em;
	
}	

h1 {
	margin: 5px;
}

#splash {
	float: left;
	width: 550px;
}

#splash img {
	border: 5px solid #000000;
	display: inline;
	margin:7px;
	float: left;
}

#indexsidebar
{
	border: 5px solid #ffffff;
	display: block;
	margin:7px;
	float: right;
	background-image: url(/images/index5.jpg);
	width: 175px;
	height: 488px;

}

#indexsidebar h2 {
	margin: 1em;
}

#indexsidebar ul {
	list-style:none;
	margin: 1em;
	line-height: 1.3em;
	font-variant:small-caps;
}

#indexbody #introtext{
	clear: both;
	margin:7px;
	width: 718px;
	padding: 5px;
	
}