/* CSS Document in styles/newmainstyle.css*/
#piccontent {
	float: left;
	margin: 0px;
	margin-top: 5%;
	width: 100%;
/*	height: 100%;*/
	text-align: left;
	padding: 0px; /*IMPT this lines up maincontent with container*/
	background-image: url(../images/imagegalleryback.jpg);
	background-repeat: repeat;
}

#piccontent a {
    font-weight: bold;
    text-decoration: none;
    padding: 2px 2px;
}
/*#piccontent p {
	font:serif;
	color:#0000FF;
}
*/
#piccontent a:link, #piccontent a:visited {
	color: #FFFFFF;
	border-bottom: #00425E dashed 1px;
}

#piccontent a:hover, #piccontent a:active {
    color: #fff;
    background-color: #00425E;
    border-bottom: none;
}

#gallery {
    width: 100%;
	height: 100%;
}

#picCount {
  font-weight:bold;
  }

#thumbs {
    float: left;
    margin-top: 10px;
/*	position: absolute;
	top:20%;
	left:1%;	*/
	font-size: 75%;
	width: 17%;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}

#main_image {
    float: right;
    text-align: center;
/*    width: 350px;*/
	position: absolute;
	top: 31%;
	left: 25%;
/*	background-color:#333333;	*/
}

#main_image p {
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.picBorder {
	background-color: #666666;
	padding: 10px;
	border: #00425E solid 2px;
}

p#caption {
    margin: 0;
    padding: 2px 2px;
    font-weight: bold;
    text-align: center;
}
