@charset "utf-8";
/* CSS Document */

#container {
	width: 775px;
	margin-right:auto;
	margin-left:auto;
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 150%;
	color: #000;
}
#container a{
	text-decoration: none;
}
#container a:hover{
	color:#060;
}

#gallery {
	width: 775px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	clear: none;
}

#topstrap {
	width: 775px;
	text-align: left;
}
#bottomstrap {
	width: 775px;
	text-align: left;
}
#menu {
	width: 775px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 150%;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	list-style-type: none;
	padding: 5px 25px 5px 5px;
	font-weight: bold;
	font-size: 14px;
}
#menu ul li a {
	color:#680;
	text-decoration: none;
}

#menu ul li a:hover {
	color:#060;
}
#content {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear:both;
	margin-top: 0px;
	margin-bottom: 10px;
}	
	.TopstrapTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28pt;
	color: #060;
	font-weight: bold;
	line-height: 150%;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 100%;
}
.InTextSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666;
	font-weight: bold;
	line-height: 150%;
}
.TopstrapSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666;
	font-weight: bold;
	line-height: 150%;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #060;
	font-weight: bold;
	line-height: 150%;
}
.BottomstrapText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#060;
	font-weight: bold;
	line-height: 100%;
}

.galleryimg
  {
	margin:2px;
	border:none;
	height:auto;
	width:auto;
	float:left;
	text-align:left;
	margin-top: 15px;
  }
.galleryimg img
  {
  display:inline;
  margin:5px;
  border:1px solid #0000ff;
  }
.galleryimg a:hover img
  {
  border:1px solid #0000ff;
  opacity:0.7;filter:alpha(opacity=70)
  }
.gallerydesc
  {
	text-align:left;
	font-weight:normal;
	width:130px;
	margin:5px;
	font-size: 10pt;
	line-height: 120%;
  }
