* {
	margin:0;
	padding:0;
	}
	
body {
	background:#000000 url(../images/paperBack.jpg) top center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#727272;
	}
	
p {
	text-indent:1.5em;
	padding:0;
	}
	
div#wrapper {
	position:relative;
	width:800px;
	height:800px;
	left:50%;
	margin-left:-400px;
	}
	
div#logo {
	position:absolute;
	width:277px;
	height:116px;
	top:27px;
	left:210px;
	}

div#logo span {
	margin-left:-9999px;
	}

div#welcome {
	position:absolute;
	left:150px;
	top:136px;
	width: 330px;
	}
	
div#welcome h2 {
	height:50px;
	background:url(../images/w.jpg) left center no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#938a6c;
	text-transform: uppercase;
	padding:34px 0 0 30px;
}

div#bodyTxt {
	position:absolute;
	width:346px;
	left: 167px;
	top: 207px;
	z-index:1
	}
	
div#nav {
	position:absolute;
	width:200px;
	left: 510px;
	top: 13px;
	}
	
div#nav a {	
	margin-right:8px;
	text-align:center;
	float:left;
	display:block;
	width:70px;
	height:23px;
	color: #999999;
	font-size:14px;
	padding:4px 0 0;
	text-decoration:none;
	background:url(../images/navButton.jpg) no-repeat bottom left;
	}

div#nav a:hover {
	background:url(../images/navButton.jpg) no-repeat top left;
	}
	
div#photos {
	position: absolute;
	left: 152px;
	top: 604px;
	width: 476px;
	height: 114px;
}

div#photos img {
	margin:0 3px;
	}

div#video {
	position:absolute;
	left: 556px;
	top: 177px;
	height: 376px;
	width: 141px;
	}
	
div#video a img{
	margin-bottom:20px;
	border:3px #65642E solid;
	padding: 1px;
	}

div#video a:hover img{
	border-color: #333333;
	}

div#video a:hover{
	color: #ACD750; /* Dummy definition to overcome IE bug */
}

#contactform {
	position: absolute;
	top:234px;
	left:300px;
	width:214px;
	text-align:right;
	}
	
.letter {
	position:absolute;
	left: 173px;
	top: 231px;
	height: 190px;
	width: 165px;
	}
	
.else {
	position:absolute;
	left: 9px;
	top: -3px;
	}
	
#footer {
	color:#333333;
	width:100%;
	text-align:center;
	font-size:11px;
	}
	
#footer a,#footer a:visited{
		color:#333333;
		text-decoration:none;
		}
		
#footer a:hover{
		color:#C9950D;
		}
