body{
	background:#8d2727;
}
.container{
	background:#fff;
	padding:10px;
}
.align_c{
    text-align:center;
}
.align_r{
    text-align:right;
}
.align_l{
    text-align:left;
}
.red_notes{
    color:#d33;
}
p{
    font-size:1.2em;
    line-height:1.3em;
}

h2{
	font-size:36px;
	line-height:48px;
	color:#a33;
	font-weight:200;
	border-left:20px solid #a33;
	padding-left:16px;
	margin-bottom:20px;
}
h3{
	color:#003153;
	font-size:21px;
	line-height:36px;
	font-weight:normal;
	border-left:8px solid #003153;
	padding-left:10px;
}
.price{
    font-size:1.5em;
    font-weight:bold;
}