body {
	font: 15px Georgia, "Times New Roman" Georgia Times serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

#top {
	width: 100%;
	text-align: center;
	clear: both;
	background-color: #fb0a09;
}

#logo {
	text-align: center;
}

#menu {
	width: 250px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

#menu img {
	vertical-align:middle;
}

#menu a {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: #888;
}

#frontpage {
	width: 100%;
	text-align: center;
}

#content {
	width: 700px;
	float: right;
	padding: 10px;
	background: #f8f8f8;
	text-align: justify;
}

.editor {
	height: 130px;
	text-align: justify;
}

.editor img {
	float: left;
	padding-right: 10px;
}

#footer {
	font-size: 8pt;
	clear: both;
	width: 100%;
	text-align: center;
}

table {
	font-size:8pt;
}

input {
	font-size:8pt;
}

select {
	font-size:8pt;
}

#container {
	float: left;
	width: 980px;
}