/* Gallery styling for Helen Page Photography website */
	
/* BEGIN DEMO STYLE */

* {
	margin:0;padding:0
	}

a {
	color:#666666;
	text-decoration:none;
	outline:none;
	}

a:hover {
	color:#333333;
	}

.caption {
	color: #ffffff;
	background-color: #000000;
	width:535px;
	height: 17px;
	text-align: right;
	padding:3px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
	display: inline;
	}

.demo {
	background-color: #ffffff;
	width:565px;
	margin: 15px 0px 0px 0px;
	padding:0px;
	float:right;
	display: inline;
	}

.gallery_demo {
	width: 565px;
	margin: 0;
	padding: 0;
	}

.gallery_demo li {
	width: 55px;
	height: 55px;
	border: 2px double #111;
	margin: 0px 10px 11px 0px; 
	background:#000;
	}

#main_image {
	background-image: url(../images/photo_bg_notile.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width:550px;
	margin: 0px 15px 30px 0px;
	padding:0px;
	float:right;
	display: inline;
	text-align: center;
	}

#main_image img {
	margin-bottom:2px;
	}
	
.nav {
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	font:80% Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align: center;
	}
