body {
	background: #c8c7eb;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #65605e;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
	padding: 0;
	margin: 4px 0px;
	font-size: 140%;
}

p {
	padding: 0;
	margin: 8px 0px;
	font-size: 110%;
	line-height: 18px;
}

.wrapper {
	text-align: left;	
}

.top {
	width: 1000px;
	height: 139px;
	margin: 0 auto;
}

.content-wrap {
	width: 1000px;
	margin: 0 auto;	
	background: url(../images/content-wrap-back.jpg) top left repeat-y;
}

.nav {
	margin: auto;
	width: 900px;
	height: 33px;
	background: url(../images/nav-back.jpg) top left repeat-x;
}

.content {
	margin: auto;
	width: 900px;
	background: #fff url(../images/content-back.jpg) top left no-repeat;
}

#home .content {
	background: #fff url(../images/home-content-back.jpg) top left no-repeat;
}

.content-inner {
	padding: 60px 10px 10px 10px;	
}

#home .content-inner {
	padding: 110px 10px 10px 10px;	
}

.footer {
	width: 900px;
	margin: auto;
	background: #2d0088;	
	text-align: center;	
	
	padding: 4px 0px;
	color: #fff;
	font-size: 100%;	
	font-weight: bold;
	
	clear: both;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.bottom {
	width: 1000px;
	height: 40px;
	margin: auto;
	background: url(../images/bottom.jpg) top left no-repeat;
	text-align: center;
}

.bottom a {
	background: url(../images/cu-logo.gif) center left no-repeat;
	padding-left: 18px;
	text-decoration: none;
	color: #65605e;
	font-size: 90%;
	line-height: 18px;
}

.bottom a:hover {
	text-decoration: underline;
}


.top h1 {
	padding: 0;
	margin: 0;
	text-indent: -3333px;
	background: url(../images/top.jpg) top left no-repeat;
	width: 1000px;
	height: 139px;
}

.top h1 span {
	margin: 0;
	padding: 0;
	display: block;
	width: 1000px;
	height: 139px;
}

.content-inner h2 {
	text-indent: -3333px;
}

.content-inner h2 span {
	display: block;
}

#home .content-inner h2 {
	background: url(../images/welcome-heading.gif) top left no-repeat;
	width: 122px;
	height: 40px;
}

#brides .content-inner h2 {
	background: url(../images/brides-heading.gif) top left no-repeat;
	width: 99px;
	height: 40px;
}

#attendants .content-inner h2 {
	background: url(../images/attendants-heading.gif) top left no-repeat;
	width: 154px;
	height: 40px;
}

#mothers .content-inner h2 {
	background: url(../images/mothers-heading.gif) top left no-repeat;
	width: 120px;
	height: 40px;
}

#guests .content-inner h2 {
	background: url(../images/guests-heading.gif) top left no-repeat;
	width: 100px;
	height: 40px;
}

#accessories .content-inner h2 {
	background: url(../images/accessories-heading.gif) top left no-repeat;
	width: 154px;
	height: 40px;
}

#contact-us .content-inner h2 {
	background: url(../images/contact-heading.gif) top left no-repeat;
	width: 160px;
	height: 40px;
}

.content-inner li {
	font-size: 110%;
	line-height: 18px;
}

#contact-us .content-inner .left {
	padding: 20px 0;
	width: 440px;
	float: left;
	text-align: center;
}

#contact-us .content-inner .right {
	padding: 20px 0;
	width: 440px;
	float: right;
	text-align: center;
}

#contact-us .content-inner .right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#contact-us .content-inner .right ul img {
	margin: 0;
	border: 1px solid #c9c9c9;
	padding: 2px;	
}

