@charset "utf-8";
body  {
	font: 12px Verdana, Geneva, sans-serif, 宋体, 新宋体;
	background: #FEE3F4;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中,这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}

#container {
}

p{
	margin:0 10px 10px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}

#header {
	background:url(../../images/weddings/header_bg.jpg) repeat-x ;
	height: 154px;
	padding-left: 56px;
	text-align:left;
}

#header h1{
	float: left;
	margin: 0;
	padding: 0;
	width: 260px;
	background: url(../../images/weddings/header_logo.gif) no-repeat;
	height: 154px;
}

#header h1 a {
	display:block;
	width: 260px;
	height: 80px;
	padding: 0;
	text-indent: -9999px;
}

#headerWrap {
	height: 154px;
	background:url(../../images/weddings/header.jpg) no-repeat 260px;
}

#headerWrap ul {
	text-align: right;
	padding: 21px 20px 0 0;
}

#headerWrap li {
	display: inline;
}

#headerWrap li a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding:0 5px 0 10px;
	border-left:#FFF solid 1px;
}

div#wrapper{
	float:left;
	width:100%;
	background: url(../../images/weddings/wrapper_bg.jpg) repeat-x;
}

#content{
	padding-top: 10px;
	margin: 0 0 0 316px;
}

#content h2 {
	color: #ac1777;
}

#content p{
	color:#666;
	line-height:2em;
	padding: 1em 0 2em 0;
}

#navigation{
	float:left;
	padding: 0 0 0 56px;
	width: 260px;
	margin-left:-100%;
	background:url(../../images/weddings/nav_bg.jpg) no-repeat right top;
}

#navigation ul {
	padding: 20px 0 68px 0;
	background:url(../../images/weddings/nav_footer.jpg) no-repeat center bottom;
}

#navigation ul li {
	text-align:center;
	padding: 6px 0;
	list-style:none;
}

#navigation ul li a {
	color: #8c8c8c;
	font-weight:bold;
	font-size: 20px;
	text-decoration: none;
}

#navigation ul li a.selected {
	color: #ac1777;
}

#navigation ul li a:hover {
	color:#ac1777;
}

#footer{
	padding-top: 26px;
	height: 50px;
	clear:left;
	width:100%;
	color:#F0F0F0;
	background: url(../../images/weddings/footer_bg.jpg) repeat-x;
}

#footer ul {
	padding:0 0 10px 0;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer a {
	color:#F0F0F0;
	text-decoration: none;
	padding: 0 5px;
}

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