body  { 
	background-image:url('images/background9.jpg');
	text-align: center;
}

.wrap {
	background: #618A44;
    width:759px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
}

.header {
	background: #CCCC99 url('images/punta_uva_banner.jpg') no-repeat;
	height:225px; 
}

.main {
	padding: 10px;
	width: 759px;
	background: #FFFFFF;
}
html>body .main {
	padding: 10px 10px 10px 10px;
	width: 739px;
	background: #FFFFFF;
}

.footer {
    background: #709AD4;
    clear:both;
	padding: 5px;
	text-align:center;
}

.footer p {
	font-family: Verdana;
	font-size: 12px;
}

h1 { 
	color: #000000; 
	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; 
	text-align:center;
}

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: Verdana; 
	font-size:11pt 
}

p.smaller { 
	font-size:.8em; 
}

p.emphasis { 
	font-size:1.1em; 
	font-style:italic; 
}

.note p { 
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Verdana; 
	font-size:8pt 
}
li { 
	font-family: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:180px;
    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 
}

.commentcontainer {
	text-align:center;
}
#comment {
	text-align:left;
	padding:15px;
	background-color:#A9C7FE;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#comment-reply {
	text-align:left;
	padding:15px;
	background-color:#A9C7FE;
	width:88%;
	margin-left:8%;
	margin-right:auto;
}
.commentsnextpage {
	font-weight: bold;
	text-align: center;
	font-size:1.2em;
}