/* CSS Document */
body {
	background-color: #000000;
	background-image: url(imgs/bgtop.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper {
    width: auto;
	height: auto;
	margin: auto;
	padding: 0px;
}

#page-wrapper {
    width: 960px;
	height: auto;
	margin: auto;
	padding: 0px;
}

#banner {
    margin: auto;
	width: 960px;
	height: 200px;
	background-image: url(imgs/topbanner.jpg);
}

#menuholder {
    width: 960px;
	height: 50px;
	margin: auto;
	padding: 0px;
}

.clearzone {
    width:960px;
	height: 50px;
	clear: both;
	margin: auto;
}

#container {
	width: 960px;
	height: auto;
	margin: auto;
	padding: 0px;
}

.content {
    width: 960px;
	height: auto;
	margin: auto;
	padding: 0px;
}

.leftholder {
	width: 300px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

.img {
    width: 290px;
	height: 150px;
	margin: auto;
	padding: 5px;
	background-color: #333333;
}

#footer {
	width: 960px;
	height: 20px;
	clear: both;
	margin: auto;
	padding: 30px 0px 0px 0px;
}


/* styles */
.textholder {
	width: 920px;
	margin: auto;
	padding: 0px 5px 0px 5px;
	float: left;
}

p.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

p.infopict {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

p.textinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

span.textbling {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.linkek {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F60;
	text-decoration: none;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

p.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.linkek2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}


/* menu */

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 960px;
  height: 50px;
  position: relative;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu .print {
  width: 181px;
  height: 50px;
  background: url(imgs/buttons2/print.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .web {
  width: 186px;
  height: 50px;
  background: url(imgs/buttons2/web.jpg) no-repeat;
  left: 181px;
  top: 0px;
}

#menu .animations {
  width: 186px;
  height: 50px;
  background: url(imgs/buttons2/animations.jpg) no-repeat;
  left: 367px;
  top: 0px;
}

#menu .fungallery {
  width: 186px;
  height: 50px;
  background: url(imgs/buttons2/gallery.jpg) no-repeat;
  left: 553px;
  top: 0px;
}

#menu .contact {
  width: 186px;
  height: 50px;
  background: url(imgs/buttons2/contact.jpg) no-repeat;
  left: 739px;
  top: 0px;
}

