html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #674a33;
	background-image: url(../images/leftbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul {
	margin: 0;
	padding: 5px;
}

#menu {
	position: absolute; /* Menu position that can be changed at will */
	z-index:100;
	left: 139px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.67em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 700px;
}

.menuSpace {
	width: 83px;
}

.menuSpace2 {
	width: 95px;
}

.logoSpace {
	position: relative;
	left: 7px;
	padding-right: 35px;
	width: 157px;
}

#smenu1 {
	width: 75px;
	background-image: url(../images/dropdownbg.png);
	background-repeat: repeat-y;
	background-position: 100% 100%;
}
#smenu3 {
	width: 85px;
	background-image: url(../images/dropdownbg.png);
	background-repeat: repeat-y;
	background-position: 100% 100%;
}
#smenu4 {
	width: 80px;
	background-image: url(../images/dropdownbg.png);
	background-repeat: repeat-y;
	background-position: 100% 100%;
}

#menu dl {
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu dt {
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#menu dd {
	display: none;
	text-align: left;
	margin-left: 6px;
	padding: 0px;

}

#menu li {
	text-align: left;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;

}
#menu li.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c3a78c;
	padding: 0px;
	margin-bottom: -12px;
}

#menu li a, #menu dt a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	border: 0 none;
	margin: 0px;
	padding: 0px;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	padding: 0px;
	margin: 0px;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

#site {
	z-index: 1;
	position: absolute;
	top: 15px; 
	left: 50%; 
	margin-top: 0px; 
	margin-left: -454px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 908px;
	height: 719px;
	text-align: center;
	background-color: #543925;
}

#bigsite {
	z-index: 1;
	position: absolute;
	top: 15px; 
	left: 50%; 
	margin-top: 0px; 
	margin-left: -454px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 908px;
	height: 820px;
	text-align: center;
	background-color: #543925;
}

#homepattern {
	width: 887px; 
	height:658px;
	margin: 10px;
	padding-top: 39px;
	background-image: url(../images/homepattern.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#custompattern {
	width: 887px;
	height: 658px;
	margin: 10px;
	padding-top: 39px;
	background-image: url(../images/custompattern.gif);
	background-repeat: repeat;
}

#bridalpattern {
	width: 887px;
	height: 658px;
	margin: 10px;
	padding-top: 39px;
	background-image: url(../images/bridalpattern.gif);
	background-repeat: repeat;
}
#ecopattern {
	width: 887px;
	height: 658px;
	margin: 10px;
	padding-top: 39px;
	background-image: url(../images/ecopattern.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#contactpattern {
	width: 887px;
	height: 658px;
	margin: 10px;
	padding-top: 39px;
	background-image: url(../images/contactpattern.gif);
	background-repeat: repeat;
}
#happattern {
	width: 887px;
	height: 658px;
	margin: 10px;
	padding-top: 39px;
	background-image: url(../images/happattern.gif);
	background-repeat: repeat;
}
#aboutpattern {
	width: 887px;
	height: 768px;
	margin: 10px;
	padding-top: 30px;
	background-image: url(../images/aboutpattern.gif);
	background-repeat: repeat;
}

#content {
	width: 823px;
	height: 621px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/contentbg.png);
	background-repeat: no-repeat;
}

#bigcontent {
	width: 823px;
	height: 740px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/bigcontentbg.png);
	background-repeat: no-repeat;
}

#contentwrapper {
	padding-bottom: 20px;
	margin: 0px auto;

}

#logohead {
	padding-top: 57px;
	width: 618px;
	position: relative;
	left: 100px;
}

#homecontent {
	position: relative;
	left: 100px;
	top: 58px;
}


#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #faf9eb;
	text-align: center;
	padding-bottom: 10px;
	line-height: 1.7;
	position: relative;
	top: -15px;
	z-index: 50;
}

.credit {
	position: relative;
	left: 200px;
	top: -5px;
	z-index: 51;
}

A.credit {
	font-family: arial;
	font-size: 10px;
	color: #917c5c;
	text-decoration: none;
}

A.credit:vlink,alink {
	font-family: arial;
	font-size: 10px;
	color: #917c5c;
	text-decoration: none;
}

A.credit:hover {
	font-family: arial;
	font-size: 10px;
	color: #917c5c;
	text-decoration: underline;
}

