body {
  padding: 0;
  text-align: center;
	background: url(../images/site_background.gif) repeat-x #cc99cc;
}

img {
	border: 0;
}

#container {
	background: url(../images/container-top-right.gif) no-repeat top right;
	background-color: #fff;
	text-align: left;
	width: 900px;
	height: 555px;
	margin: 5% auto 0 auto;
	position: relative;
}

#header {
	background: url(../images/container-top-left.gif) no-repeat top left;
	height: 76px;
	width: 100%;
	border-bottom: 1px solid #ccc;

}

#logo {
	padding: 5px 0 0 20px;
}

#sub-logo {
	position: absolute;
	right: 12px;
	top: 40px;
}

#menu {
	position: absolute;
	top: 90px;
	right: 0;
	height: 40px;
	background: url(../images/menu_end_left.gif) no-repeat top left;
	padding-left: 5px;
}

#menu a {
	color: #85006A;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
}

#menu li {
	float: left;
	width: 80px;
	height: 40px;

	padding: 0 2px 0 0;
	background: url(../images/menu_item_seperator.gif) no-repeat top right;

}

#menu li a {
	width: 80px;
	display: table-cell;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/menu_item_bg.gif) repeat-x;
}

#menu li.last {
	padding: 0 6px 0 0;
	background: url(../images/menu_end_right.gif) no-repeat top right;
}

#account_menu {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 0 10px 0 0;
}

#account_menu ul {
	list-style: none;
}

#account_menu li {
	float: left;
	margin: 0 5px 0 20px;
}

#account_menu a {
	color: #85006A;
	text-decoration: none;
	text-transform: uppercase;
}

#content {
	position: absolute;
	top: 140px;
	left: 20px;
	height: 400px;
	width: 860px;
	overflow: auto;
}

#footer {
	position: absolute;
	bottom: 0;
	background: url(../images/container-bottom-left.gif) no-repeat bottom left;
	height: 20px;
	width: 100%;
}

#footer-notes {
	position: absolute;
	bottom: 0;
	background: url(../images/container-bottom-right.gif) no-repeat bottom right;
	height: 20px;
	width: 100%;
}

#homepage_news {
	width: 284px;
	height: 357px;
	background: url(../images/homepage_news_background.gif);
	position: absolute;
	top: 0;
	padding: 10px 20px;
}

#homepage_welcome {
	width: 491px;
	height: 378px;
	background: url(../images/homepage_welcome_background.jpg);
	position: absolute;
	top: 0;
	right: 0;
}

#homepage_member_links {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.button {
	background: url(../images/button_background.gif);
	width: 150px;
	height: 21px;
	display: block;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 5px;
	color: #85006A;
	text-decoration: none;
	text-transform: uppercase;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 10px 0;
}

table th {
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px;
}

table td {
  padding: 5px;
  border-bottom: 1px solid #aaa;
}

.label_column {
  background-color: #ddd;
  width: 20%;
}

.field {
 clear: both;
}

.field label {
  float: left;
  width: 200px;
  font-weight: bold;
}
