@charset "utf-8";
@import "base.css";

body {
	background-color: #ccaa44;
	padding-left: 10px;
}

div#container {
	width: 830px;
}

h2 {padding-bottom: 10px;
}

p {line-height: 1.4em;}
strong {font-weight:bold;}
dt {padding-bottom: 10px;}
dd {padding-left: 1em;
	padding-bottom: 10px;
}


div#pics {
	height: 180px;
	width: 830px;
}
div.pic {
	width: 400px;
	float: left;
	padding-left: 10px;
}
div#pics div.pic a img {
	margin-bottom: 10px;
}
