* {
	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: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
}
body {
	font-size: 62.5%;
	color: #1a1a1a;
	background: #eee url('/dsg/body_background.gif') repeat-x top left;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #1c587e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul, ol {
	margin-bottom: 1em;
}
ul li,
ol li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sifr {
	font-family: RotisSemiSerif, Georgia, "Times New Roman", Times, serif;
}


/* pictures */
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		margin: 0;
		float: left;
		width: 230px;
		padding-right: 10px;
	}
	ul.pictures li.first-in-line {
	}
	ul.pictures li.last-in-line {
		width: 200px;
		padding-right: 0;
	}
	ul.pictures li.spacer {
		clear: both;
		float: none;
		width: 100%;
		height: 2em;
	}
		ul.pictures li img {
			border: 1px solid #000;
		}
			ul.pictures li a {
				font-size: 1.2em;
				cursor: pointer;
			}
			ul.pictures li a:hover {
				text-decoration: none;
			}
				ul.pictures li a h4 {
					background: url('/dsg/zoom_icon.gif') no-repeat center left;
					padding-left: 13px;
					font-weight: normal;
					margin-top: 5px;
				}



/* files */
ul.files {
	list-style-type: none;
	margin: 0;
}
	ul.files li {
		margin: 0;
		float: left;
		height: 1%;
		width: 49%;
	}
	ul.files li.first-in-line {
		
	}
	ul.files li.last-in-line {
		
	}
	ul.files li.spacer {
		clear: both;
		float: none;
		width: 100%;
		height: 0.5em;
	}
		ul.files li a {
			display: block;
			font-size: 1.2em;
			cursor: pointer;
			background: no-repeat center left;
			padding: 20px 0 20px 60px;
		}



/* box picture */
.box_picture {
	background: #fff;
	float: right;
	margin: 0 0 0.5em 1em;
}
.box_picture .box_picture_top_left {
	background: url('/dsg/picture_box_top_left.gif') no-repeat top left;
}
.box_picture .box_picture_top_right {
	background: url('/dsg/picture_box_top_right.gif') no-repeat top right;
}
.box_picture .box_picture_bottom_left {
	background: url('/dsg/picture_box_bottom_left.gif') no-repeat bottom left;
}
.box_picture .box_picture_bottom_right {
	background: url('/dsg/picture_box_bottom_right.gif') no-repeat bottom right;
}
.box_picture .box_picture_content {
	padding: 11px 12px 15px 16px;
}
.box_picture .box_picture_content img {
}
