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

ul {
	margin: 0;
	list-style-type: none; 
}

body {
	font-family: Georgia, Ariel, sans-serif;
	font-size: 12px;
	background:#210f01;
	overflow:auto; 
	color: #eee7d8;
	padding: 0;
	margin: 0;
}
/*-------------------CONTAINERS */
#wrapper {
	position: relative;
	width: 1024px;
	margin: 0px auto;
}
#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
/*-------------------------- HEADERS */

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


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

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

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

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

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

#header_rsvp {
	position: relative;
	background: url(../img/header_rsvp.jpg) center top no-repeat #210f01;
	width: 1024px;
	height: 272px;
	margin: 0 auto;
}
#header_error {
	position: relative;
	background: url(../img/header_error.jpg) center top no-repeat #210f01;
	width: 1024px;
	height: 272px;
	margin: 0 auto;
}
#header_thanks {
	position: relative;
	background: url(../img/header_thanks.jpg) center top no-repeat #210f01;
	width: 1024px;
	height: 272px;
	margin: 0 auto;
}

#header_directions {
	position: relative;
	background: url(../img/header_directions.jpg) center top no-repeat #210f01;
	width: 1024px;
	height: 272px;
	margin: 0 auto;
}
	
/*--------------------------- HOME NAVIGATION */
#home_nav {
	display: block;
	width: 183px;
	height: 101px;
	padding-top: 17px;
	padding-left: 185px;
}

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


	

/* --------------------- Main Columns */
#leftcol_story {
	width: 180px; 
	position: absolute; 
	float: left; 
	margin-top: 105px;
	height: 100%;
}

#leftcol {
	width: 180px; 
	position: absolute; 
	float: left; 
	margin-top: 12px; 
	height: 100%;
}

#rightcol { 
	position: relative;
	width: 550px; 
	float: right; 
	margin-left: 20px;
	min-height: 350px;
}

#guest_form {
	margin-top: 20px;
	padding-bottom: 20px;
}

#details {
	margin: 0 auto;
	text-align: center;
	font-size:14px;
	color: #4eaaa2;
}

#rsvp_form {
	margin-left: 100px;
}

#guestForm {
	margin-top: 80px;
}
/* --------------------- Navigation Menu */

#leftcol ul li a, #leftcol_story ul li a { 
	color: #eee7d8; 
	display: block; 
	font-size: 1.2em; 
	text-indent: 24px; 
	line-height: 22px;  
	text-decoration: none;
	list-style-type: none; 
	
}

#leftcol ul li a:hover, #leftcol_story ul li a:hover {
	color: #4eaaa2;
}

#rightcol ul li { 
	display: block;
	font-size: 1.0em;
	text-indent: 25px;
	}


/*---------------Headers */

h1, h2 { 
	color: #eee7d8; 
	font-size: 1.2em; 
	margin: 0px 0px 0px 0;
	width: 180px;
	line-height: 20px; 
	border-top: #eee7d8 2px dotted;
	padding-top: 4px;
}
h1 a, h2 a {
	text-decoration: none;
	color: #eee7d8; 
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
	color: #4eaaa2; 
}

h2 { 
	margin-top: 20px;
}

h3 {
	margin-top: 0px;
}

h4 {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* ------------------------- PARAGRAPH STYLES */
p { 
	color: #eee7d8; 
	line-height: 1.2em; 
	font-size: 1.12em; 
	margin-left: 6px;
	margin-bottom: 10px;
	margin-top: 0px;
}
p a {
	color: #4eaaa2;
	text-decoration: none;
}

p a:hover {
	color: #5d4a3a;
}

/*--------------------------FOOTER STYLES */

#footer{
	width: 750px; 
	margin-top: 40px;
	padding-bottom: 20px;
}
.footer { 
	width: 650px; 
	margin: 0 auto;
	border-top: #58442f 1px solid; 
	font-size: 1.0em;
	}
	
.footer p { 
	font-size: .90em;
	padding-top: 5px;
	color: #58442f; 
	text-align: center;
	
 }

.footer a { 
	color: #58442f; 
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .90em;
}

.footer a:hover { 
	color: #eee7d8; 
 }
	
.clear { clear: both;

}
