#container {
	position: relative;
	
	width: 960px;
	margin: auto;
	min-height: 600px;
	background: white;
	
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 4px;
	margin-top: 20px;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0 0 8px #999999;
	-webkit-box-shadow: 0 0 8px #999999;
	-khtml-box-shadow: 0 0 8px #999999;
	box-shadow: 0 0 8px #999999;
	
	behavior: url(ie-css3.htc);
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.content {
	position: relative;
	background: #FAFAFA;
	
	border: 2px solid white;
	margin-bottom: 20px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	-khtml-box-shadow: 0 0 3px #999999;
	box-shadow: 0 0 3px #999999;
	
	behavior: url(ie-css3.htc);
}

.block {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 8px;
}

.block p {
	padding-left: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
}

div#bottom {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 8px;
}

p.cite {
	position: relative;
	margin-left: 42px;
	margin-right: 42px;
	padding: 12px;
	font-size: 0.9em;
	border: 1px solid white;
	background-color: white;
	
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	-khtml-box-shadow: 0 0 5px #999999;
	box-shadow: 0 0 5px #999999;
	
	behavior: url(ie-css3.htc);
}

#footnotes {        
	color: #8A8A8A;
        font-size: 0.9em;
}

#pathExamplesList {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	border-top: 0px;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 0.9em;
}

#pathExamplesList li {
	margin-top: 3px;
}

#adopsInfoP {
	float: right;
	margin: 0px;
}

#adopsInfoImg {
	position: relative;
	border: 2px solid white;
	background: white;
	
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	-khtml-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
	
	behavior: url(ie-css3.htc);
}

#codeP {
	position: relative;
	border: 2px solid white;
	background: white;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 300px;
	
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	-khtml-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
	
	behavior: url(ie-css3.htc);
}

dl#propertiesDl {
	margin: 0;
	padding: 0 0 0 48px;
}

dl#propertiesDl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl#propertiesDl dd {
	margin: 0 0 1em 0;
	padding: 0;
}
