a {
	color:#A3CeC8;
	text-decoration:none;
}
body,html {
	height:100%;
	margin:0;
	padding:0;
}
img {
	border:0;
}
h1 {
	font-size:17px;
	font-weight:normal;
	padding-bottom:5px;
	text-align:center;
}
html { 
	overflow-y: scroll;
}
#container {
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	position:relative;
	width:850px;
	overflow:hidden;
}
#footer {
	background:#A3CeC8;
	bottom:0;
	height:18px;			/* Height of the footer */
	position:absolute;
	width:100%;
}
#galleryContainer {
	width:810px;
	margin:10px auto;
	overflow:auto;
}
#header {
	background:#A3CeC8;
	cursor:default;
	padding-top:8px;
}
#links {
	color:#AC9DA6;
	font-size:18;
	letter-spacing:0;
	padding-bottom:4px;
}
#links img {
	margin:0 8px;
	vertical-align:middle;
}
#main {
    padding:0;
	overflow:show;
	padding-bottom:18px;	/* Height of the footer */
}
#orderForms {
	border-top:1px solid gray;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:701px;
}
#sharePanel {
	bottom:28px;
	color:white;
	font-family:arial;
	font-size:12px;
	letter-spacing:1px;
	padding:5px 7px;
	position:absolute;
	right:25px;
	text-align:left;
	display:none;
	z-index:1;
	background:url('images/share_background.png');
}
#sharePanel a {
	color:white;
}
#sharePanel img {
	height:20px;
	margin:3px 6px 3px 0;
	vertical-align:middle;
}
#sharePanelShow {
	cursor:pointer;
	position:absolute;
	right:30px;
}
.bodyImage {
	float:right;
	padding:5px 0;
}
.bodyText {
	color:gray;
	font-family:arial;
	font-size:15px;
	letter-spacing:3px;
	line-height:20px;
	padding:20px 35px 10px 35px;
}
.footerText {
	color:white;
	font-family:Arial;
	font-size:11px;
	letter-spacing:1px;
	line-height:18px;
}
.galleryInfo {
	color:gray;
	font-family:arial;
	font-size:12px;
	letter-spacing:1px;
	line-height:15px;
	padding-top:5px;
	position:relative;
}
.galleryInfo .price {
	position:absolute;
	right:0;
	top:20px;
}
.galleryInfo .sold {
	position:absolute;
	left:0;
	top:20px;
	color:red;
	font-weight:bold;
	text-transform:uppercase;
	display:none; /* temporarily hides sold information */
}
.galleryItem {
	text-align:center;
	float:left;
	height:300px;
	margin:10px;
	position:relative;
	width:250px;
}
.galleryItem img {
	height:250px;
	width:250px;
	cursor:pointer;
}
.headerText {
	color:white;
	font-family:Arial;
	font-size:20px;
	letter-spacing:5px;
	text-align:center;
}
.orderForm {
	color:gray;
	/*float:left; /*comments to remove prints form */
	font-family:arial;
	font-size:12px;
	letter-spacing:2px;
	text-align:center;
	vertical-align:middle;
	/*width:350px;*/
}
.orderForm option {
	letter-spacing:0px;
}
.year {
	color:white;
	font-family:Arial;
	font-size:40px;
	letter-spacing:5px;
	opacity:0.5;filter:alpha(opacity=50);
	padding-right:5px;
	position:absolute;
	right:0px;
	top:10px;
}
#news {
	border:3px dashed #A3CeC8;
	padding:6px 10px 0 6px;
	margin:15px 0 10px -10px;
}
#news p:last-child {
	margin:6px 0;
}
#news p {
	line-height:17px;
}
#imageBox {
	background:white;
	position:fixed;
	z-index:3;
	display:none;
	padding:10px;
}
#imageBox .close {
	width:17px;
	height:17px;
	background-image:url('images/cross.png');
	background-position:left;
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}
#imageBox .close:hover {
	background-position:right !important;
}
#imageBox:hover .close {
	background-position:center;
}
#imageInfo {
	margin-top:3px;
	text-align:center;
	font-style:italic;
	font-family:"Arial",sans-serief;
	font-size:14px;
}
#mask {
	width:100%;
	height:100%;
	position:fixed;
	background:black;
	z-index:2;
	display:none;
}
#loading {
	color:white;
	font-style:italic;
	text-align:center;
	font-size:150%;
	position:fixed;
	top:45%;
	width:100%;
	display:none;
	z-index:3;
	font-family:"Arial",sans-serief;
	letter-spacing:2px;
}
#watermark {
	position:absolute;
	width:90%;
	left:5%;
	display:block;
}
.galleryPages {
	margin-top:10px;
	margin-bottom:-10px;
	text-align:center;
	font-family:arial;
	font-size:15px;
	letter-spacing:1px;
}
.galleryPages a {
	padding:0 12px;
}
.pullQuote {
	font-size:700%;
	vertical-align:bottom;
	position:relative;
	color:#A3CeC8;
	line-height:20px;
}
.pullQuote.open {
	top:20px;
}
.pullQuote.close {
	top:35px;
}

