@import url(header.css?1);
@import url(sidebar.css?1);
@import url(right-sidebar.css?1);
@import url(content.css?1);
@import url(typography.css?1);
@import url(footer.css?1);

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	background: #171B26 url(/images/bg.jpg) repeat-y center top;
	text-align: center;
}

img {
	border: none;
}

div.fieldWithErrors {
	display: inline;
}

#main {
	padding: 0;
	margin: 0 auto;
	width: 800px;
  background: url(/images/white_bg.gif) repeat-y 5px top;
  text-align: left;
  position: relative;
}

#wrapper_1 {
	background: url(/images/header.jpg) no-repeat left top;
}

#wrapper_2 {
	background: url(/images/footer.jpg) no-repeat 3px bottom;
	line-height: 1em;
}

#content {
  margin: 68px 190px 0 220px;
	line-height: 1.4em;
  font-size: 13px;
  position: relative;
}

.person_list dt {
  font-size: 16px;
  font-weight: bold;
  color: #336B90;
  margin-top: 15px;
}

.person_list em {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

.person_list dd img {
  float: left;
  margin: 0 5px 0 10px;
  border: 2px solid #ccc;
}

.person_list dd {
  margin: 7px 0 15px 0;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}