img.pwimages{
	border: solid 1px gray;
	margin: 3px;
}

/* .pwalbums{
	border: 1px solid gray;
} */

body{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #A6A6A6; /* txt_color */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #000;
	background-image:url(../images/gallery-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	}
#divback {
	position: fixed;
	left: 0px;
	bottom: 0px;
}

#header{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #FFFFFF; /* header_txt_color */
	margin: 0px;
	padding: 4px 12px 4px 12px;
	/* border-color: #CCCCCC;
	border-width: 0px 0px 1px 0px;
	border-style: solid; */
	background-color: #333333; /* header_bg_color */
	font-size: 14px;
	font-weight: bold;
}
h2{
	color:#FF3399;
	padding: 0px;
	margin: 0px;
	font-size: x-large;
}
.slideshow{
	color:#FFFFFF;
}
.nav{
	color:#FFFFFF;
	float: right;
	font-size:12px;
	font-weight: bold;
}
.navlink{
	color:#FF3366;
}
#maincontent{
	padding-top: 100px;
	padding-left: 125px;
	width: 500px;
	height: auto;
}
#background{position:absolute; z-index:-1; width:800px; height:510px; left: 98px; top: 115px;}
#container{
	width: 745px;
	height: auto;
	z-index: 1;
	padding-top: 40px;
	margin-right: 15px;
	padding-bottom: 50px;
	margin-left: 0px;
}
#footer{
	color: #666666;
	border: 0;
	border-top: 1px solid #CCCCCC; /* border_color */
	color: #666666; /* footer_txt_color */
	background: #333333; /* footer_bg_color */
	padding: 15px;
	text-align: left;
	clear: both;
}
