@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #EAF5F5;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF url(Images/faux22.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}
#holder1 {
	width: 760px;


	background-color:##F00
	color: #000000
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #CFF;
}

/* header styles */
#header {
	background: #A5D8F6 url(images/dec_top.gif) no-repeat right bottom; /* creates the top overlap of the right column */
}
.callout {
	font: bold 140% Palatino-linotype, Georgia, Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 100px;
	float: left;
	padding: 15px 10px;
	font-size: 14px;
}
#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* content styles */
#content {
	margin: 0 130px;
	padding: 10px 50px 0 20px;
}
#content p {
	line-height: 130%;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 10px 8px 8px 8px;
	float: right;
	width: 144px;
}
#news p {
	color: #FFF; /* third column has a dark color so font must be light for contrast */
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;  /* This background color covers the faux column effect that spans the entire holder div */
	background-color: #EAF5F5;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
/*Sets the attributes for the main body text*/
.style1 {font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: lighter;
	font-size: 16px; }
/*Sets the attributes for please contact me line*/
.style2 {color: #000000; font-weight: bold; font-size: 12px; }	
/*Sets the attributes for the email address*/
.style3 {font-family: Times, serif; font-weight: bold; font-size: 14px; }
/*Sets the attributes for the Other Ceremony headings*/
.style4 {font-family: Times, serif; font-weight: lighter; font-size: 22px; color: #000000; }
/*Sets the attributes for the Bottom Menu links*/
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#736B5E;
	text-decoration: none;
}
.style6 {font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 16px;  }
.border {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-width: thin;
	border-left-width: thin;
	font-size: 14px;
}
.Border1 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #CCC;
}
#mymenu {
	font-size: 12px;
	background-color: #333;
}
ul#mymenu {
	list-style-type: none;
	background-color: #B5FBF2;
	width: 107px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	font-size: 12px;
}
#mymenu li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-left-color: #900;
	line-height: 30px;
	background-color: #333;
}
#mymenu li a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	width: 100px;
	background-color: #FFF;
}
#mymenu li a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
#mymenu li a {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}
