/* Photo Gallery Styles CSS Document */
.photo_gallery h1{
padding-bottom:5px;
}

.photo_gallery h2{
padding-top:0;
padding-bottom:5px;
}

.photo_gallery p{
padding-top:5px;
}

.photo_gallery ol{
padding-left:10px;
margin:0;
}

.photo_gallery ol li{
display:inline; 
text-decoration:none;
padding-left:5px;
}

.photo_gallery ul{
padding-left:17px;
margin:0;
}

.photo_gallery ul li{
list-style-type:square;
list-style-position: inside;
padding:0;
}



.photo_gallery img{
border:1px solid #E5E5BC;
padding:1px;
}

.photo_gallery a{
color:#993300;
}

.photo_gallery{
/* Photo Gallery Styles Go Here */

}

/*dropdown header selects*/
a#btn_go {
	font-family: Verdana;	
	background-color: #999;
	color: #FFFFFF;
	border: solid 1px #999;
	padding: 5px;
	cursor:pointer;
}
.widetop select { padding:3px; }
.clear { clear:both; height:0; line-height:0; font-size:0; }
#header-dd { margin:10px; width:400px; text-align:right; }

