/* Site CSS */
/* apply a natural box layout model to all elements */
 *, *:before, *:after {
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 .row {
	 position:relative;
	 width:auto;
	 overflow:auto;
	 margin:0 -10px;
}
 .col3 {
	 width: 33.333%;
	 float: left;
	 padding: 10px;
}
 .unm-daa733 {
	 background-color: #daa733;
}
 .unm-777d12 {
	 background-color: #777d12;
}
 .unm-9b004a {
	 background-color: #9b004a;
}
 .unm-daa733 a, .unm-777d12 a, .unm-9b004a a {
	 color: white;
	 text-decoration: none;
}
 .col3 p {
	 font-size: 1.4em;
	 color: white;
	 text-align: center;
	 height: 80px;
	 padding: 15px;
}
 .col2 #primary_aside {
	 float: right;
}
 .col2 #secondary_aside {
	 float: right;
	 clear: right;
}
 .col2 #content {
	 float: left;
}
 #container.col2 {
	 background-position: 481px 0;
}
 figure {
	 display: block;
}
 figcaption {
	 display: block;
}

