body{
	background:url("images/tree.png") no-repeat top right;
	margin:0px;
}
h1{
	font-family:"Georgia", serif;
	font-size:150%;
	font-weight:bold;
	color:#723147;
	padding:15px;
}
h2{
	font-family:"Georgia", serif;
	font-size:115%;
	font-weight:bold;
	color:#723147;
	padding:15px;
}
p{
	font-family:"Lucida Grande", sans-serif;
	font-size:90%;
	font-weight:normal;
	color:#604438;
	padding:15px;
}
a{
	color:#604438;
}
#header{
	background:url("images/bird.png") no-repeat;
	background-position:0px 135px;
	height:300px;
	padding-top:3%;
}
#header h1{
	font-family:"Georgia", serif;
	font-size:275%;
	margin:0px 0px 0px 3%;
	padding:0px;
	color:#723147;
}
#header h2{
	font-family:"Lucida Grande", sans-serif;
	font-size:120%;
	margin:0px 0px 0px 25%;
	padding:0px;
	color:#917984;
	font-weight:normal;
}
#text{
	margin:0px 5%;
	width:70%;
	text-align:justify;
}
#blue{
	background:url("images/blue.png");
	margin:0px 5% 0px 5%;
}
#contact{
	float:right;
	width:205px;
	margin:20px;
	background-color:#E07EA2;
}
#contact h1, #contact p, #contact p a{
	color:#723147;
}
#purple{
	background:url("images/purple.png");
	float:right;
	position:absolute;
	right:5%;
	top:250px;
	text-align:center;
}
#menu{
	padding:20px;
}
#menu li{
	display:inline;
}
#menu li a{
	padding:20px 25px 20px 25px;
	font-size:125%;
	text-decoration:none;
	font-family:"Georgia", serif;
	font-weight:bold;
	color:#604438;
}
#menu li a:hover, #menu li a.current{
	color:#723147;
	background-color:#E07EA2;
}
#footer{
	background:url("images/footer.png") repeat-x;
	padding:1%;
	margin:1% 5% 0px 5%;
}
#footer p{
	text-align:center;
	color:#aaaaaa;
	font-family:"Georgia", serif;
}
#tl{
	background:url("images/tl.png") top left no-repeat;
}
#tr{
	background:url("images/tr.png") top right no-repeat;
}
#br{
	background:url("images/br.png") bottom right no-repeat;
}
#bl{
	background:url("images/bl.png") bottom left no-repeat;
}
#portfolio{
	margin:10px;
	background-color:#E07EA2;
	float:left;
	border:1px solid #917984;
}
#portfolio img{
	margin:10px;
	border:1px solid #917984;
}
.clear{
	clear:both;
}
.plain{
	font-family:"Lucida Grande", sans-serif;
	font-size:80%;
	font-weight:normal;
	color:#604438;
}