* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style-type: none;
	}

body {
	font-family: verdana,helvetica,arial;
	font-size: 10pt;
	font-style: normal;
	width: 100%;
	background-color: #FFF;
	}
header, footer {
	position: fixed;
	width: 100%;
	height: auto;
	background-color: #FC8;
	background-image: url("images/yellow-noise.png");
	background-repeat: repeat;
	z-index: 99;
	}
header {
	top: 0px;
	}
footer {
	bottom: 0px;
	}
header img {
	float: left;
	}
.head-cont nav {
	position: absolute;
	bottom: 35px;
	right: 0px;
	width: 320px;
	height: 30px;
	font-size: 1.1em;
	}
.head-cont a {
	float: left;
	margin: 0px 10px;
	padding: 3px 4px;
	color: #641;
	background-color: rgba(255,255,255,0.5);
	border: 2px solid #641;
	text-decoration: none;
	}
.head-cont a:hover {
	background-color: rgba(255,255,255,0.7);
	}
.head-cont, .art-cont, .foot-cont {
	width: 600px;
	margin: 0px auto;
	}
.head-cont {
	height: 104px;
	position: relative;
	}
.foot-cont  {
	margin-top: 10px;
	margin-bottom: 10px;
	}
.art-cont {
	padding: 130px 0px 100px 0px;
	}
article {
	background-color: #FFF;
	}
article img {
	position: relative;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	}
article .imgcaption {
	float: left;
	clear: both;
	margin-top: 1px;
	margin-bottom: 12px;
	color: #666;
	font-size: 0.9em;
	}
p {
	font-size: 1em;
	margin: 3px 0px 12px 0px;
	}
h1 {
	margin: 6pt 0pt 10pt 0pt;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #008;
	}
h2 {
	margin: 5pt 0pt 3pt 0pt;
	font-size: 1.4em;
	font-weight: bold;
	color: #008;
	}
h3 {
	margin: 7pt 0pt 3pt 0pt;
	font-size: 1.15em;
	font-weight: bold;
	color: #008;
	}

input, textarea {
	padding: 3px 4px;
	background-color: #FFD;
	border: 1px solid #A84;
}
#sbut {
	background-color: #FE4;
}
#sbut:hover {
	background-color: #FFA;
}
