ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,body,html,p,blockquote,fieldset,input,textarea,select
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
body {
	font-size: 62.5%;
	background: url('/dsg/body-background.jpg') repeat-x top left;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #0c5e6a; /* #e76d08;*/
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* pictures */
h2.pictures-title {
	font-size: 1.8em;
	margin-bottom: 1em !important;
	font-weight: bold !important;
}
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		margin: 0;
		float: left;
		width: 24%;
		text-align: center;
	}
	ul.pictures li.first-in-line {
		
	}
	ul.pictures li.last-in-line {
		
	}
		ul.pictures li img {
			border: 1px solid #000;
		}
		ul.pictures li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
			ul.pictures li a {
				font-size: 1.1em;
				cursor: pointer;
				text-decoration: none;
			}
			ul.pictures li a:hover {
				text-decoration: none;
			}