/* General */
body {
	background-color: #691808;
/*
	background-attachment: fixed;
*/
	background-image: url(forest/background.png);
/*
	background-repeat: repeat-x;
*/
	background-repeat: repeat-xy;
	background-position: left top;
}

/* Layout */
div.left {
	width: 150px;
	position: absolute;
	height: auto;
	left: 20px;
	top: 20px;
}

div.left a img {
	width: 100%;
}
	
div.main {
	position: absolute;
	height: auto;
	left: 190px;
	top: 20px;
	right: 20px;
}

/* General Formatting */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.indent {
	text-indent: 50px;
}

.quote {
	background-color: #D3FFB9;
	margin: 5px 15px 0px;
	border: 1px dotted #000000;
	padding: 5px;
}

.intro {
	font-weight: bold;
}
	
/*link stuff*/
div a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033CC;
	text-decoration: none;
	}

div a:visited{
	color: #990099
	}

div a:hover{
	color: #0000FF;
	text-decoration: underline;
	}

div a:active{
	color: #FF00FF
	}

/*special types*/

div.block {
	border: 1px solid #000000;
	background-color: #FFFFCC;
	/*margin-left: 10px;*/
	
	}


div.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 0px none;
	padding: 5px 15px;
	line-height: 20px;
	/*background-color: #ADE48B;*/
	background-color: #B6F096;
	}
div.text:hover {
	background-color: #C4F79D;
	border: none;
	}

div.subtitle {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align:center;
	text-decoration: none;
	padding: 3px;
	height: 24px; /*30*/
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	background-color: #996600;
	background-image: url(forest/lightgreen.gif);
	}

div.title {
	color: #000000;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align:center;
	text-decoration: none;
	padding: 3px;
	height: 32px;/*38*/
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	background-color: #009900;
	background-image: url(forest/darkgreen.gif);
	background-position: left top;
	}

/* Buttons */
div.donate {
	text-align:center;
}

span.button {
	background-color: #CCCCCC;
	padding: 3px;
	border: 2px outset #FFFFFF;
}

span.button:active {
	border: 2px inset #FFFFFF;
}
