body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
}

#content {
	width: 938px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#content p {
	margin: 0px 58px;
	font-family: verdana, arial, sanf-serif;
	font-size: 11px;
}

#content a:visited {
	color: #000;
	text-decoration: underline;
}

div.body {
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url('../images/body_background.png');
}

div.top {
	width: 938px;
	height: 16px;
	text-align: center;
	background-image: url('../images/body_top_background.png');
}

div.left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

div.center {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 578px;
}

div.right {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
	text-align: center;
	
	font-family: verdana, arial, sanf-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Showcase */
div.showcase {
	margin: 20px 44px 0px 44px;
	font-family: verdana, arial, sanf-serif;
	font-size: 10px;
}

div.showcase table {
	margin: 0px;
	padding: 0px;
}

div.showcase table td {
	font-size: 10px;
}

td.sc_top {
	background: #f5f5f5 url(../images/showcase/t.png) repeat-x;
}
td.sc_left {
	background: #f5f5f5 url(../images/showcase/l.png) repeat-y;
}
td.sc_center {
	padding: 3px;
}
td.sc_right {
	background: #f5f5f5 url(../images/showcase/r.png) repeat-y;
}
td.sc_bottom {
	background: #f5f5f5 url(../images/showcase/b.png) repeat-x;
}

/* Footer */
div.footer {
	margin: 0px 0px 0px 0px;
	/*padding: 18px 0px 4px 27px;*/
	height: 40px;
	border: none;
	color: #918f8f;
	font-family: arial, sanf-serif;
	font-size: 10px;
	background: #fff url(../images/footer_background.png) no-repeat top left;
	clear: both;
}

div.footer div.footertext {
	font-size: 10px;
}

.footerlinks {
	/*
	display: block;
	margin: 0px 0px 0px 776px;
	clear: right;*/
	font-size: 10px;
}
.footerlinks a {
	color: #918f8f;
	text-decoration: underline;
	font-size: 10px;
}

/* Menu */
#menu {
	margin: 28px 0px 0px 0px;
	width: 180px;
}

#menu div {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 28px;
	font-family: arial, verdana, sanf-serif;
	font-size: 12px;
}

#menu div.over a {
	background-image: url('../images/menu_background_over.png');
	text-decoration: none;
}

#menu a:link, #menu a:active, #menu a:visited {
  color: #fff;
  text-decoration: none;
}

#menu a:hover {
  color: #fff;
  background-image: url('../images/menu_background_over.png');
  background-repeat: no-repeat;
}

div.sitesmap {
	width: 180px;
	height: 280px;
	margin: 18px 0 0 0;
	padding: 18px 0px 0px 0px;
	border: none;
	background-image: url('../images/site_buttons_frame.png');
	background-repeat: no-repeat;
}

img.sitebutton {
	margin: 0px 0px 22px 18px;
	display: block;
	border: none
}