/*CSS tags*/

#logo {
	margin: 0 0 0 0.5%;
	display: inline-block;
	z-index: 3;
	vertical-align: middle;
}

#menu{
	display: inline-block;
	z-index: 3;
	vertical-align: middle;
}

#menut {
	width: 100%;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.5px;
}

#menut td{
	padding: 20px;
}

#menu a:link, #menu a:visited {
	padding: 0.05em 0.5em;
	color: black;
	text-decoration: none;
	background-color: white;
	border: 3px outset #6d6d6d;
	border-radius: 10px;
}

#menu a:hover {
	color: white;
	background-color: #00bbff;
}

p {
	text-indent: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#content ul {
	margin-bottom: 0;
	list-style: none;
}

#content li {
	margin-bottom: 0.5em;
}

h1 {
	text-align:center;
	margin: 0.3em;
	font-family: 'Monotype Corsiva', cursive;
	letter-spacing: 1px;
	font-weight: 700;
	color: black;
}

h2 {
	font-size: 1.5 em;
	margin: 0.3em;
	font-weight: 600;
	font-family: Tahoma;
	color: black;
}

h3{
	font-size:1.4em;
	margin: 0.1em 0 0 0;
	font-weight: 700;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing: 1px;
	color: black;
}

#contacts {
	width: 75%;
	text-align: center;
	margin: auto;
	font-weight: 700;
	font-family: sans-serif;
	letter-spacing: 0.5px;
	color: black;
}

#contacts td{
	padding: 0.2em 0 0.2em 0;
	border: 0.1em inset #333333;
	border-radius: 8em/17em;
	background-color: white;
}

#e-mail{
	text-decoration: none;
	color: black;
}