span#logo{
	display: block;
	width: 100%;
	text-align: center;
}

h1, p {
	color: #292929;
}
ul.menu{
	visibility: hidden;
	display: none;
}
div#right{
	display: block;
	width: 100%;
}
html {
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #6c7985;
	font-size: 0.87em;
}
a {
	color: #6c7985;
}
p a{
	color: #2d2d2d;
}
h1{
	color: #fff;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.5em;
}
h2{
	margin: 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #565e65;
}
.content p{
	text-align: justify;
	margin: 0 0 1em 0;
}
.content ul {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	color: #7f8d9b;
	list-style-image: url(images/listitem.png);
}
#footer {
	font-size: 0.83em;
}