* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 1em;
}
html,
body {
	height: 100%;
}
body {
	font-size: 62.5%;
	color: #000;
  background: url(../dsg/background.gif);
}
body#iframe {
	background: #d9dcdd;
	height: 100%;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #1c5092;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 4em;
}

.spacer {
	clear: both;
  display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 a, h2 a, h3 a, h4 a,
h1, h2, h3, h4 {
	color: #c60;
}
h2 {
	font-size: 1em;
}

h1.home_title {
	font-size: 1.3em;
	padding: 0 0 5px 35px;
	line-height: 1em;
	margin-top: -1.3em;
}

iframe {
	border: 2px inset #ccc;
}

.pdf {
  background: url(/dsg/icons/pdf.gif) no-repeat center left;
  padding-left: 20px;
}

/* pictures */
h3.pictures-title {
	font-size: 1.8em;
	color: #1C5092;
	padding-top: 4px;
}
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		float: left;
		width: 150px;
		margin: 0 0 0 10px;
	}
	ul.pictures li.first-in-line {
		margin-left: 0;
	}
	ul.pictures li.last-in-line {
		
	}
		ul.pictures li img {
			
		}
		ul.pictures li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
		ul.pictures li a {
			font-size: 1.1em;
			cursor: pointer;
		}
		ul.pictures li a:hover {
			text-decoration: none;
		}
			ul.pictures li a span.image {
				display: block;
				height: 120px;
				text-align: center;
			}
			ul.pictures li a span.zoom {
				float: right;
				display: block;
				margin-top: 2px;
				width: 9px;
				height: 9px;
				background: url('/dsg/zoom.gif') no-repeat top left;
			}
			ul.pictures li a span.title {
				padding: 0.5em 0;
			}


