/* Global Styles */

body {
	background-image: url(images/rose_background.jpg) ;
	background-repeat: repeat;
	font-family:"Times New Roman", Times, serif;
}

#page {
	width:850px;
	text-align:left;
	margin:0 auto; 
}

#content {
   margin-right:auto;
   margin-left:auto;

}

#content ul{
   list-style-type:circle;
}

#content ul li{
   margin-left:30px;
}



#navigation {
    position:absolute;
	top:245px;
	margin-left: 184px;
	background-color:#6CF;
	-webkit-border-radius: 5px;  /* for Safari */
	-khtml-border-radius: 5px;	  
	-moz-border-radius: 5px;     /* for Firefox */
}

#nav {
	font-size:24px;
}

#nav li {
    float:left;
	padding-left: 8px;
    padding-right:8px;
}

#nav a {
	color:#000;
	text-align:left;
	text-decoration:underline;
	-webkit-border-radius: 5px;  /* for Safari */
	-khtml-border-radius: 5px;	  
	-moz-border-radius: 5px;     /* for Firefox */
}

#nav a:hover {
    background-color:#000;
    color:#FFC4C2;
}

/*   Indicate whech page we are on */
/* indicate the current page we're on   */
.index #index_nav, .memories #memories_nav, .faq #faq_nav, .sample #sample_nav {
	font-weight:bold;
}


#header {
    padding-top: 5px;
    margin-right:auto;
    margin-left:auto;
    width: 850px;
    margin-bottom:30px;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #000000;
    border-width: 3px 2px 3px 2px;
	border-spacing: 2px;
	border-style:ridge;
	border-color: white white white white;
	border-collapse: separate;
    font-style:italic;
    text-align:center;
	-webkit-border-radius: 15px;  /* for Safari */
	-khtml-border-radius: 15px;	  
	-moz-border-radius: 15px;     /* for Firefox */
}

#header .main_head {
   padding-top: 20px;
   font-size: 35px;
}

#header .sub_head {
   font-size: 26px;
}

#header .sub_title {
   padding-top: 20px;
   font-size: 35px;
   padding-bottom: 20px;
}



.intro {
   text-align:center;
   font-size: 20px;
}



/*	background-color:#ff9999; */
	
	

.body_text {
	font: 16px "Times New Roman", Times, serif;
	color:#000000;
/*	background-color:#ff9999; */
	padding: 24px;
	}


.lead_text {
	font: 20px "Times New Roman", Times, serif;
	text-align:center;
	padding-bottom: 10px;
	}



.body_text  {
    border-width: 2px 3px 2px 3px;
	border-spacing: 2px;
	border-style:ridge;
	border-color: white white white white;
	border-collapse: separate;
	-webkit-border-radius: 15px;  /* for Safari */
	-khtml-border-radius: 15px;	  
	-moz-border-radius: 15px;     /* for Firefox */
}

.letter {
  padding: 10px;
  font-style: italic; 
}

table.one_wedding td{
	padding: 5px;
    border-style:double;
    border-width:medium;
	border-color: gray;
	-webkit-border-radius: 15px;  /* for Safari */
	-khtml-border-radius: 15px;	  
	-moz-border-radius: 15px;     /* for Firefox */
}


h1 {
   text-align:center;
   font-size:24px;  
   font-weight: bold;
}

h3 {
   text-align:center;
   font-size:16px;   
}

#content h2 {
   text-align:left;
   font-size:18px;  
   font-weight: bold;
}

#content h3 {
   text-align:center;
   font-size:16px;   
}


#faq #content h2 {
   text-align:center;
   font-size:24px;   
}

.question {  font-size: larger; }

strong {
   font-weight: bold;	
}