/* CSS Document */

body {
	background-color: #e4693f;
}

td.left_column {
 	width: 20px;
 	background-image:url(images/left_border.gif);
 	background-repeat:repeat-y;
 }
 
td.right_column {
 	width: 14px;
 	background-image:url(images/right_border.gif);
 	background-repeat: repeat-y;
 }
 
td.left_nav {
 	width: 227px;
 	background-color: #ef9659;
	background-image:url(images/left_nav_area_background.gif);
	background-position: 0px 330px;
	background-repeat: no-repeat;
 }
 
td.content_area {
 	width: 537px;
	height: 550px;
 	background-color: #ef9659;
	background-image:url(images/content_area_background.gif);
	background-position: 250px 0px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
 }
 
td.ceremony {
 	padding-top: 20px;
 }
 
div.content {
	margin-top: 100px;
	margin-left: 40px;
	margin-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	vertical-align: text-top;
	
}

div.content_accomodations {
	margin-top: 70px;
	margin-left: 40px;
	margin-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	vertical-align: text-top;
}

img.hdr {
 	padding-bottom: 20px;
	display: block;
 }
 
img.left_float {
 	float: left;
	padding-right: 20px;
 }
 
div.text {
 	margin-left: 5px;
	margin-bottom: 10px;
	}
	
div.content span.title {
 	text-transform: uppercase;
	display: block;
	}
		
div.content_accomodations span.title {
 	text-transform: uppercase;
	display: block;
	}
 
div.content a {
	color: #ce2127;
	text-decoration: none;
} 

div.content a:hover {
	color: #ce2127;
	text-decoration: underline;
}  
 
div.content_accomodations a {
	color: #ce2127;
	text-decoration: none;
} 

div.content_accomodations a:hover {
	color: #ce2127;
	text-decoration: underline;
} 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 