/*global reset*/

html, body, div, span,
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,
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
/*end global reset*/

body {
 background: #296c92 url(../images/body_bg.png) repeat 0 0;
 color: #171717;
 font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
 font-size: 1em;
}
#main_content {
	background: #fff;
	display:block;
	width:600px;
	margin:0 auto;
	padding:50px 0;
}
#header {
 background: #296c92 url(../images/header_bg.gif) repeat-x 0 0;
 border-top: 1px solid #428bae;
 border-right: 1px solid #428bae;
 border-left: 1px solid #428bae;
 margin:0 auto;
 width: 494px;
 height: 59px;
}
h1 {
	background: transparent url(../images/flickr_scrollr_text.png) no-repeat 0 0;
	font:225%/1.25em garamond, georgia, 'times new roman', serif;
	letter-spacing:.1em;
	text-align:center;
	text-indent: -9999px;
	color:#333;
	margin:8px 0 0 130px;
}
#gallery {
  border: 1px solid #428bae;
  margin: 0 auto 40px;
  height: 193px;
  width:494px;
}
h2 {
	font:120%/1.25em rockwell, georgia, 'times new roman', serif;
	margin:0 15px 15px;
}
a {
 color: #000;
}
a:visited {
 color: #474747;
 text-decoration: none;
}
a:hover {
 color: #8b0000;
 text-decoration: underline;
}
a#backto {
 margin: 0 0 0 10px;
}
p {
	margin:15px 0 40px;
	padding: 0 15px 0;
}
p.first {
 margin: 15px 0;
}