img { border: none; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #39494d;
	margin: 0px 0px;
  font-size: 62.5%; height: 100%;
}

.break { clear: both; }

#main_wrapper
{
  margin: 0 auto;
  width: 1000px;
  padding: 0;
  position: relative;
}

#header 
{
  background: transparent url(header.jpg) top center no-repeat;
  height: 80px;
}

#header h1, #header h2 { display: none; }

#content_wrapper
{
  width: 1000px;
  float: left;
  position: relative;
}

#content
{
  background: transparent url(content_bg.jpg) top left repeat-y;
  padding: 10px 75px 20px 60px;
  font-size: 1.4em;
}

#content h1 { font-size: 1.3em; font-weight: normal; margin: 10px 0; padding: 0;  }

#content td { text-align: center; font-weight: bold; }

#content #images { float: left; width: 300px; padding-top: 20px; }
#content #images img { border: solid #FF8000 1px; margin: 5px 2px; }
#content #info { float: left; width: 500px; text-align: justify; }


#content .copyright { font-size: 0.8em; }

#content_foot
{
  background: transparent url(content_foot.jpg) top left no-repeat;
  height: 80px;
  padding: 20px 40px;
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
  color: #ccc;
}

#google_ads
{
  text-align: center;
  margin-bottom: 15px;
}

.goback
{
	position: absolute;
	top: 120px;
	right: 140px;
}

.goback a { color: #008080; }
.goback a:hover { text-decoration: none; color: #FF0000; }














/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}