/*Reset HTML 5*/
nav, aside, figure, footer, header,
hgroup, article, details, section, figcaption {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: baseline;
}
video, audio, canvas {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
/*General*/
html, body, p, div {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}
html, body, .layout-master, .layout-page {
	height: 100%;
	border: 0 none;
}
body {
	background-color: #FFFF99;
}
body, td, th, input, textarea {
	color: #000000;
	font-size: 15px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
}
a, *:hover, *:active {
	outline: 0 none;
}
a, a:hover {
	color: #A00C08;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p, div, img {
	border: 0 none;
	outline: 0 none;
}
p {
	margin-bottom: 8px;
}
ul, ol {
	margin: 0 0 12px 21px;
	padding: 5px 0 0 0;
}
sub, sup {
	font-size: .60em;
	line-height: .60em;
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
h1, h2, h3, h4, h5, h6, .h2 .h3 {
	line-height: normal;
}
b, strong, .bold {
	color: #454545;
	font-weight: bold;
}
.color {
	color: #9B0F11;
	font-size: 16px;
}
.underline {
	text-decoration: underline;
}
.clear {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
}
/**/
h1, h2, .header address {
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	padding: 30px 100px 0 0;
	margin: 0 0 8px 0;
	line-height: 34px;
	font-size: 34px;
	background: transparent url('../images/header.png') no-repeat scroll right bottom;
}
h2, .h2 {
	font-size: 29px;
	font-weight: normal;
	margin: 25px 0 5px 0;
	letter-spacing: .08em;
}
.header h2 {
	margin-top: 0;
}
.header address {
	font-style: normal;
	font-size: 18px;
}

/**/
.main {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
.header {
	height: 150px;
	margin: 20px 0 10px 0;
}
.header .container * {
	text-align: right;
}
.header .inner {
	padding: 0 0 5px 0;
	border-bottom: 2px solid #000000;
}
.header .toolbar {
	position: relative;
}
.header .toolbar a, .header .toolbar a:hover{
	position: absolute;
	width: 40px;
	height: 25px;
	display: block;
	overflow: hidden;
	top: 0;
	right: 0;
	color: #FFFFFF;
	background-color: #B10D2E;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.header .toolbar a:hover {
	 background-color: #900A26;
}
.header .container {
	width: 700px;
	
}
.article {
	margin: 25px 0;
}
.footer {
	margin: 12px 0 0 0;
}
.footer .inner {
	padding: 5px 0 0 0;
	border-top: 1px solid #000000;
}
.footer .left-column {
	float: left;
	width: 65%;
	white-space: nowrap;
}
.footer .right-column {
	float: left;
	width: 35%;
}
.footer p {
	line-height: 18px;
}
.list {
	margin-left: 35px;
}
.picture {
	float: left; 
	margin: 0 20px 10px 0;
	border: 1px solid #B10D2E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}