/* GENERAL */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;

	color: #000000;
}

a, a:link, a:visited, a:hover, a.active {
	text-decoration: none;
}

a, a:link, a:visited {
	color: #000000;
}

a:hover, a:active, a.active {
	color: #747474;
}

a img {
	border: none;
}

h1 {
	font-size: 14pt;
	font-weight: 500;
}

#intro {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -199px;
	margin-top: -140px;
	width: 397px;
	height: 215px;
	z-index: 1;
}

#logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 89px;
	height: 90px;
	z-index: 1;
}

#nav {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 736px;
	height: 24px;
	z-index: 1;
}

#imageBandVisible {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	height: 120px;
	z-index: 1;
	overflow: hidden;
	border: 0px solid #FFFF00;
}

#imageBand {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10240px;
	height: 120px;
	z-index: 1;
	overflow: hidden;
	border: 0px solid #00FF00;
	cursor: pointer;
}

#imageMain {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: 100px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	border: 0px solid #FF0000;
}

#imageDetail {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: 100px;
	z-index: 1;
	overflow: hidden;
	border: 0px solid #FF0000;
}

#editoral {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 200px;
	margin-left: -250px;
	margin-top: 100px;
	z-index: 1;
	overflow: auto;
	text-align: left;
	border: 0px solid #FF0000;
}

#editoral table {
	margin-top: 12px;
}

#contact {
	position: absolute;
	left: 0;
	top: 15%;
	width: 100%;
	height: 65%;
	z-index: 1;
	overflow: hidden;
	text-align: middle;
	border: 0px solid #FF0000;
}

ul.references {
	list-style-type: none;
}

ul.references li {
	margin: 0px 0px 10px 0px;
}

