html, body {
height: 100%;
margin: 0;
padding: 0;
}

body {
background-image:url("http://www.carolineevans.net/images/fairy-forest.jpg");
	background-repeat: no-repeat; 


#mainpage {
position:relative;

}

#bgnd {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}


}

#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			color: #666666;
		background-image: url("http://www.carolineevans.net/images/paperbg.jpg"); 
	

			border-style: groove;
border-color: #004000;
border-width: 9px
		}




#header {
height:205px;
background: #a4c78d; 
font-size:16px;
border-bottom:4px solid #000000;
}


#header p{
margin-top:10px;
margin-bottom:10px;
background:transparent;
color:#b7b1b1;
font-size:14px;
text-align:right;

}

a img {
   border-style: none;
}


}

#content {
			margin:10px 125px 10px 10px;
		
					
		}

#content p{
			padding:5px 1px 1px 10px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 12px;
			line-height: 1.6em;
			font-weight: bold;
		
		
		}


h1 
{
padding-top:10px;
font-size:18px;
font-weight:bold;
padding-left:10px;
}

h2
{

padding-left:10px;
font-size:15px;

}


#footer {
height:50px;
border-top:solid 2px #000000;
font-size:12px;
}

#footer p,a{
margin-top:15px;
color:#000000;
text-align:center;
}
#footer a{
color:#281652;
text-decoration:none;
}
#footer a:hover{
color:#598a07;
}


			
.m {  margin-top:5px;
			font-size:10px;
			color:#625dc7;
			border-bottom:1px dashed #625dc7;}


.menu

{
				background: #a4c78d;
				
	
}			

.centered {text-align: center}

.left { color: #808080;
	float: left
}

.right {color: #808080;
	float: right
}