/* CSS Reset */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
/* End CSS Reset */

	body {
		padding: 0;
		margin-top: 0px;
		color: #67683E;
		/*font-family: "‚l‚r ‚oƒSƒVƒbƒN",Osaka,"ƒqƒ‰ƒMƒmŠpƒS Pro W3",Verdana,Sans-serif;*/
		line-height: 1.3em;
		/*font-family: sans-serif;*/
		font-weight: normal;
		font-size: 13px;
		text-align: center;
		background: #B3C47D url('../images/top.gif') no-repeat top center;
	}

	h1 {
		font-size: 25px;
		color: #B2792A;
		font-weight: bold;
		padding: 0px 0 20px 0;
		}

	h2 {
		font-size: 23px;
		color: #B2792A;
		font-weight: bold;
		padding: 0px 0 20px 0;
		}

	h3 {
		font-size: 20px;
		color: #B2792A;
		font-weight: bold;
		padding: 0px 0 20px 0;
		}

	h4 {
		font-size: 15px;
		color: #B2792A;
		font-weight: bold;
		padding: 10px 0 10px 0;
		}

	h4.green {
		font-size: 15px;
		color: #63754A;
		font-weight: bold;
		padding: 10px 0 5px 0;
		}

	a, a:visited  {
		color: #B2792A;
		text-decoration: none;
	}

	a:hover {
		color: #63754A;
	}

	a.green_brown, a.green_brown:visited  {
		color: #63754A;
		text-decoration: none;
	}

	a.green_brown:hover {
		color: #B2792A;
	}

	ul {
		margin-left: 5px;
	}

	li {
		list-style: disc outside;
		margin: 0px 0px 10px 12px;
	}

	li.menu {
		list-style: none;
		margin: 0px 20px 10px 0px;
		text-align: left;
		font-size: 12px;
	}
	ul.submenu {
		margin-left: 30px;
		list-style-position: inside;
	}

	li.submenu {
		list-style-type: none;
		margin: 0px 20px 10px 0px;
		text-align: left;
		font-size: 10px;
	}

	ul.submenu_en {
		margin-left: 30px;
		list-style-position: inside;
	}

	li.submenu_en {
		list-style-type: none;
		margin: 0px 20px 10px 0px;
		text-align: left;
		font-size: 11px;
	}

	strong {
	    font-weight: bold;
	}

	#menu {
		width: auto;
		float: right;
		text-align: right;
		margin-top: 30px;
	}

	#menu ul{
		margin-right: 0px;
	}

	img {
		border: 1px solid #666;		
	}

	img.gallery {
		border: 1px solid #666;
		margin-top: 10px;
		padding: 2px
	}

	#contents {
		margin-top: 20px;
		margin-bottom: 10px;
		margin-right:auto;
		margin-left:auto;
		width: 100%;
		height: auto;
		padding-top: 0px;
		text-align: center;
		line-height: 150%;
		background: #B3C47D url('../images/sidebg1b.gif') no-repeat top center;
	}

	#main {
		float: none;
		width: 748px;
		min-height: 570px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-top: 0px;
		padding: 3px 10px 0 10px;
		background-color: #B3C47D;
		background-image: url('../images/main_bg.gif');
		background-repeat: repeat-y;
		border-left: 2px solid #CAA771;
		border-right: 2px solid #CAA771;
	}

	.logo {
		float: none;
		padding-right: 0px;
	}

	.logo img {
		margin-bottom: 30px;
		border: none;
		}

	#footer {
		width: 772px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		text-align: center;
		color: #63754A;
		font-size: 11px;
		float: none;
		background: #B3C47D url('../images/footerbg.png') no-repeat top center;
		}

	#footer a, .footer a:visited {
		color: #63754A;
		font-size: 11px;
		}

	#footer a:hover {
		color: #B2792A;
		font-size: 11px;
		}

	#footer p {
		margin-left: auto;
		margin-right: auto;
		}

	ul.footer {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		}

	.footer li.menu {
		list-style: none;
		display: inline;
		margin: 0px 10px 10px 10px;
		text-align: center;
		}
		
	td.services {
		padding: 7px 0 7px 0;
		}

	td.services img {
		margin-right: 10px;
		}

	.title {
		font-size: 18px;
		color: #B2792A;
		font-weight: bold;
		}

	a.clients, a.clients:visited {
		color: #63754A;
		}

	a.clients:hover {
		color: #B2792A;
		}

	.messages {
		width: 100%;
		padding: 10px;
		background-color: #cecf84;
		border-top: 1px dotted #63754A;
		}

	#player1 {
		background-image: url('../images/slideshow_bg.gif');
		padding: 20px 0 20px 0;
		text-align: center;
		}

	 .floatright {
		float: right;
		margin: 0 0 10px 10px;
		border: 1px solid #666;
		padding: 2px;
		}

	table.brochure {
		padding: 10px;
		border: 1px solid #666;
		}

	table.brochure tr td {
		padding: 10px;
		border: 1px solid #666666;
		}

	td.brochure {
		background-color: #cccccc;
		width: 170px;
		}

	td.brochure_right {
		background-color: #ffffff;
		/*width: 300px;*/
		}

	.flow {
		width: 545px;
		height: 130px;
		padding: 10px 0px 0px 0px;
		margin-right: 0px;
		background: url('../images/flow_bg.gif') no-repeat;
		text-align: left;
	}
	.flow p {
		width: 535px;
		padding-left: 5px;
	}

	.flow_down {
		width: 535px;
		text-align: center;
		margin-bottom: 20px;
	}
	.flow_down img {
		border: none;
	}

	table.cancel th, table.weddingdetails th{
		font-weight: bold;
	}


#message {
	border: 1px solid #b57929;
	padding: 10px;
	margin-bottom: 20px;
}

#message h4{
	display: inline;

}

#reply {
	border: 2px solid #b57929;
	padding: 10px;
	margin-bottom: 20px;
	/*background-color: #b5b77c;*/
	background-color: #ffffff;
}

#reply h4{
	display: inline;

}

table.info {
	font-size: 12px;
}
