* {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", "Verdana", sans-serif;
	font-weight: semibold;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	}

a {
	color: #4a4b4e;
	}
a:hover {
	color: #007bb9;
	}

.frame {
	width: 25em;
	padding-top: 2px;
	margin-bottom: 4em;
	margin-top: -11.75em;
	margin-left: -12.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	border: #d1d1d4 2px solid;
	}

.logo {
	text-align: center;
	width: 100%;
	border-bottom: #d1d1d4 2px solid;
	padding: 1em 0em 0.5em 0em;
}

ul {
	list-style-type: none;
	margin: 0.8em 0.8em 0.2em 0.8em;
	color: #4a4b4e;
	}

.contentleft, .tagsleft {

	width: 50%;
	float: left;
	}
.contentleft ul, .tagsleft ul {
	text-align: left;
	}
.contentright, .tagsright {
	width: 50%;
	float: left;
	}
.contentright ul, .tagsright ul {
	text-align: right;
	}

.tagsright ul, .tagsleft ul {
	margin-bottom: 0.8em	;
	}
.contenttop {
	float: left;
	width: 100%;
	}
.contenttop ul {
	text-align: center;

	}
.contentbottom {
	width: 100%;
	float: left;
	border-bottom: #d1d1d4 2px solid;
	}
.contentbottom ul {
	text-align: center;
	margin-bottom: 0.8em;
	margin-top: 0.4em;
	}

.contentbottom ul li {
	margin-top: 0.3em;
}

.clear {
	clear: both;
	}
