a {
	border: none;
}

h1 {
	height: 270px;
	width: 100%;
	position: absolute;
	top: 0px;
}

div#main {
	background-image: url(img/background.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 407px;
	left: 240px;
	width: 400px;
	height: 658px;
	padding: 0px 60px;
}

div#main p, ul, small {
	text-align: justify;
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #797979;
	position: relative;
}

div#main small {
	font-size: 12px;
}

div#main h2 {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333333;
	position: relative;	
	padding: 0px 60px;
}

div#left_bar {
	background-image: url(img/tree_.png);
	background-repeat: no-repeat;
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #797979;
	text-align: justify;
	position: absolute;
	top: 269px;
	left: 0px;
	height: 814px;
	width: 328px;
	padding: 0px 0px;
}

div#right_bar {
	background-image: url(img/sidebar_.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 270px;
	right: 0px;
	height: 814px;
	width: 328px;
}

div#right_bar p {
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #797979;
	text-align: justify;
	padding-left: 100px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#right_bar h2 {
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: Bold;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-left: 100px;
	padding-right: 40px;
	padding-top: 80px;
	padding-bottom: 0px;
}

table#nav_buttons {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 481px;
	height: 137px;
}

table#nav_buttons tr {
	position: absolute;
	top: 270px;
	left: 260px;
	cellspacing: 0px;
}

a img {
	text-decoration: none;
	border: 0 none;
}