/* Assembly Room CSS Document */

/* BODY */

body {
margin:0px;
padding:0px;
border:0px;
}

/* Default link styles */


/* Accessible style*/

.accessible {
visibility:hidden;
display:none;
}

a.accessible {
visibility:hidden;
display:none;
} 
 
/* Positioning */
div#containerindex {
	width:1024px;
	height:60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 100px;
	}
	
div#container {
	width:1024px;
	height:1200px;
	background-image: url(../900%20900%20Fiona%20WEB%20copy.jpg);
	background-repeat: no-repeat;
	background-color: #F7E9D4;
	margin-right: auto;
	margin-left: auto;
}


div#buttonholder {
	height:150px;
	width:205px;
	position: relative;
	top: 366px;
	left: 95px;
}

div#text {
	width:380px;
	height: 600px;
	position: relative;
	left: 360px;
	top: 240px;
}

div#text1 {
	width:520px;
	height:340px;
}

div#textscroll {
	width:520px;
	height:470px;
	overflow: scroll;
}

div#text3 {
	width:560px;
	height:342px;
}

div#text2 {
	width:520px;
	height:150px;
}
/* NAVIGATION */

div#button {
	width:205px;
	height:15px;
	padding-bottom: 6px;
}
/* CONTENT DIV'S */





/* FORM STYLINGS */


/* Flash items */

div#flash {
	width:720px;
	height:300px;
	border: 1px solid #CCCCCC;
}

div#flashlink {
	width:125px;
	height:25px;
	float: left;
	padding-top: 6px;
}

div#flashbutton {
	width:25px;
	height:25px;
	float: left;
	padding-left: 150px;
}

div#skip {
	width:125px;
	height:25px;
	float: right;
	margin-right: 126px;
	padding-top: 6px;
}
