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

body {
	background-image:url(../images/wood.jpg);
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #666;
}

#container {
	margin: 0 auto 0 auto;
	width:910px;
}

#right_leaf {
	position:absolute;
	width:339px;
	height:565px;
	z-index:1;
	margin-left: 480px;
	margin-top: 84px;
	overflow:auto;
}

h1 {
	font-size:20px;
	font-weight: normal;
}

h2 {
	font-size:16px;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	font-style:italic;
	color:#666;
}

a:hover {
	text-decoration: underline;
	font-style:italic;
	color:#666;
}

a:visited {
	text-decoration: none;
	font-style:italic;
	color:#666;
}

a:visited:hover {
	text-decoration: underline;
	font-style:italic;
	color:#666;
}

#block {
	margin-left:10px;
	margin-right:10px;}

