@charset "UTF-8";

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: 2.16em;
  line-height: 1.153em;
  margin-bottom: 0.5em;

}

h2 {
  font-size: 1.75em;
  line-height: 1.428em;
  margin-bottom: 0.5em;
}

a {
  color: #00aeef;
  text-decoration: none;
}

a:visited {
  color: #005371;
}

a:hover {
  color: #0077a4;
  text-decoration: underline;
}

form {
  margin: 0px;
  padding: 0px;
}

.header {
  height: 36px;  
}

.topmenu {
  background: url('/gfx2/menu-bg.gif') repeat-x;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
}

.topmenu h1 {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
}

div.gallery-image {
  width: 640px;
  height: 480px;
  margin: 10px 10px;
  text-align: center;
  float: left;
}

img.arrowimage {
  width: 320px;
  height: 480px;
  margin: 0px 0px;
  border: none;
  float: left;
}

div.advertisment {
	width: 120px;
	height: 240px;
	margin: 10px 30px 5px;
	text-align: center;
}

div.pager {
  text-align: center;
  margin: 10px 5px;
  line-height: 18px;
  color: #000;  
}

div.pager .num {
  font-size: 14px;
  font-weight: bold;
}

div.pager a.num {
  font-size: 12px;
  font-weight: normal;
}

div.pager a {
  font-weight: normal;
  font-size: 12px;
}

div.pager a:hover {
  color: #2222ff;
}


.footer {
  background: url('/gfx2/grey-bg.gif') bottom repeat-x;
  font-size: 10px;
  line-height: 18px;
  text-align: right;
  color: #fff;
  border-top: 1px solid #bbb;
}

.footer a {
  color: #fff;
}

