body {
	margin: 0px;
	font: 11px/20px verdana, helvetica, arial, sans-serif;
	color: #000000;
	text-align: center;
	background: #FFFFFF;
}

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

a {
	text-decoration:none;
	font-weight:600;
	color: #90C8FF;
	}	
a:link {color: #90C8FF;} 
a:visited {color: #0066CC; }
a:focus,
a:hover,
a:active {color: #003366; text-decoration: underline overline;}

a:visited.choose {color: #0066CC;}
a:hover.choose {color: #003366; }

a:link img {border: 2px solid #90C8FF;} 
a:visited img {border: 2px solid #0066CC; }
a:focus img,
a:hover img,
a:active img {border: 2px solid #003366;}


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

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

#header {
	margin: 0px;
	padding: 0px;
	background: url(gfx-copy/copy-header.png) no-repeat;
	width: 853px;
	height: 56px;
}

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

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

#footer {
	margin: 0px;
	padding: 0px;
	background: url(gfx-copy/copy-footer.png) no-repeat;
	width: 853px;
	height: 167px;
}

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

.chooser { padding-top: 3px; padding-right: 50px; text-align: right; color:#0066CC; }
.title { padding-top: 6px; padding-left: 45px; text-align: left; color:#000000; }
.menu { font-weight: 600; font-size: 18px; text-decoration: none; }
.copyright { padding-top: 118px; padding-right: 50px; text-align: right; color:#0099CC; }

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