/* CSS Document */

/* Layout Container */

#container {
	width:1000px;
	margin:auto;
	border:solid 1px #000000;
	background-color:#dedddb;
		}

/* Navigation */
 
    #nav {
      float:left;
      width:100%;
	  height:99px;
	  background-image:url(../../images/nav-bg.jpg);
      font-size:13px;
      line-height:normal;
	  vertical-align:middle;	
      }
.hoverright {
	padding: 0px; margin: 0px;
	width: 345px;
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

    #nav ul {
	margin:0;
	padding:40px 10px 0 10px;
	list-style:none;
      }
    #nav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#daaf02;
	font-weight:bold;
      float:left;
      margin:0;
      padding:0 0 0 86px;
      text-decoration:none;
      }
	  
	  #nav a:hover {
	color:#c22421;
	      }
	  
	  
    #nav a span {
      float:left;
      display:block;
      padding:5px 55px 4px 6px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
	color:#c22421;
	font-weight:bold;
      }
    #nav a:hover {
      background-position:0% -42px;
      }
    #nav a:hover span {
      background-position:100% -42px;
      }

/* Keyword Bar */


#keyword {
	height:25px;
	background-image:url(../../images/key/key.jpg);
	line-height:25px;
	text-align:center;
	}
	
#keyword2 {
	height:25px;
	background-image:url(../../images/key/key2.jpg);
	line-height:25px;
	text-align:center;
	}

/* Header */

#header {
	height:322px;
	background-image:url(../../images/header.jpg);
	background-repeat:no-repeat;

	}	

/* Content */

#content {
	margin-left:30px;
	width:970px;
	line-height: 18px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:dedddb;
	
	}
	
#content-top {
	background-image:url(../../images/content-top.jpg);
	height:19px;
	width:680px;	
}
		
#content-bg {
	background-image:url(../../images/content-bg.jpg);
	background-repeat:repeat-y;
	height:auto;
	padding-left:0px;
	padding-right:0px;
}
#content-bottom {
	background-image:url(../../images/content-bottom.jpg);
	height:36px;
}	
	
#contentinfo {
	padding-left:25px;
	padding-right:55px;
}
	
#gallerycontent {
	line-height: 18px;
	
	}
	
/* Sidebar */

#sidebar {
	width: 274px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	background:dedddb;
	line-height: 18px;

	}
#contact-top {
	background-image:url(../../images/contact-top.jpg);
	width:280px;
	height:19px;
}
		
#contact-bg {
	margin-top:0px;
	margin-left:0px;
	background-image:url(../../images/contact-bg.jpg);
	width:220px;
	background-repeat:repeat-y;
	height:auto;
	padding-left:50px;
	padding-right:10px;
}
#contact-bottom {
	background-image:url(../../images/contact-bottom.jpg);
	width:280px;
	height:30px;
}	
	
#contactinfo {
	padding-left:5px;
	padding-right:5px;
}

#contactpic {
	background-image:url(../../images/wedding.jpg);
	width:200px;
	height:301px;
	margin-left:60px;
	clear:both;
}
	
	
	/* Rotation */

#rot {
	height:322px;
	clear:both;
	background-image:url(../../images/header.jpg);

	}
	
/* Footer */

#footer {
	height:51px;
	background-image:url(../../images/footer.jpg);
	clear:both;
	}
	
	
#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}
