@charset "utf-8";

em{
	display:block;
}
section{
	padding:20px 0;
}
section h1{
	font-size:26px;
	color:#251812;
	line-height:1.3em;
	padding-bottom:10px;
	margin:14px auto 5px;
	font-weight:normal;
	border-bottom:3px solid #bc0008;
}
section aside{
	display:block;
	margin-bottom:20px;
}
section div#box{
	border:1px solid #876a6a;
	overflow: hidden;
	padding:20px;
}
section div#box div#left{
	width:464px;
	float:left;
	margin-bottom:30px;
	border-right:1px solid #876a6a;
	padding-right:20px;
}
section div#box div#right{
	width:450px;
	float:right;
	margin-bottom:30px;
}
section div#box div#bottom{
	border-top:1px solid #876a6a;
	clear:both;
	padding: 30px 0;
	text-align: center;
}
section div#box div#bottom a{
	letter-spacing:0.1em;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
	display:block;
	border-radius:10px;
	margin:10px auto 0;
	color:#fff;
	font-size:34px;
	padding:10px 0;
	width:300px;
	background: #d71818; /* Old browsers */
background: -moz-linear-gradient(top,  #d71818 0%, #f62f2f 54%, #f72828 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d71818), color-stop(54%,#f62f2f), color-stop(100%,#f72828)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d71818 0%,#f62f2f 54%,#f72828 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d71818 0%,#f62f2f 54%,#f72828 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d71818 0%,#f62f2f 54%,#f72828 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d71818 0%,#f62f2f 54%,#f72828 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71818', endColorstr='#f72828',GradientType=0 ); /* IE6-9 */

}
section dl{
	overflow: hidden;
}
section dl dt,
section h2{
	padding:0;
    background-color: #231815;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 5px;
	display:block;
	font-weight:normal;
    padding-top: 4px;
    padding-bottom: 3px;
}
section dl dt{
    padding: 4px 0 3px 15px;
}
section dl dd,
section ul li,
section p{
    color: #251812;
    font-size: 13px;
    line-height: 165%;
    padding: 5px 15px 15px 15px;
	letter-spacing:0.03em;
	text-align:justify;
}
section ul li{
    margin-left:30px;	
	padding:0;
	list-style:disc;
}