body {
	background: #0070B5;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #0070B5;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}
#holder {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	padding: 0px;
	position: relative;
}
#holder #main {
	background: url(images/main-back.gif) no-repeat;
	height: 270px;
	width: 538px;
	position: absolute;
	top: 15px;
	left: 245px;
}
#holder #main #navigation {
	height: 45px;
	width: 540px;
	position: absolute;
}
#holder #main #navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
#holder #main #navigation li {
	float: left;
	margin-top: 0px;
	width: 106px;
	margin-right: 2px;
}
#holder #main #navigation li a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 106px;
	color: #0070B5;
	padding-top: 8px;
	height: 37px;
}
#holder #main #navigation li a:hover {
	text-decoration: underline;
}
#holder #main #navigation a.select {
	background: url(images/nav-select.gif) no-repeat 5px 5px;
	text-decoration: none;
}
#holder #picture {
	height: 310px;
	width: 235px;
	position: absolute;
	top: 55px;
	left: 5px;
	background: url(images/pic-back.gif) no-repeat;
}
#holder #picture #flash {
	height: 300px;
	width: 225px;
	position: absolute;
	left: 5px;
	top: 5px;
}
#holder #main #content {
	background: #FFFFFF;
	position: absolute;
	left: 5px;
	top: 45px;
	overflow: auto;
	width: 528px;
	height: 220px;
}
#holder #main #content img {
	margin-top: 10px;
	margin-left: 10px;
}
#holder #main #content .contact a {
	color: #0070B5;
}

#holder #main #content p {
	font-size: 1.1em;
	line-height: 1.2;
	margin: 10px;
}
#holder #main #content ul {
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.1em;
}

#holder #main #content p.contact {
	font-size: 1.5em;
}




#holder #foot {

	background: url(images/foot-back.gif) no-repeat;
	height: 75px;
	width: 538px;
	position: absolute;
	top: 290px;
	left: 245px;
}
#holder #foot #tel {
	position: absolute;
	left: 15px;
	top: 14px;
}
#holder #foot #choice {
	position: absolute;
	left: 15px;
	top: 42px;
}
#holder #foot #fwc {
	position: absolute;
	left: 175px;
	top: 36px;
}
#holder #copyright {
	color: #FFFFFF;
	position: absolute;
	left: 260px;
	top: 370px;
}
#holder #copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#holder #copyright a:hover {
	text-decoration: underline;
}



#holder #logo-right {
	position: absolute;
	left: 783px;
	top: 128px;
	background: url(images/logo-right.gif) no-repeat;
	height: 237px;
	width: 217px;
}
#holder #logo-bottom {
	background: url(images/logo-bottom.gif) no-repeat;
	position: absolute;
	height: 53px;
	width: 235px;
	left: 647px;
	top: 365px;
}
