body {
  background:#a7a7a7 url(/img/bodybg.png) repeat-x;
  margin:0;
}

body, td {
  font-family:Arial, Helvetica, Geneva, sans-serif;
  font-size:12px;
}
h1, h2, h3, h4, h5, h6, p {
  margin:0;
  padding-bottom:5px;
  padding-top:5px;
}
h1 {
  font-size:16px;
}
h2 {
  font-size:15px;
}
h3 {
  font-size:14px;
}
h4 {
  font-size:13px;
}
a {
	color:#4C8DAE;
}
a:hover {
	color: #000;
}

#header {
  background:url(/img/headerbg.png) no-repeat bottom;
  width:930px;
  height:176px;
  margin:0 auto;
}
#imgrotate {
  text-align:center;
}
#footer, #footer a {
  text-decoration:none;
  color:#5a5a5a;
  font-size:11px;
}
#footer {
  background:url(/img/paperend.png) no-repeat top;
  width:930px;
  height:20px;
  margin:0 auto;
  padding-top:15px;
  text-align:center;
}
#contents {
  background:url(/img/paperbg.png) repeat-y;
  width:890px;
  padding-left:20px;
  padding-right:20px;
  margin:0 auto;
  _height:470px;
  min-height:470px;
}
.content {
	line-height: 1.4em;
	width:695px;
	}

#rightcol{
  width:180px;
  float:right;
}

#foto_gallery {
  border-collapse:collapse;
  width:99%;
}
#foto_gallery td {
  /*border:solid 1px #666;*/
  text-align:center;
  padding:5px;
}
#foto_gallery td img {
  border:0;
  display:block;
  margin:0 auto;
  width:150px;
}
#foto_gallery td  a {
  text-decoration:none;
}
/* ADT MENU */

#menu {
  width:930px;
  height:45px;
}
#hmenu {
	list-style-type: none;
	margin:0;
	padding:0;
  margin-top:32px;
  _margin-top:29px;
  margin-left:230px;
  border-collapse:collapse;
}
#hmenu td {
	margin:0;
	padding:0;
}
#hmenu a {
	color:#4C8DAE;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#hmenu a span {
  line-height:42px;
  padding-left:14px;
  padding-right:14px;
  min-width:25px;
  width:auto;
}
#hmenu a:hover {
	color: #000;
}
#hmenu a, #hmenu span {
	float: left;
	display: block;
}

#hmenu a.selected {
  background:url(/img/menuitembg_left.png);
  color:#000;
}
#hmenu a.selected span {
  background:url(/img/menuitembg_right.png) no-repeat right;
}

/* ADT MENU END*/

/* BOXES */

.boxh, .boxc {
	background:#e8e8e8;
	width:157px;
	padding: 4px 10px 4px 5px;
	}
.boxc {
  border:#ccc solid 1px;
  border-top:0px;
  margin-bottom:10px;
}
.boxh {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	}

.red {
  background:#ED2024;
  border:#871214 solid 1px;
}
.blue {
  background:#207CED;
  border:#124687 solid 1px;
}
.yellow {
  background:#EDBE00;
  border:#876C00 solid 1px;
}
.green {
  background:#1bc869;
  border:solid 1px #0f723c;
}
.boxc ul {
	margin: 0;
	padding: 0;
	}
.boxc li {
	background-image: url(/img/bull.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	list-style: none;
	}
.boxc a {
	color: #000;
	text-decoration: none;
	}

.boxc a:hover {
	color: #4c8dae;
	text-decoration: underline;
	}

/* BOXES END */
