/* Background information*/
		body {background-color: #666666;
	 		  font-family: Centur Gothic;
	 		  valign: middle;
			  text-align: center;
			  align: center;	
	  		  background-position: center center;	
			  }
 

/* Background information for the white pages*/				
		div#background {width: 670px;
		 				height: 520px;
						background-color: #ffffff;
						position:  center;
						text-align: left;
						-moz-border-radius: 0.5%;
						padding: 3px;
						border-width: 2px;
						border-style: solid;
						border-color: #484747;
						}
		div#backgroundmap {width: 670px;
		 				height: 520px;
						background-color: #ffffff;
						position:  center;
						text-align: center;
						-moz-border-radius: 0.5%;
						padding: 3px;
						border-width: 2px;
						border-style: solid;
						border-color: #484747;
						}
		div#backgroundgallery {width: 670px;
		 				height: 520px;
						background-color: #2a2929;
						position:  center;
						text-align: center;
						-moz-border-radius: 0.5%;
						padding: 3px;
						border-width: 2px;
						border-style: solid;
						border-color: #484747;
						}				
		div#logo {width: 665px;
		 				height: 43px;
						background-color: #ffffff;
						position:  bottom;
						text-align: left;
						text-valign: bottom;
						padding: 0px;
						}
		div#gallery {width: 665px;
		 				height: 100px;
						background-color: #2a2929;
						position:  center middle;
						text-align: left;
						padding: 0px;
						}
		div#mapinstructions {width: 400px;
		 				height: 115px;
						background-color: #ffffff;
						position:  center middle;
						text-align: left;
						padding-left: 30px;
						}
		div#nav {width: 668px;
		 				height: 32px;
						background-color: #ffffff;
						position:  center middle;
						text-align: left;
						padding: 0px;
						}
						
		div#fourimages {width: 668px;
		 				height: 130px;
						background-color: #ffffff;
						position: top;
						text-align: center;
						padding: 0px;
						}
		
		div#leftnav {width: 80px;
		 				height: 150px;
						background-color: #ffffff;
						position: top;
						text-align: left;
						padding-left: 10px;
						padding-top: 45px;
						text-decoration: none;
						font-size: 10pt;
						font-family: Trebuchet MS;
						}
		
		div#main {width: 560px;
		 				height: 310px;
						background-color: #ffffff;
						position:  left;
						text-align: left;
						padding-left: 5px;
						padding-right: 10px;
						padding-top: 0px;
						}
		
		div#address {width: 650px;
		 				height: 390px;
						background-color: #ffffff;
						position:  left;
						text-align: left;
						padding-left: 5px;
						padding-right: 10px;
						padding-top: 10px;
						}
						
/* Name*/
h1 {font-size: 25pt;
font-family: Eras Medium ITC;
color: #666666;
text-align: left;
padding-top: 5px;
padding-bottom: 0px;
}
						
/* Enter*/
h2 {font-size: 13pt;
font-family: Trebuchet MS;
color: #484747;
text-align: left;
}


/* Paragraph Heading*/
h3 {font-size:15pt;
font-family: Trebuchet MS;
color: Black;
text-align: center;
padding: 0px;
}


/* Second Heading*/
h4 {font-size:18pt;
font-family: Eras Medium ITC;
color: #a6e5a3;
text-align: Left;
padding: 10px;
}


/* This is the paragraphs */
p {margin-right: 10px;
margin-left: 5px;
margin-top: 1px;
font-size: 11pt;
font-family: Trebuchet MS;
color: #666666;
}

p.nav {margin-right: 5px;
margin-left: 5px;
margin-top: 1px;
font-size: 10pt;
font-family: Trebuchet MS;
color: #ffffff;
}


p.main  {margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 3px;
font-size: 14px;
font-family: Trebuchet MS;
text-align: justify;
color: #666666;
}


p.mainsmall  {margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 3px;
font-size: 12px;
font-family: Trebuchet MS;
text-align: justify;
color: #666666;
}
p.mainhome  {margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 3px;
font-size: 14pt;
font-family: Century Gothic;
color: #666666;
text-align: center;
text-valign: middle;
}

p.maintitle  {margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
font-size: 14pt;
font-family: Century Gothic;
color: #666666;
text-align: left;
text-valign: middle;
}
p.maintitlehome  {margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
font-size: 30pt;
font-family: Century Gothic;
color: #545454;
text-align: center;
text-valign: top;
}
p.maintitlehome2  {margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
font-size: 15pt;
font-family: Century Gothic;
color: #ffffff;
text-align: left;
text-valign: top;
}
p.maintitlegallery  {margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
font-size: 14pt;
font-family: Trebuchet MS;
color: #ffffff;
text-align: left;
text-valign: middle;
}

p.small  {margin-right: 0px;
margin-left: 0px; 	
margin-top: 0px;
font-size: 8pt;
font-family: Trebuchet MS;
color: #666666;
text-align: justify;
}


/* This is the links*/
a:link {color: #666666;
		text-decoration: none;
		}     /* unvisited link */
a:visited {color: #666666;
			text-decoration: none;
		}   /* visited link */
a:hover {color: #484747;
		text-decoration: none;
		}    /* mouse over link */
a:active {color: #666666;
		text-decoration: none;
		}    /* selected link */

/* Left Navigation Links*/
a.LeftNav{
color: #666666;
text-decoration: none;
font-size: 10pt;
font-family: Trebuchet MS;
}
a.mainnav {
color: #666666;
text-decoration: none;
font-size: 8pt;
font-family: Trebuchet MS;
}
a.mainnav3 {
color: #666666;
text-decoration: underline;
font-size: 10pt;
font-family: Trebuchet MS;
}
a.mainnav2 {
color: #666666;
text-decoration: underline;
font-size: 12pt;
font-family: Trebuchet MS;
}
a.mainavail{
margin-left: 0px;
margin-top: 0px;
font-size: 14px;
font-family: Century Gothic;
color: #660000;
text-align: right;
text-valign: middle;
text-weight: bold;
text-decoration: underline;
}
a.mainavailrates{
margin-left: 0px;
margin-top: 0px;
font-size: 8pt;
font-family: Century Gothic;
color: #660000;
text-align: right;
text-valign: middle;
text-weight: bold;
text-decoration: underline;
}
p.maintextavail  {margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 3px;
font-size: 14px;
font-family: Trebuchet MS;
text-align: right;
color: #666666;
}
 
