/*
Filename:    new.css
Supporting Files: index.htm, directions.htm, hotels.htm, fun.htm,
*/

body {
font-family: arial, verdana, sans-serif;
font-style: italic; 
margin: 0 auto; 
width: 760px;
background-image: url(vines1d.jpg); 
background-repeat: no-repeat 
}
					
#header {
height: 140px
}

#body1Container	{
border: 2px solid rgb(110,110,110); 
width: 760 px;
height: 540px;
background-image: url(wood4a.jpg)
}

a:link {
text-decoration: none; 
color: blue
}

a:hover {
text-decoration: underline;
color: blue;
}

a:visited {
text-decoration: none; 
color: blue
}

#dragonfly {
position: absolute;
margin-top: 672px;
}

#photo {
border: 0px solid rgb(110,110,110)
}


/*index.htm below*/

table.menu {
border-collapse: collapse; 
border-bottom: hidden; 
height: 35px 
}

td.menu	{
border: 1px solid black; 
background-color: rgb(153,204,153); 
text-align: center; 
vertical-align: middle; 
width: 110px; 
}

td.eventcerem {
background-image: url(burlap5.gif);
min-width: 193px; 
padding-left: 20px; 
vertical-align: middle 
}

td.eventpic {
background-image: url(burlap5.gif);
min-width: 193px;
border-spacing: 5px;
padding: 7px;
}

td.eventrecep {
background-image: url(burlap5.gif);
min-width: 193px; 
padding-left: 15px;
padding-right: 0px; 
vertical-align: middle
}

#info {
margin-left: 61px;
background-color: rgb(153,204,153);
border: solid white 1px;
width: 300px;
padding: 5px;
}

#infoHeader {
color: black;
}

#weather {
margin-right: 60px;
float : right;
}


/*directions.htm below*/

#directions {
background-color: rgb(153,204,153);
border: solid white 1px;
margin: 0px auto;
width: 650px;
}



/*hotels.htm below*/

#hotels {
text-align: center;
background-color: rgb(153,204,153);
border: solid white 1px;
margin: 0px auto;
width: 650px;
}

table.moreHotels {
margin: 0px auto;
}

td.holiday {

}

td.gateway {
padding-left: 8px;
padding-right: 8px
}

td.carmel {

}



/*fun.htm below*/


#links {
text-align: center;
background-color: rgb(153,204,153);
border: solid white 1px;
margin: 0px auto;
width: 650px;
}




