@charset "UTF-8";
/* CSS Document */

* {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
}
body {
	margin: 0;
	padding: 0;
	background-color:#f5fffe;
	background-attachment:fixed;
	background-image:url('/images/totoro1999-08a.jpg');
	background-position: 150px 0px;
	background-repeat:no-repeat;
}
#footer {
	background-color: #063;
	border-top: 1px solid #093;
	clear:both;
	color: #fff;
	margin-top:50px;
	padding: 20px 20px 20px 50px;
	width: 100%;
	
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #006633 0%, #013326 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #006633 0%, #013326 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #006633 0%, #013326 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #006633), color-stop(1, #013326));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #006633 0%, #013326 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #006633 0%, #013326 100%);
}
#content	{
	margin-top: 0 !important;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left:50px;
	padding: 0px 30px 20px 30px;
	width:800px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(256, 256, 256);
    /* RGBa with 0.6 opacity */
    background: rgba(256, 256, 256, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}
#footer p	{
	font-size:small;
}

h1	{
	color:#483F34;
	font-size:40px;
	margin-bottom:0px;
	padding-top:15px;
	text-shadow: 1px 2px #ACB6BB;
}
h2	{
	border-bottom:1px dotted #093;
	color:#483F34;
	margin-top: 50px;
}
h3	{
	font-size:medium;
	margin-top:25px;
	text-transform:uppercase;
}
dt {
	font-size: large;
}
dd {
	margin-top: 5px;
	margin-bottom: 15px;
}
li	{
	margin-top: 5px;
	margin-bottom:10px;
}
a {
	color: #069;
}
ul.anchorlinks	{
	display:block;
	padding:2px 10px 2px 10px;
	margin:0;
	min-height:25px;
	list-style:none;
}
ul.anchorlinks li	{
	display:block;
	float:left;
	font-size:small;
	margin-right: 25px;
}