/*reset*/
*{
	padding: 0;
	margin: 0;
}
article,aside,figcaption,figure,footer,header,nav,section,content,div  {
	display: block;
}
body {
	background-color: #D7D7D7;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

/* most common width is 960px that fits common screen size 1080x760 */
#container {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 2em;
	border: 1.5em;
	border-style: solid;
	border-color: #d00018;
}	

p.aligncenter {
		text-align: center
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
}
h1 {
	text-shadow: 2px 2px 2px #ff0000;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: #ee0000;
	text-align: center;
}
#header {
	background: #d7d7d7;
	width: auto;
	height: auto;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.toppage {
	margin: 10px;
	padding: 10px;
	box-shadow: 10px 10px 5px #7c7a7b;
}

#main {
	line-height: 150%;
	text-align: justify;
	padding: 25px;
	height: 100%;
	background: #e8f2e3;
	border-radius: 7px;
	margin-left: 20%;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}
.sitemap {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
nav{
	width: 100%;
	background-color: white;
	text-align: center;
	padding: 5px;
	box-shadow: 0px 5px 5px gray;
	margin: auto;
}
nav ul {
	list-style-type: none;
}
nav ul li {
	display: inline-block;
	padding: 5px 20px;
	background-color: darkcyan;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	border: 2px solid white;
	border-right: 1px solid gray;
	border-radius: 0px, 10px, 0px, 0px;
	font-size: 13px;
}
nav ul li a {
	color: #000;
	text-decoration: none;
}
nav ul li a:hover {
	color: #D00018;
	text-decoration: underline;
}
nav ul li:hover {
	transform: translate(0, 5px);
}
.contactform {
	background-color: #E7F0F7;
	list-style-image: none;
	list-style-type: square;
	margin: 8px;
	padding: 10px;
	width: 100%;
	box-shadow: 10px 100px 10px #ecc4c4
}

