@charset "utf-8";
body {
	background-color: #060;
	color: #FFFFFF;
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	background-image: url(../images/lineback.png);
}
* {

 padding:0;

 margin:0;
}
a:link, a:visited {
	color: #33FF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #FFFF00;
}

#container {
	background-image: url(../images/leaf-bg.png);
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
}

#container #tree {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/tree-bg.png);
	min-width: 630px;
	min-height: 500px;
	padding: 10px;
	border: thin double #FF9;
}
#container #footer {
	text-align: center;
	min-width: 630px;
	
}
#container #menubar{
	text-align: center;
	color: #FFFFFF;
	background-color: #006633;
	min-width: 630px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#container #tree h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#container #tree h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container #tree img {
	border: 2px solid #FFFFFF;
}
#container #info {
	display: none;
}
.redText {
	color: #F00;
}
#calendar {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	background-color: #FFF;
	text-align: center;
	width: 120px;
	font-size: 10px;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.calendar {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	background-color: #FFF;
	text-align: center;
	width: 120px;
	font-size: 10px;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float:left;
}
.calendar span, #calendar span {
	font-size: 36px;
}
.calendar_mini {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	background-color: #FFF;
	text-align: center;
	width: 80px;
	font-size: 6px;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.calendar_mini span {
	font-size: 18px;
}

#thumb {
	border:none !important;
}

#thumb img {
	border: none !important;
}
