body {
	background-image: url(back.gif);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #DDEEFF;
	font-family: Verdana, sans-serif;
	color: #333;
	}
a:link {
	text-decoration: none;
	color: #1C82EA;
	}
a:visited {
	text-decoration: none;
	color: #1C82EA;
	}
a:hover, a:active {
	text-decoration: none;
	background-color: #A1CCF8;
	}
#nav {
	width: 100%;
	height: 140px;
	background-color: #FFF;
	background-image: url(bar.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	}
#main {
	position: absolute;
	top: 140px;
	width: 60%;
	margin: 50px 0px 0px 30px;
	}
#pics {
	width: 30%;
	position: absolute;
	left: 60%;
	top: 140px;
	margin: 60px 0px 0px 70px;
	text-align: center;
	font-size: small;
	}
.small {
	font-size: x-small;
	}
.nav {
	text-align: right;
	font-size: .75em;
	margin-right: 45px;
	margin-top: 10px;
	}
.img {
	margin-top: 40px;
	}
.insert {
	float: left;
	margin-right: 5px;
	}
img {
	border: 0px;
	}
h1 {
	text-align: right;
	letter-spacing: .3em;
	}
h2 {
	margin-left: 20px;
	}
h3 {
	margin-left: 15px;
	}
h4 {
	margin-left: 10px;
	}
p {
	line-height: 1.4em;
	}