/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   color: #000000; 
   text-align: center; 
   min-width: 680px; 
   font-family: "Trebuchet MS", Arial, Verdana, lucida, arial, helvetica, sans-serif;
   font-size: 13px;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
}

a, a:link, a:visited {
   color: #336600;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
    color: #336600;
	text-decoration: underline;
}

a:active, a:focus {
	text-decoration: none;
	color: #336600;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}
h1{
	color: #336600;
	font-size: 13px;
}
h2{
	color: #ffffff;
	font-size: 13px;
}
h3{
	color: #660033;
	font-size: 13px;
}
.small{
	color: #660033;
	font-size: 11px;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
}
#toptext{
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#toptext h1{
	color: #336600;
	font-size: 10px;
}

/* intro */

#pageHeader {
	height: 250px;
	background-image: url(../images/accommodation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageAccommodation {
	height: 250px;
	background-image: url(../images/accommodation_marlborough_sounds.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageNydiaTrack {
	height: 250px;
}
#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 144px;
	top: 68px;
	color: #336600;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 144px;
	top: 114px;
	font-size: 12px;
	color: #660033;
}
#nydia {
	font-family: "Trebuchet MS", Arial, Verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #cfa2b8;
	margin: 2px;
}
#nydia a{
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
}
#nydia a:hover{
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
}
#nydia p{
	margin: 5px;
}
#nydia:hover {
	color: #ffffff;
	background-color: #660033;
}
.navigation {
	height: 20px;
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 6px;
	}
.navigation a {
	color: #660033;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	margin-right: 1px;
	background-color: #ffffff;
	border: 1px solid #660033;
	font-size: 10pt;
}
.navigation a:hover,.navigation a#active {
	color: #ffffff;
	border: 1px solid #660033;
	background-color: #660033;
}
.clear,.clearer {clear: both;}

#quickSummary {
	position: absolute;
	left: 335px;
	top: 230px;
	width: 350px;
	font-size: 14px;
	letter-spacing: .1em;
	word-spacing: .2em;
	color: #fcf5e6;
	font-weight: bold;
}
#top {
	position: absolute;
	left: 250px;
	top: 18px;
	width: 450px;
}

#quickSummary a {
    color: #FFFFFF;
}

#about {
    clear: both;
	padding-left: 10px;
	padding-top: 10px;
    border: solid #660033 1px;
	margin-bottom: 20px;
}

#about h3 {
   color: #660033;
   margin-bottom: 10px;
}

/* text */

#content {
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
   border: solid #660033 1px;
}

#left {
   float: left;
   width: 330px;
}

#right {
   float: right;
   width: 330px;
}

#content h3 {
   margin-bottom: 5px;
   color: #660033;
}

#content .p1 {
	color: #FFFFFF;
	background-color: #660033;
	padding: 5px;
}
#content .p1 a{
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
}
#footer {
   clear: both;
   font-size: 10px;
   border-top: solid #660033 1px;
   padding-top: 10px;
   color: #666666;
}

