*
{
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0;
}

img, div { behavior: url(iepngfix.htc) }

body {
	font-family: Trebuchet MS, Ariel, sans-serif;
	font-size: 12px;
	background: #210f01;
	overflow:auto; 
	color: #525252;
	padding: 0;
	margin: 0;
}

#wrapper {
	position: relative;
	background: url(../img/bg_main.jpg) center top no-repeat #210f01;
	width: 1024px;
	min-height: 768px;
	margin: 0px auto;
}

#header {
	position: relative;
	width: 1024px;
	height: 162px;
	margin: 0px auto;
}

#home_nav
{
	display: block;
	width: 250px;
	height: 145px;
	margin: 0 auto;
	padding-top: 20px;
}

#home_nav a {
	overflow: hidden;
	text-indent: -2000em;
	display: block;
	height: 100%;
	width: 100%;
}

#nav_story {
	display: block;
	float: left;
	width: 218px;
	height: 283px;
	margin-top: 17px;
	margin-left: 160px;
}

#nav_story a {
	overflow: hidden;
	text-indent: -2000em;
	display: block;
	height: 100%;
	width: 100%;
}

#nav_details {
	display: block;
	width: 218px;
	height: 283px;
	margin-top: 17px;
	margin-left: 400px;
}

#nav_details a {
	overflow: hidden;
	text-indent: -2000em;
	display: block;
	height: 100%;
	width: 100%;
}

#nav_rsvp {
	display: block;
	width: 218px;
	height: 283px;
	margin-top: -280px;
	margin-left: 650px;
}

#nav_rsvp a {
	overflow: hidden;
	text-indent: -2000em;
	display: block;
	height: 100%;
	width: 100%;
}

#footer {
	position: relative;
	width: 840px;
	height: 31px;
	margin: 0px auto;
	margin-top: 200px;
	margin-bottom: 5px;
	color: #4f371c;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #4f371c;
	text-decoration: none;
}

#footer a:hover {
	color: #b38c64;
	text-decoration: none;
}