/* CSS Document */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    /* background: #eeede3;*/
	background-color:#FFFFFF;
    text-align: center;
	background-image:url(058.jpg); 
	
} 

p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Georgia;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #706840;
    text-decoration: underline;
}
a:hover, a:active {
    color: #a19a76;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */
.header {
	background: url(headerbg4.jpg) top left no-repeat; 
	position:relative;
	top:0px; 
	width: 100%; 
	min-height: 453px; 
	z-index:12;
}


/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 940px;
	margin: 50px auto 30px auto;
	text-align: left;
	/*background: transparent url(wrapper.jpg) 0 0 repeat-y;*/
}
#main {
	/* background: transparent url(main.jpg) 0 0 no-repeat; */
	width: 940px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 159px;
	margin-bottom: 50px;
}
#top img {
	margin-top: 207px;
	margin-left: 540px;
	display: inline;
}
#menu {
	float:right;
	list-style: none;
	margin-right: 100px;
	margin-top:-45px;
	display: inline;
}
	#menu li {
		float: left;
		padding: 0 20px;
		font-size: 18px;
		text-transform: lowercase;
		letter-spacing: 2px;
	}
		#menu li.current_page_item {
			padding-bottom: 30px;
			background: transparent url(_images/active.gif) bottom center no-repeat;
		}
	
	#menu li a:link, #menu li a:visited {
		color: #000;
		text-decoration: none;
	}
	#menu li a:hover, #menu li a:active {
		color: #a19a76;
	}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#intros {
	width: 360px;
	float: right;
	margin-right: 70px;
	display: inline;
}
	.intro {
		margin-bottom: 15px;
	}
		#intro-6 { background: transparent url(_images/icon-wedding.gif) 0 10px no-repeat; }
		#intro-8 { background: transparent url(_images/icon-private.gif) 12px 10px no-repeat; }
		#intro-7 { background: transparent url(_images/icon-corporate.gif) 7px 10px no-repeat; }
		
		.intro h1, .intro p {
			padding-left: 60px;
		}
		.intro h1 {
			margin-bottom: 4px;
			font-size: 29px;
			letter-spacing: 2px;
			text-transform: lowercase;
			font-weight: normal;
		}
			.intro h1 a:link, .intro h1 a:visited {
				color: #000;
				text-decoration: none;
			}
			.intro h1 a:hover, .intro h1 a:active {
				color: #a19a76;
			}
		.intro p {
			margin: 0;
			font-size: 12px;
			line-height: 16px;
			color: #706840;
			padding-bottom: 15px;
			background: transparent url(_images/divider.gif) left bottom repeat-x;
		}

#welcome {
	width: 380px;
	float: left;
	margin-left: 70px;
	display: inline;
}

/* ----------------------------------- */
/* SUB
/* ----------------------------------- */
#content {
	margin: 0 70px;
}
	#content h1 {
		font-size: 34px;
		font-weight: normal;
		letter-spacing: 6px;
		text-transform: lowercase;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer-bg {
		width: 100%;
		height: 275px;
		background: url(footer_bg1.jpg) 0 0 repeat-x;
		}
		
#footer {
	width: 730px;
			height: 190px;
			background: url(footer1.jpg) 0 0 no-repeat;
			margin: 0 auto;
			padding: 85px 132px 0 132px;
			font-size: 1.1em;
			color: #4c4c4c;
			position: relative;
                        clear: both;
}

p#copyright {
	font-size: 11px;
	text-align: center;
}

