/*---------------------------------------------------------------*\
|                                                                 |
|    Wilf Turnbull CSS                                            |
|    Lovingly worked at Oast One by James Marett, September 2008  |
|                                                                 |
|    IMPORTANT NOTES:                                             |
|                                                                 |
\*---------------------------------------------------------------*/

/*-- General --*/

body {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	background: url(../images/background.jpg) top left;
	/*font-size: 62.5%;*/
}

#header {
	background: url(../images/computer.jpg) top left no-repeat;
	height: 93px;
	text-align: left;
	padding-left: 110px;
	padding-top: 240px;
}
#headerinner {
	width: 528px;
}
#header h2 {
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	font-size: 28px;
	margin: 0px;
}
#header h3 {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-size: 22px;
	margin: 0px;
	margin-top: 5px;
}

#headerletters {
	background: url(../images/cap.jpg) top left no-repeat;
	height: 186px;
}

#innerpage {
	background: url(../images/coffee.png) no-repeat center;
	padding: 0;
}

#page {
	margin-left: 79px;
	/*float: left;*/
	background: url(../images/pagecorner.jpg) no-repeat top left #fff;
	width: 528px;
	padding: 10px 30px;
	min-height: 200px;
	font-size: 16px;
	color: #333;
}
#page p {
	line-height: 22px;
}
#homepage ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #EEE;
}
#homepage li {
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
}
#page a {
	color: #333;
	text-decoration: none;
}
#page a:hover {
	border-bottom: 1px dotted #900;
}

#pagebottom {
	background: url(../images/pagebottom.png) no-repeat top left;
	width: 497px;
	height: 130px;
	padding-left: 240px;
	padding-top: 70px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#pagebottom p {
	margin: 0;
}
#pagebottom a {
	text-decoration: none;
	color: #666;
}
#pagebottom a:hover {
	text-decoration: underline;
}

#coffee {
	position: absolute;
	left: 660px;
	top: 400px;
	background: url(../images/coffee.png) no-repeat bottom right;
	width: 380px;
	height: 400px;
}
#coffeeletter {
	position: absolute;
	left: -270px;
	top: 120px;
	background: url(../images/coffee.png) no-repeat bottom right;
	width: 380px;
	height: 400px;
}

#hat {
	position: absolute;
	background: url(../images/hat.png) no-repeat top left;
	height: 487px;
	width: 70px;
	top: 250px;
	left: 0px;
}

#facebook {
	position: absolute;
	left: 400px;
	top: 76px;
	width: 84px;
	height: 95px;
	
}
#facebook:hover {
	background: url(../images/rollover_facebook.jpg) no-repeat top left;
	cursor: pointer;
}

#twitter {
	position: absolute;
	left: 484px;
	top: 76px;
	width: 85px;
	height: 91px;
	
}
#twitter:hover {
	background: url(../images/rollover_twitter.jpg) no-repeat bottom right;
	cursor: pointer;
}

#email {
	position: absolute;
	left: 411px;
	top: 172px;
	width: 163px;
	height: 50px;
}
#email:hover {
	background: url(../images/rollover_email.jpg) no-repeat bottom right;
	cursor: pointer;
}

#back {
	position: absolute;
	left: 396px;
	top: 4px;
	width: 115px;
	height: 55px;
}
#back:hover {
	background: url(../images/rollover_back.jpg) no-repeat top left;
	cursor: pointer;
}

.clear {
	height: 0;
	clear: both;
}
.hidden {
	display: none;
}