.nav ul {
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.nav li {
	display: inline;
	float: left;
	height: 33px;
}

.nav a {
	display: block;
	text-decoration: none;
	font-size: 140%;
	font-weight: normal;
	color: #716969;
	text-align: center;
	height: 33px;
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;	
	text-indent: -3333px;
	overflow: hidden;
}

.nav li.home {
	width: 119px;
}

.nav li.brides {
	width: 117px;
}

.nav li.attendants {
	width: 145px;
}

.nav li.mothers {
	width: 129px;
}

.nav li.guests {
	width: 109px;
}

.nav li.accessories {
	width: 139px;
}

.nav li.contact-us {
	width: 142px;
}

.nav li.home a {
	background: url(../images/home-link.gif) top left no-repeat;
}

.nav li.brides a {
	background: url(../images/brides-link.gif) top left no-repeat;
}

.nav li.attendants a {
	background: url(../images/attendants-link.gif) top left no-repeat;
}

.nav li.mothers a {
	background: url(../images/mothers-link.gif) top left no-repeat;
}

.nav li.guests a {
	background: url(../images/guests-link.gif) top left no-repeat;
}

.nav li.accessories a {
	background: url(../images/accessories-link.gif) top left no-repeat;
}

.nav li.contact-us a {
	background: url(../images/contact-link.gif) top left no-repeat;
}

#home li.home a, #brides li.brides a, #attendants li.attendants a, #mothers li.mothers a, #guests li.guests a, #accessories li.accessories a, #contact-us li.contact-us a {
	background-position: 0 -33px;
}

.nav li.home a:hover, .nav li.brides a:hover, .nav li.attendants a:hover, .nav li.mothers a:hover, .nav li.guests a:hover, .nav li.accessories a:hover, .nav li.contact-us a:hover {
	background-position: 0 -33px;
}

#contact-us .map {
	display: none;
}

#contact-us .map iframe {
	width: 300px;
	height: 300px;
	border: 1px solid #c9c9c9;
	padding: 2px;	
}

div.clear {
	clear: both;
}

ul.image-wrap-short {
	list-style-type: none;
	margin: 15px auto;
	padding: 0;
	clear: both;
	width: 810px;
	height: 110px;
}

ul.image-wrap-short li {
	float: left;
	display: inline;	
}

ul.image-wrap-short img {
	margin: 0 2px;
	border: 1px solid #c9c9c9;
	padding: 2px;
}

a.lightbox {
	display: block;
	border: none;
	text-decoration: none;	
}

a.lightbox span {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../images/magnify.gif) top left no-repeat;
	color: #000;
	text-decoration: underline;
}

a.lightbox:hover span {
	text-decoration: none;
}

ul.image-wrap-long {
	list-style-type: none;
	margin: 15px auto;
	padding: 0;
	clear: both;
	width: 810px;
	height: 215px;
}

ul.image-wrap-long li {
	float: left;
	display: inline;	
}

ul.image-wrap-long img {
	margin: 0 2px;
	border: 1px solid #c9c9c9;
	padding: 2px;
}

ul.image-wrap-tall {
	list-style-type: none;
	margin: 15px auto;
	padding: 0;
	clear: both;
	width: 830px;
	height: 260px;
}

ul.image-wrap-tall li {
	float: left;
	display: inline;	
}

ul.image-wrap-tall img {
	margin: 0 2px;
	border: 1px solid #c9c9c9;
	padding: 2px;
}

.image-wrap-short.twocol {
	width: 640px;
}

.image-wrap-short.threecol {
	width: 405px;
}

ul.image-wrap-short.fivecol {
	width: 675px;
}

ul.image-wrap-long.threecol {
	width: 405px;
}

.image-wrap-long.fourcol {
	width: 540px;
}

.image-wrap-tall.twocol {
	width: 320px;
}

#brides ul.image-wrap-long.threecol {
	float: left;
	margin-bottom: 40px;
}

#attendants ul.image-wrap-short.threecol {
	float: left;
	margin-bottom: 40px;
}

#mothers ul.image-wrap-tall.threecol {
	width: 480px;
	height: 260px;
}

#guests ul.image-wrap-tall.twocol {
	width: 320px;
	float: left;
	margin-top: 0;
}

#brides .right-paragraph {
	width: 460px;
	float: right;
}

#attendants .right-paragraph {
	width: 460px;
	float: right;
}

#guests .right-paragraph {
	width: 550px;
	float: right;
}

#home .bullets {
	list-style-type: none;
	width: 840px;
	float: left;
	padding: 5px 0 10px 40px;
	margin: 0;
}

#home .bullets li {
	background: url(../images/bullet.gif) center left no-repeat;
	float: left;
	padding: 0 30px 0 15px;
}