body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	margin-top: 30px;
	font-family: "Courier New","System","Clean","Fixed","Fixedsys";
	font-size: 0.8em;
	color: #333333;
}

#logo {
	border: 0px solid black;
	position: absolute;
	left: 30px;
	top: 30px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.container {
	margin-top: 50px;
	text-align: left;
	margin-left: 200px;
	margin-right: 200px;
}

a {
	text-decoration: none;
	color: #111111;
	font-weight: bold;
}

.title {
	font-size: 1.5em;
	font-weight: bold;
}

.news img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news .date {
	font-weight: bold;
}

#menu {
	text-align: left;
	margin-bottom: 30px;
	margin-left: 200px;
}


.feedback {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input {
	border: 1px solid gray;
}

textarea {
	border: 1px solid gray;
	padding: 5px;
}

textarea.feedback {
	width: 100%;
	height: 300px;
}

.submit.feedback {
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
}
