body {
	margin: 0px;
	font: 11px/20px "lucida sans unicode", "lucida grande", helvetica, arial, sans-serif;
	color: #B0AFBF;
	text-align: center;
	background: #0B0A24 url(gfx-data/data-bg.png) repeat;
}

/* ---------------------------------------- */
/* ------------ BASIC ELEMENTS ------------ */
/* ---------------------------------------- */

a {
	text-decoration:none;
	font-weight:600;
	}
a:link {color: #B8B3FF;} 
a:visited {color: #53538C; }
a:focus,
a:hover,
a:active {color: #FFFFFF; text-decoration: none; }

a:hover.menu {color: #FFFFFF; text-decoration: none; background: url(gfx-data/link-glow.png) no-repeat; }

a:visited.choose {color: #B8B3FF;}
a:hover.choose {color: #FFFFFF; text-decoration: none; }

a:link img {border: 2px solid #B8B3FF;} 
a:visited img {border: 2px solid #53538C; }
a:focus img,
a:hover img,
a:active img {border: 2px solid #FFFFFF;}


/* --------------------------------------------- */
/* ------------ CONTAINING ELEMENTS ------------ */
/* --------------------------------------------- */

#container {
  margin: 0 auto;
  width: 980px;
  text-align: left;
  }

#header {
	margin: 0px;
	padding: 0px;
	background: url(gfx-data/data-header.png) no-repeat;
	width: 980px;
	height: 42px;
}

#body {
	margin: 0px;
	padding: 0px;
	background: url(gfx-data/data-body-bg.png) repeat-y;
	width: 980px;
	height: auto;
	}

#bodyInner {
	padding-top: 1px;
	padding-left: 90px;
	padding-right: 90px;
	font-size: 11px;
	text-align: left;
}

#footer {
	margin: 0px;
	padding: 0px;
	background: url(gfx-data/data-footer.png) no-repeat;
	width: 980px;
	height: 98px;
}

/* --------------------------------------------- */
/* ----------- CUSTOMIZING ELEMENTS ------------ */
/* --------------------------------------------- */

.chooser { padding-right: 100px; text-align: right; color:#7B79E4; }
.title { padding-right: 100px; text-align: right; color:#7B79E4; }
.menu { font-weight: 600; font-size: 18px; font-variant: small-caps; text-decoration: none; color:#7B79E4;}
.copyright { padding-top: 75px; padding-right: 150px; text-align: right; color:#7B79E4; }

.portnav { text-align: center; margin: auto; padding: 5px; }
.thumbs { width: 810px; text-align: center; font-weight: 600; font-size: 13px; }
img.gallery { margin: 10px; padding: 5px; text-align: center; }

#header, #body, #footer  { behavior: url(iepngfix.htc) }  /* PNG transparency fix for IE 6 and later */