@charset "UTF-8";
/* CSS Document */

body {
	font-family: Century Gothic, Arial;
	color: #828282;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	margin: 0;
	padding: 0;
	background-color:#FAF0E6;
	background-attachment:fixed;
	background-image:url(http://misterpeter.net/imgs/bg.gif);
	background-position:left;
	background-repeat:no-repeat;
		}
a, a:visited, a:active	{
	text-decoration: none;
	font-weight: normal;
	color:#00124e;
	}
a:hover{
 	text-decoration: none;
 	font-weight: normal;
	font-style: oblique;
	color:#00124e; 
 	}
a img {
	border:none;
	}
a img:hover	{
	text-decoration: none;
	}
p {
	line-height: 1.1em;
	}
img {
	border: none;
	}
.text1 {
	padding-top: 67px;
	padding-left: 20px;
	width: 211px;
	}
.text2 {
	padding-top: 67px;
	padding-left: 266px;
	width: 700px;
	position: inherit;
	}
.text3 {
	width: 450px;
	position: inherit;
	}
.pics{
	width: 700px;
	position: inherit;
	}
h1 {
	font: bold 14px Century Gothic, Arial; 
	color: #666666;
	letter-spacing:2px;
	margin: 0px;
	padding-left: 0px;
	font-variant: small-caps;
	}
h2 {
	font: 11px Century Gothic, Arial; 
	color: #828282;
	margin: 0px;
	font-variant: small-caps;
	 	}
.formfield {
	background-color: white;
	font-family: Century Gothic, Arial;
	font-size: 10px;
	border: solid;
	border-color:#000000;
	border-width:thin;
	width: 100%;
	}
.commentform .formbutton {
	font-family: Century Gothic, Arial;
	border: 1px solid #000;
	background-color: #fff;
	color: #828282;
	font-size: 10px;
	}