/* layout styles */
body{
	margin: 0;
	padding: 0;
	font-family:'Lucida Sans Unicode','Lucida Grande','Luxi Sans',Lucida, sans-serif;
	text-align: center;
	font-size: 85%;

}

#wrapper {

	width:910px;
	margin: auto;
	text-align: left;

}
#innerwrapper {
	 
	border: thin solid black ;
	height:1%;

}

#right{
	width: 290px;
	float: right;
	position:relative;
	 
}

.myimg {
	width:250px;
	margin:auto;
}

.myimg p {
	padding:5px 0px;
}

#content {
	width: 590px;
	float: left;
	padding:8px;

}

#header {
	width:100%;
	text-align: left;
	position: relative;
	padding-top:115px;
	background-image: url(images/sky-3.jpg);
	background-repeat: repeat-x;
	color:white;
	background-color:#263963;
}


#subheader {
	height: 114px;
	background-image: url(images/sky-2.jpg);
	background-repeat: repeat-x;
	color:white;
	clear:both;
}

#footer {
	clear:both;
	padding:1px;
	border-top: thin black solid;
	text-align: center;
	/* background-color:#9cbfe5;  */
	background: url(images/shaded.jpg); background-repeat: repeat-x; 
}


/* text styles */

h1 {
	font-size: 130%;
	position:relative;
	padding:10px;
	margin:0;
	text-align: left;
	font-weight:normal;
	font-style:italic;
}


h2 {
	font-size: 140%;
	font-weight: normal;
	font-style:italic;
	border-bottom: 2px solid #7DA1D5;
	padding-bottom:10px;
	padding-top:10px;
}

h3 {
	font-size:120%;
	font-weight:normal;
	padding:20px 20px 10px 20px;
	font-weight:bold;
}

p  {
	padding:10px 20px 0px 30px;
	}
	
.vcard, #mapanuiBkmrklt {
	width:300px;
	margin:10px 20px 0px 30px;
	}	

.pullquote {
	width: 25%;
	float: right;
	font-size: 100%;
	font-style: italic;
	line-height: 140%;
	margin: 10px;
	background: url(images/close_quotes.gif) no-repeat bottom right !important;
	background: url(); /* removing quote graphic in IE5+ */
	padding: 5px 10px 5px 10px;
	border: 1px solid gray;
}

.pullquote:first-letter {
	background: url(images/open_quotes.gif) no-repeat left top !important;
	padding: 5px 2px 10px 35px !important;
	padding: 0px; /*resetting padding in IE5+ */
	background: url(); /*removing quote graphic in IE5+ */
}

.by {
	font-size:80%;
	font-style: normal;
	float:right;
	padding:10px;
}

 .floatright {
	float: right;
	width: 153px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.floatright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

.righty {
	float:right;
	}
	
.lefty {
		float:left;
		}