#footer a {
	color: #cdab70;
	text-decoration: none;
}


#customcontent {
	width: 681px;
	height: 346px;
	position: relative;
	z-index: 60;
	left: 75px;
	top: 81px;
}

#newsContent {
	width: 681px;
	height: 365px;
	position: relative;
	z-index: 60;
	left: 75px;
	top: 81px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}

#newsleft {
	width: 290px;
	float: left;

}

#customright {
	width: 391px;
	float: right;
	z-index: 60;
	position: relative;

}

#aboutcontent {
	width: 698px;
	height: 346px;
	position: relative;
	z-index: 60;
	left: 53px;
	top: 71px;
}

#customleft {
	width: 290px;
	float: left;

}

#aboutleft {
	width: 268px;
	float: left;

}
#aboutright {
	width: 430px;
	float: right;
	z-index: 60;
	position: relative;

}
#aboutright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .66em;
	color: #8f6849;
	padding-left: 41px;
	padding-right: 6px;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 16px;
}

#customright {
	width: 391px;
	float: right;
	z-index: 60;
	position: relative;

}

#customright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .66em;
	color: #8f6849;
	padding-left: 41px;
	padding-right: 30px;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 19px;
}

#customright a {
	color: #54989c;
	text-decoration: underline;
	font-style: italic;
}

#aboutright a {
	color: #d8bc23;
	text-decoration: underline;
	font-style: italic;
}

#customright ul {
	width: 391px;
	padding: 0 0 0 40px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .67em;
	color: #b27d3c;
	float: left;
	line-height: 20px;
}

#customright li {
	width: 16em;
	float: left;
	background-image: url(../images/bullet.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.1em;
}

#stamp {
	position: absolute;
	z-index: 50;
	left: 597px;
	top: -32px;
}

#aboutstamp {
	position: absolute;
	z-index: 50;
	left: 195px;
	top: 155px;
}
#mailstamp {
	position: absolute;
	z-index: 50;
	left: 190px;
	top: 150px;
}

#storystamp {
	position: absolute;
	z-index: 50;
	left: 615px;
	top: -20px;
}

#bridalright {
	width: 391px;
	float: right;
	z-index: 40;
	position: relative;

}

.smallBridal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .66em;
	color: #8f6849;
	position: relative;
	top: -55px;
}

#bridalright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .66em;
	color: #8f6849;
	padding-left: 41px;
	padding-right: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 19px;
}

#bridalright a {
	color: #d896b5;
	text-decoration: underline;
	font-style: italic;
}

#bridalstamp {
	position: absolute;
	z-index: 100;
	left: 410px;
	top: 217px;
}


#contactcontent {
	width: 645px;
	height: 346px;
	position: relative;
	z-index: 60;
	left: 88px;
	top: 81px;
	background-image: url(../images/envelope.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#contactstamp {
	position: absolute;
	z-index: 50;
	left: 278px;
	top: 108px;
}

#contactcontent p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .66em;
	color: #cc9046;
	line-height: 19px;
	padding-top: 37px;
}

#contactcontent a {
	color: #694932;
	text-decoration: underline;
}

.numbers {
	margin-top: 160px;

}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f6849;
	font-size: 1.0em;
	padding-left: 41px;
	padding-top: 5px;
	font-weight: normal;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f6849;
	font-size: 0.8em;
	padding-left: 41px;
	font-style: italic;

}



.titles {
	padding: 0px;
	margin 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b27d3c;
	letter-spacing: .05em;
}


#pressimg {
	width: 681px;


}


#presscontent {
	width: 681px;
	height: 346px;
	position: relative;
	z-index: 60;
	left: 110px;
	top: 55px;
}

#presscontent img {
	padding: 3px;
	border-top-color: #8f6849;
	border-right-color: #8f6849;
	border-bottom-color: #8f6849;
	border-left-color: #8f6849;

}

.pbox  {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .64em;
	color: #8f6849;
	height: 186px;
	width: 136px;
	float: left;
	margin: 5px;
}

.pbox p  {
	padding-top: 9px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
}

#pressnext {
	position: absolute;
	z-index: 50;
	left: 758px;
	top: 600px;
}

#pressnext a {
 	color: #8aa03c;
 	text-decoration: underline;
 	font-style: italic;
}



