* {
	margin: 0;
}

html, body {
	height: 100%;
	text-align: center;
	font: 10pt Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
	line-height: 1.5em;
}

body {
	/*background: url(../pic/footer.jpg) left bottom repeat-x;*/
	
}

p {
	text-align: justify;
	margin-bottom: 1.5em;
}

h2, h3 {
	color: #79a226;
	font: bold 14pt Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	text-align: left;
}

h3 {
	color: #333;
	font-size: 11pt;
	margin: 0.5em 0;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em;
}

#footer, #push {
	height: 3.5em;
}

#footer {
	font-size: 8pt;
	text-align: left;
	border-top: 0.4em solid #089eee;
	padding: 1em 0 0 2em;
	background: url(../pic/footer.jpg) left bottom repeat-x;
	height: 6em;
}

#head {
	border-bottom: 0.3em solid #79a226;
	height: 235px;
	background: url(../pic/name.jpg) center top no-repeat;
}

#left_box {
	width: 150px;
	float: left;
	padding: 1em 0;
	text-align: center;
	/*background: url(../pic/turtle.png) center bottom no-repeat;*/
}

#left_box a {
	font: Arial, Helvetica, sans-serif;
}

#content {
	/*width: 1000px;*/
	text-align: center;
	padding: 1em 2em;
	margin-left: 160px;
	border-left: 0.1em solid #79a226;
}

a {
	color: #79a226;
	text-decoration: underline;
}

a:hover {
	color: #089eee;
	text-decoration: none;
}

ul {
	list-style: disc inside;
	text-align: left;
	padding-left: 2em;
	margin-bottom: 1em;
}