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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

body{
	background: url(../images/bigsky.jpg) no-repeat 50% 0;
	font-family: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 62.5%;
}

p, img{
	background:transparent url(../images/fff50.png) repeat scroll 0 0;
	float:left;
	clear: left;
	font-size:1.2em;
	padding:7px;
}
p{
	margin: 20px 0 0 0;
	padding: 10px 20px;
	line-height: 1.6;
	font-size: 1.3em;
	width: 100%;
}

#wrap{
	margin: 0 auto;
	padding: 0 30px;
	width: 940px;
}

#container{
	float: left;
	width: 940px;
	margin: 0 0 100px 0;
}


h1{
	background: url(../images/peter.gif) no-repeat -100px -80px;
	height: 317px;
	float: left;
	text-indent: -9000px;
	width: 469px;
	margin: 0 0 0 300px;
}
h1 a{
	display:block;
	width:100%;
	height:100%;
}
p#slogan{
	background: none;
	color: #fff;
	font-size: 1.8em;
	float: right;
	margin: -120px 40px 0 0;
	padding: 0;
	text-align: right;
	width: 400px;
	clear: none;
}

a, a:link{
	color: #33455e;
	text-decoration: none;
}


#footer{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 2;
	clear: both;
}

