html {
	height: 100%;
}
Body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Calibri, Helvetica, Verdana, Arial, san-serif;
	min-height: 100%;
    position: relative;
}
body:after {
	content: '';
	display: block;
	height: 60px;
}

/* Header */

header {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	padding-top: 15px;
	height: 86px;
}
header a {
	display: block;
	max-width: 100%;
	height: 84px;
}
header img {
	max-width: 100%;
}

/* Navigation */

nav {
	width: 100%;
	float: left;
	background-color: #C63C03;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
nav.fixed {
	position: fixed;
    top: 0;
}
nav div {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
}
nav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}
nav ul li {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-size: 1.1em;
	-webkit-transition: color 0.4s, border-bottom-color 0.4s;
	transition: color 0.4s, border-bottom-color 0.4s;
}
nav ul li a {
	color: #fff;
	padding: 0 15px 10px 15px;
	text-decoration: none;
}
nav ul li {
	border-bottom: 2px solid #C63C03;
}
nav ul li:hover, nav ul li.active {
	border-bottom: 2px solid #fff;
}

/* Content */

#content {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	clear: both;
}
#content img {
	max-width: 100%;
}
#content a:link, #content a:active, #content a:visited {
	color: #C63C03;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
h1 {
	color: #C63C03;
	font-size: 1.6em;
	font-weight: normal;
	padding-top: 15px;
	margin: 15px 5px 15px 15px;
}
h1.home {
	position: absolute;
	left: 20%;
	top: 25%;
	text-align: left;
}
h2 {
	color: #545454;
	font-size: 1.25em;
	font-weight: bold;
	margin: 15px 0 10px 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #9d9d9d;
}
h3 {
	color: #545454;
	font-size: 1.15em;
	font-weight: normal;
	margin: 15px 0 10px 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #9d9d9d;
}
h4 {
	float: left;
	color: #545454;
	font-size: 1.15em;
	font-weight: normal;
	margin: 15px 0 10px 15px;
	padding-bottom: 3px;
}
#content p {
	margin: 5px 5px 5px 15px;
	font-size: 1.1em;
	padding: 0;
}
#content p.ident {
	margin-left: 20px;
}
#content ul li, #content ol li {
	font-size: 1.1em;
	padding: 0;
	margin-right: 5px;
}
a.btn {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	padding: 9px 19px 9px 19px;
	background-color: #C63C03;
	text-decoration: none;
	margin: 10px 5px 10px 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
a.btn-big {
	display: inline-block;
	margin: 10px 5px 10px 5px;
}
a.btn-small {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	padding: 5px 15px 5px 15px;
	background-color: #C63C03;
	text-decoration: none;
	margin: 10px 5px 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
img.scr {
	margin: 5px 5px 5px 0;	
}
img.fav {
	vertical-align: middle;
	padding-right: 5px;
}
dl {
	font-size: 1.1em;
}
dl dd {
	margin-left: 30px;
}
dl span {
	color: #808080 !important;
	font-size: 0.9em;
	padding-top: 8px;
	display: inline-block;
}
hr {
	border: 0;
	border-bottom: 1px dotted #9d9d9d;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: both;
}
article p {
	padding-left: 20px !important;
}
article ul {
	padding-left: 60px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Footer */

footer {
	/*margin: 15px 0 0 0;*/
	width: 100%;
	float: left;
	background-color: #C63C03;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 -4px 8px rgba(0,0,0,.28);
	height: 35px;
	position: absolute;
    bottom: 0;
}
footer div {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	font-size: 0.9em;
	text-align: center;
	padding: 10px 0 0 10px;
	color: #ffffff;
}