/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg_body.gif) top left repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}

#sitewrap {
	background: #fff;
	width: 970px;
	margin: 0 auto 10px auto;
}

/* Navigation Style */
#navigation {
	height: 31px;
	background: #caca97 url(images/bg_nav.gif) top left repeat-x;
	position: relative;
	}

#nav_list {	height: 31px; list-style: none; display: inline; overflow: hidden; position: absolute; margin: 0 0 0 -40px; }

#nav_list li {
	list-style: none;
	display: inline;
	padding: 0;
	background: none;
	}

#nav_list a {
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	float: left;
	padding: 25px 0 0 0;
	height: 31px;
	/* WIN IE5 hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
	}
	
#nav_list a:hover {	background-position: 0 -31px; }

	
#nav_home a { background-image: url(images/nav_sprite_home.gif); width: 103px; }
	
#nav_weddings a { background-image: url(images/nav_sprite_weddings.gif); width: 130px; }
	
#nav_functions a { background-image: url(images/nav_sprite_functions.gif); width: 136px; }
	
#nav_conferences a { background-image: url(images/nav_sprite_conferences.gif); width: 153px;	}
	
#nav_gallery a { background-image: url(images/nav_sprite_gallery.gif); width: 113px; }
	
#nav_specials a { background-image: url(images/nav_sprite_specials.gif); width: 115px; }
	
#nav_links a { background-image: url(images/nav_sprite_links.gif); width: 102px; }

#nav_contact a { background-image: url(images/nav_sprite_contact.gif); width: 110px; }



#leftcol {
	float: left;
	width: 288px;
	background: #cbcc99;
}

#header { 
	float: right;
	background: #fff url(images/hero_image.jpg) top left no-repeat;
	width: 682px;
	height: 210px;
	margin-bottom: 15px;
}

#rightcol {
	clear: right;
	float: right;
	width: 630px;
	margin-right: 20px;
}

.clear {	clear: both; height: 20px; }
img { border: 0; }

.img_float { border: 0; margin-right: 10px; float: left; }

#footer { 
	width: 970px;
	margin: 0 auto;
	height: 31px;
	background: #caca97 url(images/bg_footer.gif) top left repeat-x;

}

table { border: 0; width: 600px; }
td { padding: 2px; }


/* --- TYPOGRAPHY --- */

#leftcol h2 { 	color: #999865; font-family: georgia, times, serif; font-style: italic; font-size: 1em; margin-left: 15px;}
#leftcol ul { list-style-type: none; }
#leftcol li { font-size: 0.8em; margin-bottom: 5px; }
#leftcol li a { color: #333333; text-decoration: none; }
#leftcol li a:hover { text-decoration: underline; }

#rightcol h1, h2, h3 	{ 	color: #999865; font-family: georgia, times, serif; font-style: italic; }
#rightcol h1 		{ font-size: 1.5em; }
#rightcol h2		{ font-size: 1.2em; }
#rightcol h3 		{ font-size: 1em; }
#rightcol p 		{ font-size: 0.7em; color: #333333; }
#rightcol td		{ font-size: 0.7em; color: #333333; }
#rightcol th		{ font-size: 0.7em; font-weight: bold; text-align: left; color: #333333; }
#rightcol tr.church { font-size: 0.7em; font-weight: bold; text-align: left; color: #999865; background: #999865;}

#footer p {
	font-size: 0.6em;
	color: #ffffff;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*
div { border: 1px solid red; }