body, html, form {
  padding: 0;
  margin: 0;
  font-family: Arial, Verdana, sans-serif;
}

a {
	color: #20468A;
}

a:hover {
	text-decoration: none;
}

#wrapper {
  width: 760px;
  text-align: left;
}

#header {
  background: #b0cbfb;
  font-size: 0;
}

#navigation {
  width: 176px;
  background: #edf0f3;
	vertical-align: top;
}

#content_wrapper {
	vertical-align: top;
  background: url(../images/content_bg.gif) repeat-x top #fff;
}

#footer {
	font-size: 0.7em;
	color: #fff;
  background: #ea7fb5;
	margin-bottom: 20px;
}

#footer a {
  color: #1f50a8;
}

#copyright {
	padding: 6px 8px;
}

#credits {
	padding: 6px 8px;
	float: right;
}

#breadcrumbs {
  margin: 5px 10px 0 10px;
	padding: 0;
  font-size: 0.75em;
  color: #fff;
	height: 19px;
	overflow: hidden;
	vertical-align: bottom;
}

#content {
  padding: 10px;
	font-size: 0.8em;
	color: #686665;
	line-height: 1.8em;
}

#main_menu {
	border-top: 1px solid #d5016c;
	border-bottom: 1px solid #aa0b68;
}