body, ul, li, input, select, p, dl, dt, dd, textarea {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
}
font {
	font-size: none;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.1em;
}
#wrapper {
	background: #fff url('/dsg/bg_gradient.gif') repeat-x 0 101px;
}
#container {
	background: url('/dsg/bg_wireframe.png') no-repeat 50% 342px;
}
body,
a {
	color: #3d4204;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
}
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 */
ul.pictures {
	list-style-type: none;
	width: 101%;
	margin: 0;
}
	ul.pictures li {
		float: left;
		width: 20%;
		margin: 0;
		text-align: center;
	}
		ul.pictures li img {
			
		}
		ul.pictures li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
		ul.pictures li a {
			text-decoration: none;
			color: #000;
			font-size: 1.1em;
		}
		ul.pictures li a:hover {
			text-decoration: none;
		}
			ul.pictures li a:hover span {
				text-decoration: underline;
			}
			ul.pictures li a span {
				background: url('/dsg/search_red.gif') no-repeat 0 1px;
				padding: 0 0 0 14px;
				margin-top: 2px;
			}
