

.borderless {
	border-right-width: thick;
	border-right-color: #000000;
}



.normal2 {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;


}
.normal {

	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
}
.normal3 {

	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 3px;

}
.normal3:hover {

	font-family: "Century Gothic";
	font-size: 13px;
	color: #999999;
	border-right-style: none;
	text-decoration: none;

}
.normal3nolink {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}
/* imagogallery css*/
body {
	background-color: #242424;
	color: #000000;
	margin: 0px;
}

.imago_thumbImg {
	border: 3px solid #242424;
}

.imago_selectedThumb {
	border: 3px solid #000000;
	}

#imagoError {
	position: absolute;
	top: 50px;
	left: 20px;
	display: inline;
	color: #FFFFFF;
}

#imagoThumbMenu {
	position: relative;
	left: 430px;
	top: -35px;
	width: 100px;
	height: 100px;
}
 
#imagoCurrentThumbTable {
	border-collapse:inherit  ;
	border-spacing: 5px;
	margin: 0px;
	padding: 5px;
	outline: 5px;
}

#imagoCurrentImageTitle {
	font-family: "Century Gothic";
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	z-index:11;
	font-size: 12px;
}

#imagoGalleryTitle {
	text-align: justify;
	font-size: larger;
	font-weight: bold;
	font-family: monospace;
	color: #FFFFFF;
}

#imagoFrame {
	position: relative;
	margin-top: -95px;
	margin-left: 15px;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
}

#imagoCurrentImg {
	border: 5px solid #000000;
}
.imagogallery{
	position: relative;
	top: 0px;
	left: 0px;
	width: 600;
	height: 600;

}

#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	width: 100%;
	height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('img/loading.gif') no-repeat center center;
	background-color: #000;
}

#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;

}

 ul#menu {
  width: 200px;
  list-style-type: none;
  border-top: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;

}

ul#menu li, 
  ul#menu a {
  font-family: "Century Gothic";
  font-size: 12px;
  color: #FFFFFF;
}

ul#menu li {
  border-bottom: none;
 
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "  ";

}

ul#menu a {
  text-decoration: none;
  outline: none;
  
}

ul#menu a:hover {
  color: #FF9900;
}

ul#menu a.active {
  color: #FF9900;
 }
* {

	padding: 0;
}

body {
	font-size: 12px;
		font-family: Century-Gothic;
	background: url(../bg2.jpg);
	line-height: 1.3em;
	color: #FFFFFF;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #FFFFFF; }
a:active { text-decoration: none;
		color: #FFFFFF;
}
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover {	
	color:#999999;
}

a img { border: none; }



#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	background-image:url(../bg2.jpg);
}

#menu ul li.section-title {}

p {
    margin: 0 20px 9px 0;
}



#once { clear: left; }