* {
	margin: 0;
	padding:0;
}

body {
	background:#ececec;
	color: #000;
	position:relative;
}

header {
	width: 100%;
	height: 80px;
	background: #9f3238;
	position:fixed;
	z-index:3000;
}

.head { 
	height:80px;
}

#innerwrapper {
	background: #ececec;
	position:relative;
	padding-top:80px;
}
section.content {
	
}

article {
	background: #fdfdfd;
	font-size:12px;
	padding: 10px;
	text-align: justify;
	border: 1px solid #fff;
	margin:8px;
	position:relative;
}

.pict {
	border: 1px solid #a1a1a1
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

hr  {
    display: block;
    height: 1px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}