html       { background-color: #ffffff; margin: 0px; padding: 0px; }
body       { color: #000000; font-family: Arial, Verdana, sans-serif; font-size: 14px; margin: auto; padding: 0px; }
a          { color: #a00000; font-variant: small-caps; text-decoration: none; }
a:hover    { color: #0000a0; }
h1, h2, h3 { clear: both; color: #000000; font-variant: small-caps; font-weight: bold; padding: 5px 0px 2px 0px; margin-block-start: 0px; margin-block-end: 0px; }
h1         { font-size: 16pt; }
h2         { font-size: 14pt; font-weight: normal;}
h3         { font-size: 16pt; }
span       { float: left; background-color: #e0e0e0; border-radius: 4px 4px 4px 4px; height: 210px; margin: 0px 10px 10px 0px; width: 175px; }
p          { font-size: 12pt; padding-bottom: 5px; margin-block-start: 0px; margin-block-end: 0px; }

#content   { margin: auto; width: 960px; }
.head-a    { position: relative; height: 240px; width: 720px; margin: auto; top: 40px; }
.head-b    { position: absolute; height: 240px; width: 720px; right: 0px; bottom: 0px; }
.page      { border-bottom: 3px solid #000000; margin: 10px auto; width: 720px; }
.foot      { background-color: #aaaaaa; margin-top: -16px; width: 100%; }
.foot p    { color: #e0e0e0; font-size: 8pt; margin: 0px; padding: 6px; }

.menu {
  background-color: #aaaaaa;
  box-shadow: 2px 4px 0px 0px rgba(0,0,0,0.5);
  left: 0px;
  margin: 0px;
  padding: 8px;
  position: fixed;
  top: 0px;
  text-align: center;
  width: 100%;
  z-index: 900;
}

.menu a {
  color: #000000;
  font-variant: small-caps;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
}

.menu a:hover {
  background-color: #404040;
  color: #ffffff;
}

.linkbutton   {
  color: #ffffff;
  background-clip: border-box;
  background-image: linear-gradient(to bottom, #ffcc00, #d4aa00);
  background-image: linear-gradient(to bottom, #202020, #000000);
  background-image: linear-gradient(to bottom, #a00000, #800000);
  border-radius: 3px;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-variant: small-caps;
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  width: 155px;
}

.linkbutton a {
  color: #ffffff;
  text-decoration: none;
}

.linkbutton a:hover {
  color: #ffcc00;
  text-decoration: none;
}

#slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

#slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 240px;
}

a.btnprev, a.btnnext {
	position: absolute;
	cursor: pointer;
	display: block;
	height: 50px;
	margin: 0px;
	opacity: 0.65;
	padding: 0px;
	top: 180px;
	width: 20px;
	z-index: 800;
}

a.btnprev:hover, a.btnnext:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

a.btnprev {
	left: 0px;
}

a.btnnext {
	right: 5px;
}
