* {
	line-height: 1.2em;
}
body,html,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,p,blockquote,
form,fieldset,input,textarea,select
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.5%;
	background: url('/dsg/siteBG.jpg') repeat-x top left;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #e2352e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 1em;
}
ul li {
	
}
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;
	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 {
				color:#ad4824;
				font-weight:bold;
				cursor: pointer;
				text-decoration: none;
			}
			ul.pictures li a:hover {
				text-decoration: none;
			}


/* files */
ul.files {
	list-style-type: none;
	margin: 0;
}
	ul.files li {
		margin: 1em 0 0 0;
	}
	ul.files li.first {
		margin-top: 0;
	}
		ul.files li a {
			display: block;
			color: #ad4824;
			font-weight: bold;
			font-size: 1.4em;
			cursor: pointer;
			text-decoration: none;
			background: no-repeat center left;
			padding: 2px 0 2px 23px;
			
		}
		ul.files li a:hover {
			text-decoration: underline;
		}
		ul.files li div.description {
			font-size: 1.2em;
		}
