

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    background-color: #787AAB;
    /* GREEN= #8EC647
    /* PURPLE= #6845B0
	/* ORANGE= #F4B94A
    background-image : url(g/background/iguanaforbackground.png);
    background-repeat : repeat-xy;*/
  }


#container {
    /*margin: 1em 5%;*/
    background-color: #F4B94A;
    /* background-image: url(g/banner/ij_logo.gif);
    background-repeat: repeat-y;
    */ 
	border: 0;
	width: 95%;
  }


#banner {
    background-color : #787AAB;
    text-align:left;
    padding-bottom : 0em;
    padding-left : .5em;
    padding-right : .5em;
    padding-top : .5em;
  }

#subbanner1 {
    background-color: #6845B0;
    padding: 0px;
	text-align:right;
    /*background-image : url(g/banner/bunting.gif);
    background-position : 0px right;
    background-repeat : repeat-x;*/
  }
  
#subbanner2 {
    background-color: #F4B94A;
    padding: 0;
    text-align:left;
  }

#subbanner3 {
    clear: both;
	padding: 0;
	background-color: #8EC647;
	}

#nav {
    float: left;
    width: 160px;
    text-align:center;
    /*the width must match the content left margin to line up correctly*/ width: 182px;
  }


#content {

    background-color: #FFF199;
    padding-top: 1em;
    padding-left: 1.5em;
    padding-bottom: 1em;
    padding-right: 1em;
    /*the left margin (the last one) must match the nav width to line up correctly*/ 
    margin: 0 0em 0 182px;
  }
  
#content_menu {

    background-color: #FDF3B9;
    padding-top: 0.5em;
    padding-left: 1.5em;
    padding-bottom: 1em;
    padding-right: 1em;
    /*the left margin (the last one) must match the nav width to line up correctly*/ 
    margin: 0 0em 0 182px;
  }

#content_guestbook {
    background-color: #FFF199;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    /*the left margin (the last one) must match the nav width to line up correctly*/ 
    margin: 0 0 0 182px;
}

#footer {
    clear: both;
    padding: 0.1em;
    text-align: center;
    margin-right:0em;
	background-image : url(g/corners/lr_corner.gif);
	background-position: 100% bottom;
    background-repeat:no-repeat;
  }


img.floatLeft {
    float: left;
    margin: 8px;
  }


img.floatRight {
    float: right;
    margin: 8px;
  }

/*PHOTO GALLERY*/

div.spacer {
  clear:both;
  }

table.photoGallery{
	padding:5px;
	}

table.photoGallery td {
	font-family: arial, helvetica, sans;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	padding:5px;
	border:1px solid #ccc; 
	text-align:center;
	vertical-align:top;
	}

table.photoGallery img {
	padding:5px;
	border:none;
	}
		
/*GUESTBOOK TABLE*/

table.gbTable {
	width:auto;
	font-family: arial, helvetica, sans;
	text-align:left;
	border-collapse:collapse;
}

table.gbTable th {
	padding:5px;
	font-size:12px;
	font-weight:bold;
	background:#6845B0;
	color:#E9E9E9;
	border: solid #FFFFFF thin;
	
}

table.gbTable tr.dark {
	background: #D1D1D1;
}

table.gbTable tr.light {
	background:#E9E9E9;
}



table.gbTable td {
	border: solid #FFFFFF thin;
	padding:5px;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}

table.gbTable td.nav {
	text-align:right;
	background-color:#FFF199;
	border:0px;

}
table.gbTable hr {
	border: 0;
	color: #000; /* for ie */
	background-color: #666; /*for moz*/
	height: 1px;
}

table.gbTable a {
	color:#6845B0;
	text-decoration:none;
	font-weight:bold;
}

table.gbTable a:hover {
	color:#F4B94A;
}