body {
	margin: 0px;
	background-color: #C5A8BC;
	background-image: url('../../assets/images/pagebackground.gif');
	background-repeat: repeat-x;
	font-family: georgia, serif;
	color: #939297;
	font-size: 8pt;
}


img {
	border: 0px;
}



input, textarea, select {
	background-color: #3D3C41;
	border: 1px solid white;
	color: #939297;
	font-family: georgia1, georgia, serif;
	font-size: 10px;
}

td {
	vertical-align: top;
}

form {
	color: white;
	font-size: 8pt;
	font-family: georgia1, georgia, serif;
}



#contentarea {
	margin: 0 auto;
	border: 5px solid #444444;
	background-color: #3D3C41;
	width: 976px;
	background-image: url('../../assets/images/bride-tall.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#topimages {
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 14px;
	width: 976px;
	height: 45px;
}

#footer {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 14px;
	width: 976px;
	height: 45px;
}

.topimageleft {
	float: left;
	width: 400px;
	text-align: left;
}

.topimageright {
	float: left;
	width: 572px;
	text-align: right;
}

#content {
	width: 590px;
	padding-left: 22px;
	padding-top: 22px;
	background-image: url('../../assets/images/bottomleftbg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navigation {
	width: 100%;
	margin-bottom: 30px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	float: left;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	
	background-color: #CD83A9;
	background-image: url('../../assets/images/nav-left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
	margin: 0 3px 0 0;
	vertical-align: middle;
}

#navigation a {
	float: left;
	display: block;
	color: #444;
	text-decoration: none;
		
	background-image: url('../../assets/images/nav-right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#navigation a:hover {
	color: black;
}

.pink {
	color: #D8BDCC;
}

.imagetable {
	background-color: #B06487;
}

.imagetable td img {
	vertical-align: top;
}


.tallimage img {
	width: 166px;
	height: 222px;
}

.wideimage img { 
	width: 167px; 
	height: 109;
}


.designers p {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
	margin-bottom: 15px;
	line-height: 14px;
}

.designers a {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #CD83A9;
	text-decoration: none;
}

.designers a:hover {
	color: #A74971;
}

.contacttable p {
	margin: 0px;
}	

a { color: white; text-decoration: none; }
a:hover { text-decoration: underline; }