body {
	background-color: #fdfdfd;
}

div {
	background-color: #f8e8cb;
}

#menu {
	background-image: url('../images/collage.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#menu a:active, #menu a:visited, #menu a:link {
	color: black;
}

.menuItem {
	color: #a0a0a0;
}

#footer a:active, #footer a:visited, #footer a:link {
	color: black;
}

#advertisement {
	background-image: url('../images/go2inno-logo-small.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#container a:active, #container a:visited, #container a:link {
	color: #842431;
}

#container a:hover {
	color: #ae7078;
}

.input {
	border: 1px solid black;
	background-color: #fdfdfd;
}

.error {
	font-weight: bold;
	color: red;
}
