/*
CSS for Norman Hadley Website #1
*/

* {
	margin:0 ;
	padding: 0;
	font-family:Garamond, Bookman Old Style, Tempus Sans ITC, Poor Richard;
	font-weight: bold;
/*	background-color: #bfafd3;*/
}

a:link, a:visited, a:active {
	text-decoration:none;
	color: #bfafd3;
}

a:hover {
	text-decoration:none;
	color: #ffffff;
}

.title {
	background: white url("images/Liza Beck Glassy.jpg"); background-repeat:no-repeat; alt="Stream bed with stones";
	position: absolute;
	font-size: 200%;
	padding-top: 15px;
	width:1550px;
	height:1150px;
	text-align:center;
}

.profile {
	position: absolute;
	left: 500px;
	top: 290px;
	text-align:center;
}


.interviews {
	position: absolute;
	left: 550px;
	top: 530px;
	text-align:center;
}

.childrens {
	position: absolute;
	left: 100px;
	top: 630px;
	text-align:center;
/* NO LONGER USED	background-image:url("images/was small rock.jpg"); background-repeat:no-repeat; background-attachment:scroll;*/
}

.adults {
	position: absolute;
	left: 960px;
	top: 380px;
	width: 300px;
	text-align:center;
}

.poetry {
	position: absolute;
	left: 240px;
	top: 330px;
	text-align:center;
}

.poetry-sts {
	position: absolute;
	left: 40px;
	top: 390px;
	text-align:center;
}

.maths {
	position: absolute;
	left: 880px;
	top: 550px;
	text-align:center;
}


.whoop {
	position: absolute;
	left: 150px;
	top: 140px;
	text-align:center;
}

.photography {
	position: absolute;
	left: 950px;
	top: 210px;
	text-align:center;
}

.shorts {
	position: absolute;
	left: 240px;
	top: 460px;
	text-align:center;
}
.contact {
	position: absolute;
	width: 300px;
	height:100px;
	left: 520px;
	top: 650px;
	background-image: url("images/contact.png");background-repeat:no-repeat;
}

.cover {
	width:494px;
	height:731px;
}

.synopsis {
	position: absolute;
	text-align: justify;
	left: 520px;
	top: 15px;
	width: 20em;
	color: blue;
}
.backstory {
	position: absolute;
	text-align: justify;
	left: 870px;
	top: 15px;
	width: 425px;
	color: blue;
}

.extract {
	position: absolute;
	width: 250px;
	height:100px;
	text-align: center;
	padding-top: 15px;
	left: 0px;
	top: 620px;
	background-image: url("images/extract.jpg");background-repeat:no-repeat;
}

.launch {
	position: absolute;
	width: 250px;
	height:100px;
	text-align: center;
	padding-top: 15px;
	left: 260px;
	top: 620px;
	background-image: url("images/extract.jpg");background-repeat:no-repeat;
}
.copyright {
	position: absolute;
	text-align: justify;
	left: 0px;
	top: 730px;
	width: 20em;
}
