/*---------------------------------
Stylesheet for The Pst House Gallery
Author: RudeGoose
---------------------------------*/
body{
	background:#CAC5B7;
	text-align:center;
	font-family:"Courier New", Courier, mono;
	font-size:90%;
	color:#000;
}
a:link, a:visited{
	color:#C61826;
	font-weight:bold;
}
a:hover{
	color:#555;
}
img{
	border:0;
}
/*-------------------------------*/
.clear{
	clear:both;
	background:#BFBAAA;
	height:1px;
	border:0;
	border-bottom:1px solid #BFBAAA;
}
#container{
	width:915px;
	position:relative;
	margin:0 auto;
	text-align:left;
	background:transparent url(images/body.jpg) repeat-y;
}
#contact{
	font-size:80%;
	text-align:center;
	padding:65px 0 0 0;
	display:block;
	line-height:1.5;
}
#credit{
	color:#666;
	font-size:68%;
	text-decoration:none;
}
#footer{
	clear:both;
	width:915px;
	height:140px;
	background:transparent url(images/footer.jpg) no-repeat top left;
}
#gallery{
	width:400px;
	height:500px;
	float:left;
	margin-top:-45px;
	padding-left:45px;
}
#header{
	width:915px;
	height:125px;
	background:transparent url(images/header.jpg) no-repeat top left;
}
#imagegallery{
	float:left;
	margin:0;
	padding:0;
}
#imagegallery li{
	list-style:none;
	float:left;
	margin-right:4px;
}
.list{
	line-height:1.5;
}
#logo{
	position:absolute;
	top:10px;
	left:740px;
}
#more{
	float:right;
	font-size:110%;
}
#tag{
	padding:27px 0 0 30px;
	float:left;
}
#text{
	float:left;
	width:380px;
	margin:-35px 0 0 0;
	padding-left:50px;
}
#text h2{
	font-size:90%;
}
#text address p{
	border-bottom:1px solid #BFBAAA;
	margin:0 0 7px 0;
	font-style:normal;
	font-size:90%;
}
#wedding{
	margin:-60px 0 0 30px;
	float:left;
	background:url(images/wedding.png);
	width:180px;
	height:146px;
}
#wedding span{
	display:none;
}

