@charset "utf-8";

* {margin:0; padding:0;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #feeccc url(images/bg.png) repeat-x;
	}
	
a{color: #333333;}
a:hover{color:#777;}
	
p {
	margin-bottom: 8px;
	line-height: 1.5em;
	}
	
h1 {
	color: #A36A25;
	font-size:24px;
	margin-bottom: 12px;
	font-weight: normal;
	font-style: italic;
	}
	
h2 {
	color: #ec0338;
	font-size:1.4em;
	margin-bottom: 12px;
	padding-top: 12px;
	}
	
ul {margin-left: 16px;}
li {line-height: 1.5em; margin-bottom: 4px}
	
#logo {
	width: 765px;
	margin: 90px auto 0 auto;
	}	
#nav {
	width: 775px;
	height: 50px;
	margin: 9px auto 0 auto;
	background: url(images/bg_nav.png) bottom no-repeat;
	}	
#nav ul {
	width: 761px;
	height: 26px;
	margin-left: 6px;
	list-style-type: none;
	background: #f4c451;
	}	
* html #nav ul {width: 753px;}

#nav li {
	float: left;
	margin-left: 10px;
	}
* html #nav li {margin-left: 8px;}

#nav li a {
	display: block;
	}	
#nav li a em {display: none;}


#nav li a.m01 {width: 32px; height: 26px; background: url(images/m_home.gif) no-repeat;}
#nav li a.m02 {width: 54px; height: 26px; background: url(images/m_about.gif) no-repeat;}
#nav li a.m03 {width: 111px; height: 26px; background: url(images/m_choosing.gif) no-repeat;}
#nav li a.m04 {width: 105px; height: 26px; background: url(images/m_wedding.gif) no-repeat;}
#nav li a.m05 {width: 98px; height: 26px; background: url(images/m_naming.gif) no-repeat;}
#nav li a.m06 {width: 123px; height: 26px; background: url(images/m_reaffirmation.gif) no-repeat;}
#nav li a.m07 {width: 103px; height: 26px; background: url(images/m_love.gif) no-repeat;}
#nav li a.m08 {width: 55px; height: 26px; background: url(images/m_contact.gif) no-repeat;}

#nav li a:hover {background-position: bottom;}

#content {
	width: 775px;
	margin: 0 auto;
	background: url(images/bg_container.png) repeat-y;
	}
	
#content ul li {
	list-style-type: none;
	padding-left: 16px;
	background: url(images/bullet.gif) 0 4px no-repeat;
	}
	
#footer {
	width: 775px;
	margin: 0 auto;
	padding: 24px 0;
	text-align: center;
	color: #977558;
	background: url(images/bg_footer.png) no-repeat;
	}

#home, #wedding, #naming, #reaffirmation, #love {
	margin: 0px 6px;
	padding: 24px 24px 24px 265px;
	}
#home {background: url(images/bg_home.jpg) no-repeat;}	
#wedding {background: url(images/img_wedding.jpg) no-repeat;}	
#naming {
	height: 762px;
	background: url(images/img_naming.jpg) no-repeat;
	}
#reaffirmation {
	background: url(images/img_reaffirmation.jpg) left bottom no-repeat;
	}
#love {
	height: 518px;
	background: url(images/img_love.jpg) no-repeat;
	}
	
form#contact {
	padding: 16px;
	margin-top: 16px;
	background: #f9f5f0;
	}
