body{
	background-image: URL("images/aspen walpaper fixed.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
}

div#pagecontainer{
	background-color: white;
	width:900px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 0px 10px 0px;
	-webkit-box-shadow: 10px 10px 49px 5px black;
	-moz-box-shadow: 10px 10px 49px 5px black;
	box-shadow: 10px 10px 49px 5px black;
behavior: url(PIE/PIE.php);

}

div#inner-content
{
	// background-image: url("images/logo.png");
	background-position: 30px 15px;
	background-repeat: no-repeat;
    width: 780px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: auto;
	margin-left: auto;
	border: 2px solid #4f1c73;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 30px 30px 30px;
behavior: url(PIE/PIE.php);
}

div#photo{
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #666666;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#006;
	margin: 0px -10px 15px 15px;
	-webkit-box-shadow: 5px 5px 13px 1px #666666;
	-moz-box-shadow: 5px 5px 13px 1px #666666;
	box-shadow: 5px 5px 13px 1px #666666;
behavior: url(PIE/PIE.php);
}

div#photo img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
behavior: url(PIE/PIE.php);
}

h1{
	FONT-SIZE: 22px;
	color:#4f1c73;
	padding-bottom: 15px;
}

h2{
	FONT-SIZE: 18px;
	color:#4f1c73;
}

a{
	color: #4f1c73;
}
li{
	margin-bottom: 5px;
}

a.logo {
	padding: 20px 0;
	display: inline-block;
}
