body  { 
	background-image:url('images/leaf.jpg');
	text-align: center;
}

.wrap {
	background: #618A44;
    width:759px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
}

.header {
	background: #CCCC99 url('images/Selva_04_m.JPG') no-repeat; 
   	height:185px; 
}
.header2 {
	background: #CCCC99 url('images/Selva_02_m.JPG') no-repeat; 
   	height:185px; 
}
.header3 {
	background: #CCCC99 url('images/Selva_03_m.JPG') no-repeat; 
   	height:185px; 
}

.nav {
	position: abolute;
	top: 250px;
    background: #618A44;
    height: 25px;
}

.nav p {
	text-align: center;
    color: #FFFFFF;
}

.sidebar {
	float:left;
	width: 210px;
	background: #618A44;
	padding: 5px 5px 5px 5px;
}

.main {
	padding: 10px 10px 10px 10px;
	float:right;
	width: 535px;
	background: #FFFFFF;
}
html>body .main {
	padding: 10px 10px 10px 10px;
	float:right;
	width: 519px;
	background: #FFFFFF;
}
.main_ph {
	padding: 10px 10px 10px 10px;
	float:right;
	width: 535px;
	background: #618A44;
}
html>body .main_ph {
	padding: 10px 10px 10px 10px;
	float:right;
	width: 519px;
	background: #618A44;
}

.footer {
    background: #cc9;
    clear:both;
	padding: 5px 5px 5px 5px;
}

.footer p {
	font-family: Verdana;
	font-size: 12px;
}

h1 { 
	color: #FFFFFF; 
	font-family:'Maiandra GD','Kristen ITC', Papyrus, Verdana; 
	font-size:24pt; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-weight:bold;
	text-align:center;
}

h2 { 
	font-family:'Maiandra GD','Kristen ITC', Papyrus, Verdana; 
	font-size:15pt; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-weight:bold; 
}

h3 { 
	font-family:'Maiandra GD','Kristen ITC', Papyrus, Verdana; 
	font-size:13pt;
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-weight:bold;
	text-align:left;
}

h4 { 
	font-family:'Maiandra GD','Kristen ITC', Papyrus, Verdana; 
	font-size:10pt;
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-weight:bold
}

p { 
	font-family:'Maiandra GD','Kristen ITC', Papyrus, Verdana; 
	font-size:11pt 
}

.note p { 
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Verdana; 
	font-size:8pt 
}
li { 
	font-family:'Maiandra GD','Kristen ITC', Papyrus, Verdana; 
	font-size:11pt 
}

a { 
	color: #0000FF; 
}
a:hover { 
	color:#FF0000 
}

td {
	font-family:'Maiandra GD','Kristen ITC', Papyrus, Verdana; 
	font-size:10pt;
	text-align:center;
}

img {
	border:0px solid #000000; 
	margin:5px; 
}

.larger {
	font-family:Verdana; 
	font-size:11pt 
}

.clickbutton { 
	margin: 2px 2px 2px 2px;
	border-style: outset; 
	border-width: 1px; 
	padding-left: 4px; 
	padding-right: 4px; 
    padding-top: 1px; 
    padding-bottom: 1px; 
    background-color: #666633; 
    color:#FFFFFF;
    font-size: 1em;
    width:160px;
    height:20px;
}
.clickbutton a { 
	color:#FFFFFF;
	text-decoration: none 
}
.clickbutton a:visited {
	color:#FFFFFF;
	text-decoration: none 
}
.clickbutton a:hover {
	color:#00FFFF; 
	text-decoration: none 
}