* {
	margin: 0;
	padding: 0;
	border-width: 0px;
}

body {
	font-family: verdana, sans-serif;
	background: rgb(51,51,51);
	width: 800px;
	margin: 0px auto;
	border-left: 2px solid rgb(60,60,60);
	border-right: 2px solid rgb(60,60,60);

	background-color: #3C7993;
}

nav {
	background: rgb(65,65,65);
}

nav img {
	display: inline;
	vertical-align: bottom;
	margin: 5px;
	margin-right: -5px;
}

nav ul {
	display: inline;
	margin-right: 5px;
}

.menu li {
	position: relative;
	display: inline-block;
	min-width: 100px;
	margin: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu li a,.menu li p {
	position: relative;
	display: block;
	text-align: center;
}

.menu a,.menu p {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.menu li:hover,.menu p:hover {
	background-color: #3C7993;
}

.sub-menu {
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
	display: none;
	position: absolute;
	min-width: 160px;
	background-color: rgb(65,65,65);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

#menu-products:hover .sub-menu {
	display: block;
}

.mainbody {
	background-color: #BDCFCB;
	padding: 10px;
	overflow: auto;
	position: relative;
	min-height: 800px;
}

.mainbody p {
	font-size: 0.85em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	text-align: justify;
}

.mainbody ul {
	list-style-type: square;
	margin-left: 25px;
}

.mainbody ul li {
	margin-top: 0.5em;
	font-size: 0.85em;
	display: list-item;
	list-style-position: outside;
}

.mainbody a {
	text-decoration: none;
	color: blue;
}

.mainbody a:hover {
	text-decoration: underline;
	color: rgb(17,18,74);
}

h1 {
	font: normal 2em tahoma,sans-serif;
	margin-top: 0.5em;
	font-weight: bold;
}

h2 {
	font: normal 1.6em tahoma,sans-serif;
	margin-top: 0.8em;
	color: rgb(20,20,20);
	font-weight: bold
}

h3 {
	font: normal 1.3em tahoma,sans-serif;
	margin-top: 0.6em;
	color: rgb(32,32,32);
	font-weight: bold;
}

h4 {
	font: normal 1.1em tahoma,sans-serif;
	margin-top: 0.5em;
	color: rgb(44,44,44);
}

h5 {
	font: normal 1em tahoma,sans-serif;
	margin-top: 0.8em;
	color: rgb(56,56,56);
}

.mainbody img {
	display: block;
	margin: 0px auto;
	margin-top: 5px;
	max-width: 760px;
}

.mainbody p.caption {
	margin: 2px;
	text-align: center;
}

.gallery img {
	display: inline-block;
}

.mainbody .center {
	text-align: center;
}

.footer {
	background-color: rgb(65,65,65);
}

.footer p {
	font-size: 0.7em;
	color: white;
	text-align: center;
	padding: 1em;
}