/* CSS Document */
body {
	background-color:#FFF;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:23px;
	color:#333333;
	height:100%;
}

#wrapper {
	top:0px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:520px;
	position:relative;
	height:1080px;
	/*height:100%;*/
	background-color:#000;
	}

#top-banner {
	position:absolute;
	top:0px;
	left:0px;
	width:520px;
	height:120px;
	background-color:#000000;
}

#inner-wrapper-1 {
	position:absolute;
	top:140px;
	left:20px;
	width:460px;
	height:380px;
	background-color:#fff;
	padding:10px 2px 10px 16px;
}

#inner-wrapper-2 {
	position:absolute;
	top:543px;
	left:20px;
	width:460px;
	height:380px;
	background-color:#fff;
	padding:10px 2px 10px 16px;
}

.pic1 {
	width:100px;
	height:75px;
	padding:1px 1px 1px 1px;
	margin-right:10px;
	margin-top:10px;
	border:1px;
	border-style:solid;
	border-color:#999999;
	float:left;
}


#footer {
	position:absolute;
	top:910px;
	left:20px;
	width:458px;
	height:90px;
	background-color:#fff;
	padding:10px 10px 10px 10px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*PHOTO PAGE CSS*/

#photo-wrapper {
	top:0px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:520px;
	position:relative;
	height:650px;
	/*height:100%;*/
	background-color:#000;
	}

#photo-inner-wrapper-1 {
	position:absolute;
	top:140px;
	left:20px;
	width:460px;
	height:340px;
	background-color:#fff;
	padding:10px 2px 10px 16px;
}

.photo-pic {
	width:443px;
	height:295px;
	margin-right:10px;
	margin-top:10px;
	border:1px;
	border-style:solid;
	border-color:#999999;
	float:left;
}

.photo-back {
	width:443px;
	height:30px;
	padding:1px 1px 1px 1px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

#photo-footer {
	position:absolute;
	top:500px;
	left:20px;
	width:458px;
	height:90px;
	background-color:#fff;
	padding:10px 10px 10px 10px;
}

