/* Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup
table {
	border-collapse: collapse;
	border-spacing: 12px;
	cellspacing: 12px; 	
	border: 0;
}
/* end of Meyer Reset */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFF;

	}
h1 {
	color: #17529e;
	font-size: 30px;
	font-variant: small-caps;
	}
h2 {
	color: #17529e;
	font-size: 18px;
	margin-top: 12px;
	}
h3 {
	color: #17529e;
	font-size: 14px;
	margin-top: 6px;
	line-height: 120%;
	}
a {
	color: #F06428;
	font-size: 12px;
	}
a:hover {
	color: #000;
	}
a h2:hover {
	color: #F06428;
	}
p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin-bottom: 12px;
	}
#gallery, #store {
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 18px;
	}
#gallery p {
	line-height: 140%;
	margin-top: 6px;	
	}

#close {
	margin-top: 6px;
	margin-left: 12px;
	}
#photo {
	float: right;
	position: relative;
	margin: 12px 36px 0 0;
	}
#store p{
	margin: 12px 0 12px;
	line-height: 120%;
	}
#storeimage {
	float: right;
	position: relative;
	margin: 12px 6px 6px 12px;
	}
#gallery p a {
	font-size: 14px;
	color: #999;
	
}
#gallery p a:hover {
	color: #000;
}
