/** Pete Murray - gallery page **/

body {
	background-attachment: fixed;
	background-image: url(assets/PM-bg-gall.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#gallery { /* UNIQUE TO THIS CSS FILE */
	margin-right: 130px;
	padding: 10px;
}
#gallery h1 {
	color: #D1C394; /* light brown */
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
}
#gallery h2 {
	color: #D1C394; /* light brown */
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
}
#gallery p {
	color: #A0E1EE; /* font colour - light blue */
	margin-top: 0px;
	margin-bottom: 10px;
}
#gallery img { 
	margin-right: 10px;
}

#gallery a:link, #gallery a:visited {
	color: #E0C052; /* light gold */
	text-decoration: none;
	font-weight: bold;
}
#gallery a:hover, #gallery a:active {
	color: #E0C052; /* light gold */
	text-decoration: none;
	font-weight: bold;
	background-color: #338699; /* secondary blue */
}
