@charset "utf-8";
html{
   overflow-y:scroll;
}
.leaf {
	background-image: url(images/base/animeleaf.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: right;
	padding: 5px;
	background-position: center center;
}


body {
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 62.5%;
}
#wrapper {
	background-image: url(images/base/awallkage.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center;
	}
#header {
	background-image: url(images/base/wallpaper.jpg);
	clear: both;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 97%;
	font-size: 140%;
	}
#title {
	background-image: url(images/base/toptitle.gif);
	height: 95px;
	background-repeat: no-repeat;
	clear: both;
	background-position: 20px 20px;
}
#topPassage {
	background-color: #FFFFFF;
	text-align: right;
	font-size: 80%;
	text-decoration: none;
	line-height: 20px;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
}

.navigation {
	height: 27px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #81BF42;
}

#main{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #33CC00;
}
.left{
	width: 40%;
	float: left;

}
#toppicture {
	background-image: url(images/base/toppicture.jpg);
	height: 220px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 35px;
	}
.right {
	float: right;
	width: 60%;
}
.content {
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-left: 30px;
	margin-right: 40px;
	margin-left: 40px;
}


.navigation a {
	color: #FFFFFF;
	float: right;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	height: 25px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.navigation a#active{
	text-decoration: underline;
	font-size: 1.1em;
}
.navigation a:hover{
	text-decoration: underline;
}

#footer {
	text-align: right;
	background-image: url(images/base/wallpaper.jpg);
	padding: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #81BF42;
	font-size: 80%;
	color: #333333;
}
#footer .mail {
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: right;
	width: 100%;
}


.clearer {
	font-size: 0;
	clear: both;
}
.content {padding: 18px 20px;}
h1 {
	font-size: 180%;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #0000FF;
}
li {
	line-height: 1.8em;
}
a:hover {
	text-decoration: underline;
}

