/* ------------|Header------------ */
#info {
	background-color: #94597d;
}

#header {
	height: 150px;
	background: transparent url(../images/weddings/header.jpg) repeat-x 0 50%;
	width: 100%;
}
#header h1 a#logo {
	background: #5b2b48 ;
}

#menu {
	margin-top: 38px;
}
#menu li {
	background: transparent url(../images/weddings/separator.jpg) no-repeat 100% 50%;
}

#menu li a {
	color: #5b2b48;
    padding-left: 9px;
    padding-right: 8px;
    margin: 0 1px 0 0;
}
#menu li a:hover, #menu li.sfHover {
    color: #fff;
    background-color: #94597d;
    text-decoration: none;
}
#menu li.sfHover a {
    color: #fff;
}


#menu ul {
    background-color: #94597d;
    margin-top: 38px;
}
#menu ul li {
    background: none;
    height: auto;
}
#menu ul li a {
    text-align: left;
    color: #fff;
    float: none;
    display: block;
    padding: 4px 0 4px 8px;
}
#menu li.sfHover ul li a:hover {
    background-color: #b1799b;
}

/* ------------|Content------------ */
#left-img {
	background: transparent url(../images/weddings/left-img.jpg) no-repeat 33px 0;
	width: 351px;
	height: 803px;
}

#content-wrapper h2 {
	background: transparent url(../images/weddings/title.png) no-repeat;
	width: 354px;
	height: 53px;
}
#content-wrapper .narrow-column {
	width: 350px;
}
#content-wrapper .wide-column {
	width: 540px;
}
#content-wrapper .full-page {
	width: 940px;
}

#infobox {
	background: transparent url(../images/weddings/infobox.jpg) no-repeat;
	width: 357px;
	height: 208px;
	margin-top: 36px;
}
#infobox p {
	color: #5b2b48;
}
#infobox p span {
	border-bottom-color: #5b2b48;
}
#infobox a {
	color: #5b2b48;
	text-decoration: none;
}
#links {
	width: 300px;
	height: 50px;
	margin-top: 36px;
}

a {
	color: #5b2b48;
}
/* ------------|Footer------------ */
#footer {
	background-color: #80496a;
	border-bottom-color: #be8baa;
}
