@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v4/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

/* CSS 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	background: url("../images/hem_bg.png") repeat;
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
}

ol, ul {
	list-style: none;
}

a {
	color: #336699;
}

#nav {
	height: 30px;
	width: 100%;
	background-color: #fff;
}

#nav h1{
	margin: 0;
	font-family: Pacifico;
	font-size: 20px;
	color: #444;
	line-height: 30px;
}

ul#hemgallery {
	float: left;
	margin: 0 0 10px 10px;
}

ul#hemgallery li {
	float: left;
	background-color: #fff;
	padding: 10px;
	margin: 10px 10px 0 0;
}