body {
	background: url(../images/bg.jpg) center top repeat #26231c;
}
img {
	border: none;
}
img a {
	border: none;
}
#content {
	position: relative;
	width: 1080px;
	height: 827px;
	background-image: url(../images/contentbg.jpg);
	margin: 0 auto;
	margin-top: 50px;
}
#beginning {
	position: relative;
	width: 674px;
	height: 117px;
	background-image: url(../images/inthebeginning.png);
	margin: 0 auto;
	top: 110px;
}
#logo {
	position: relative;
	width: 132px;
	height: 309px;
	margin: 0 auto;
	top: 170px;
}
#nav {
	position: relative;
	margin-top: 330px;
	margin-left: 75px;
	z-index: 100;
}
#nav a {
	text-decoration: none;
	color: #b5292e;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	text-align: left;
	display: inline;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
#nav ul li {
	font-family: Courier, monospace;
	color: #858586;
	font-weight: 400;
	width: 135px;
	font-size: 17px;
	text-align: left;
	display: inline-block;
	margin-right: 55px;
	position: relative;
	text-decoration: none;
}
#bigf {
	width: 596px;
	height: 746px;
	z-index: 1;
	margin-bottom: -320px;
}
#contactcol {
	width: 350px;
	margin-left: 695px;
	margin-top: -350px;
	float: left;
}
#contactcol h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #b5292e;
	font-weight: bold;
}
#contactcol p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-top: -5px;
	color: #000000;
	font-weight: lighter;
}
#contactcol a {
	color: #000000;
	text-decoration: none;
}
#contactcol a:hover {
	text-decoration: underline;
}