<?php header ("Content-type: text/css");?> 
body {
font-size: 14px;
font-family: Book Antiqua, verdana;
color: #fff;
background :#92DB1C url('images/bark2.jpg');
}


#header{
float: right;
margin-right: 50px;
margin-top:30px;
border: 1px #92DB1C solid;
}

#ambianya{
float: left;
margin-left: 40px;
margin-top:40px;
}

#fairyhouse{
float: left;
margin-left: 35px;
margin-top:30px;
}

#content {
background: #000808;
color: white;
width: 900px;
margin: 20px auto;
}	
.welcome{
border: 1px yellow solid;
background: #fff;
color: #000;
padding: 10px;
width: 490px;
float: right;
margin-right: 50px;
margin-top: -100px;
}
	
.fairywelcome{
border: 1px yellow solid;
background: #fff;
color: #000;
padding: 10px;
width: 490px;
float: right;
margin-right: 50px;
margin-top: -40px;
margin-bottom: 40px;
}

#photolinks {
float: left;
margin-left: 20px;
margin-top: 20px;
position: relative;
}

#links {
float: left;
margin-left: 20px;
margin-top: 20px;
position: relative;
}

#photlinks {
margin-left: 300px;
margin-top: 40px;
}

a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: yellow;
text-decoration: underline;
}
	
#footer {
color: #000;
font-weight: normal;
width: 90%;
margin: -10px auto;
text-align: center;
line-height: 1.5;
padding: 10px 0px 10px 0px;
background :#92DB1C;
border: 1px black solid; 
}

#photos{
float: right;
width:700px;
margin-right:20px;
position:relative;
}

#photos img{
width: 350px;
}

#text{
position: relative;
width:230px;
top:150px;
left:60px;
font-size:14px;
}

#more{
}

	
#footer a:link, #footer a:visited {
padding: 0px 5px 0px 5px;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}
	
