@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background-image:url(../images/elegance_backer.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
	background-color:0d0d0d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/body_backer.png); 
	background-repeat:repeat; 
}


#header { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	
}

div#nav	{	
	clear: both;
	border: 0;
	margin: 0;
	padding: 10px 25px 10px 0;
	font-size:12px;
	width: 860px;
}

div#buttons	{	
	clear: both;
	border: 0;
	margin: 0;
	padding:  0;
	font-size:12px;
	width: 900px;
}

div#buttons1 {	
	clear: both;
	border: 0;
	margin: 0;
	padding:  10px 0 20px 104px;
	font-size:12px;
	width: 780px;
}

div#footer {	
	clear: both;
	border: 0;
	margin: 0;
	padding:  0 0 0 0;
	color:#d5c9a0;
	font-size:12px;
	width: 900px;
	background-image:url(../images/footer_backer.png);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
}

div#subcontent {	
	position:absolute; 
	visibility: hidden; 
	background-image:url(../images/about_backer.png); 
	background-repeat:repeat; 
	width: 350px; 
	padding:  20px 10px 30px 10px; 
	color:#FFF; 
	text-align:left;
}

div#description {	
	clear: both;
	border: 0;
	margin: 0;
	padding:  20px 0 20px 225px;
	font-size:12px;
	width: 450px;
	color:#d5c9a0;
}

div#body	{	
	clear: both;
	border: 0;
	margin: 0;
	font-size:12px;
	width: 750px;
}

div#body1	{	
	float: left;
	line-height: 20px;
	color: #201912;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size:12px;
	width: 763px;
}

div#body2	{	
	float: left;
	line-height: 20px;
	color: #f3c4d6;
	margin: 0 0 0 20px;
	padding: 0 20px 0 20px;
	font-size:12px;
	width: 275px;
	background-image:url(../images/transparent_backer.png);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
}

div#gallery	{	
	clear: both;
	border: 0;
	margin: 0 0 0 8px;
	padding: 5px 0 0 0;
	width: 747px;
	background-image:url(../images/transparent_backer.png);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
}


div#bridal	{	
	clear: both;
	border: 0;
	margin: 0;
	font-size:12px;
	width: 760px;
	max-height: 400px;
	
}

div#bridal1	{	
	float: left;
	line-height: 20px;
	color: #fff;
	margin: 0 0 0 8px;
	width: 239px;
	height:100%; 
	background-color:#ededed;
}

div#bridal2	{	
	float: left;
	line-height: 20px;
	color: #f3c4d6;
	margin: 0 0 0 5px;
	padding: 0 5px 0 5px;
	font-size:12px;
	width: 239px;
	height:100%; 
	background-image:url(../images/transparent_backer.png);
	background-position:center;
	background-position:top;
	background-repeat:repeat;
}

	
hr {
	height: 1px;
}


.footertitle{
	color: #eedec8;
}
	
.linky:link, .linky:visited, .linkyhover {
	font-size:14px;
	text-decoration:none;
	color:#d5c9a0;
}

.linkf:link, .linkf:visited, .linkfhover {
	font-size:12px;
	text-decoration:none;
	color:#d5c9a0;
}

.linkfw:link, .linkfw:visited, .linkfwhover {
	font-size:12px;
	text-decoration:none;
	color:#fff;
}

.white {
	color:#fff;
}


div#about	{
	font-size:12px;
	color:#d5c9a0;
	clear: both;
	border: 0;
	margin: 0;
	padding: 10px 0 10px 0;
	vertical-align:middle;
	min-height: 110px;
}

div#about1	{
	float: left;
	width: 100px;
	padding: 5px;
	margin: 0 0 10px 225px;
	vertical-align:middle;
	min-height: 100px;
}
	
div#about2	{
	float: left;
	width: 350px;
	padding: 5px;
	vertical-align:middle;
	min-height: 100px;	
}

.yellow {	
	color:#d5c9a0;
	font-size:12px;
	
}

