/* style.css*/

A:link {
	text-decoration: none
}

A:visited {
	text-decoration: none
}

A:active {
	text-decoration: none
}

A:hover {
	text-decoration: underline; color: red;
}

body {
	/*color: #000000;*/
	background-image: url('p8a.jpg');
	background-size: 100%;
}

/* Image classes */

img.topleftimg {
	height: 14em;
	float: left;
}	

img.toprightimg {
	height: 12em;
	float: right;
}	

img.bottomleftimg {
	height: 14em;
	position: fixed;
	bottom: 0;
	left: 0;
}	

img.bottomrightimg {
	height: 20em;
	position: fixed;
	bottom: 0;
	right: 0;
}	

img.valid {
	border: 0px;
	width: 88px;
	height: 31px;
}

img.right {
	float: right;
	height: 300px;
}

img.left {
	float: left;
	height: 300px;
}

img.gallery {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/* Div classes */

div.topimg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
}

div.bottomimg {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

div.nav {
	position: absolute;
	left: 5px;
	top: 210px;
	width: 155px;
	text-align: right;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	margin: 0;
	padding-right: 0.5em;
}

div.content {
	position: absolute;
	top: 145px;
	left: 180px;
	right: 10px;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.galleryleft {
	position: absolute;
	left: 10px;
	width: 50%;
	border: 1px solid black;
}

div.galleryright {
	position: absolute;
	right: 10px;
	width: 50%;
	border: 1px solid black;
}


/* List classes */

ul.nav {
	list-style-type: none;
	font-weight: bold;
	font-family: Sans, Arial;
	margin: 0;
	padding: 0;
}

li {
	margin-top: 0.5em;
	font-family: Sans, Arial;
}

/* Headline Classes */

h1.center {
	text-align: center;
	font-family: Sans, Arial;
}

h1.home {
	text-align: center;
	margin-top: 0px;
	font-family: "Courier New", "Monaco", "Lucida Console", monospace;
}

h2.center {
	text-align: center;
	font-family: Sans, Arial;
}

h3.center {
	text-align: center;
	font-family: Sans, Arial;
}

h2.hexpansion {
	text-align: left;
	font-family: Sans, Arial;
}

h3.hexpansion {
	text-align: left;
	font-family: Sans, Arial;
}

/* Text Classes */

p.center {
	text-align: center;
	font-family: Sans, Arial;
}

p.right {
	text-align: right;
	font-family: Sans, Arial;
}

p.left {
	text-align: left;
	font-family: Sans, Arial;
}

p.copyright {
	text-align: right;
	font-size: 0.65em;
	font-family: Sans, Arial;
}