html, body {
	padding: 0px;
	margin: 0px;
	background-image: url(img/logoback.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#head {
	font-family: arial, sans-serif;
	padding: 0px;
	/*height: 178px;*/
	height: 194px;
	margin: 0px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	/*color: #5eb95e;*/
	color: #2f5c2f;
	/*border-bottom: 5px solid #414141;*/
}
#address {
	position: absolute;
	left: 715px;
	top: 30px;
}
#address p {
	margin-top: 0px;
	margin-bottom: 1em;
}
#address a {
	color: #2f5c2f;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 30px 9px 0px;
	height: 8px;
	background-image: url(img/arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}
#main {
	/*background-image: url(img/back.png);
	background-repeat: repeat-y;
	background-position: 672px 0px;*/
	display: table-row;
}
#content {
	display: table-cell;
	font-family: arial, sans-serif;
	width: 740px;
	padding: 30px 50px 50px 0px;
	font-size: 11pt;
	color: #414141;
}
#content h1, #content h2, #content p, #content ul, #content ol, #content table {
	margin-left: 140px;
}
#sidebar {
	display: table-cell;
	bborder: 1px solid #414141;
	/*border-left: 5px solid #414141;*/
	width: 400px;
	padding: 30px 50px 50px 10px;
	/*background-image: url(img/ginkgo.png);
	background-repeat: no-repeat;
	background-position: 30px 380px;*/
	background: white url(img/sideback.png) no-repeat;
}
#content p {
	text-align: justify;
}
#content h1 {
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-size: 1.2em;
	font-family: "ambroise-std-1","ambroise-std-2",Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-size: 1.5em;
	color: #2f5c2f;
	color: #888;
	color: #414141;
}
/*#content h1 {
	font-family: "ambroise-std-1","ambroise-std-2",Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	color: #414141;
	font-size: 1.5em;
	font-weight: normal;
}*/
#content h2 {
	font-size: 1em;
	font-weight: normal;
}
#content h2.slide:hover {
	text-decoration: underline;
}
#content a, #content h2 {
	color: #5eb95e;
	color: #5eb95e;
	color: #088A08;
}
#content li {
	/*margin-top: 15px;*/
}
#content em {
	background-color: #b6ffaf;
	background-color: #f4ff4b;
	font-style: normal;
}
#sidebar {
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #2f5c2f;
}
#sidebar ul {
}
#sidebar h1 {
	color: #2f5c2f;
	font-size: 1em;
	font-weight: normal;
}
#sidebar li {
	/*list-style-image: url(img/bullet.png);*/
	list-style-type: none;
	margin-top: 5px;
}
#sidebar a {
	color: #5eb95e;
	color: #2f5c2f;
	color: #088A08;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a.active {
	color: #ff3500;
	color: #ffbd10;
	color: #ecff10;
	color: #5eb95e;
}
#footer > div {
	background-image: url(img/footer.png);
	background-repeat: repeat-x;
	/*border-top: 3px solid #414141;*/
	padding-top: 40px;
	padding-left: 140px;
	color: #666666;
	/*font-family:georgia,"times new roman",times,serif;*/
	font-family: arial, sans-serif;
	font-size: 11pt;
}
#footer a {
	color: #666666;
}
#footer h2 {
	font-size: 1.2em;
	font-weight: normal;
	display: none;
}
#footer div div {
	float: left;
	padding-top: 0px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#footer p, #footer table {
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer table {
	margin-bottom: 40px;
}
#footer td {
	padding-right: 10px;
}
#time {
	background-image: url(img/clock32.png);
	width: 250px;
}
#contact {
	background-image: url(img/phone32.png);
	width: 190px;
}
#readme {
	background-image: url(img/info32.png);
	width: 190px;
}
h2.slide {
	margin-bottom: 0px;
	cursor: pointer;
	/*padding-left: 23px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}
div.slide {
	/*padding-left: 23px;*/
	/*padding-bottom: 10px;*/
	padding: 0px;
	margin: 0px;
}
div.slide p {
	margin-bottom: 0px;
}
#more {
	padding-bottom: 10px;
}

.tip {
	/*border: 5px solid #414141;*/
	/*border: 1px dotted;*/
	padding: 10px;
	background-color: #b6ffaf;
	color: #2f5c2f;
}
.tip-title {
	font-weight: bold;
}
