@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	text-align: center; /*for ie 6*/
	font-size: 100.01%;
	}
	
#center {
	position: relative;
	top: 0; left: 0;
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	}
	
#page {
	position: relative;
	top: 3em; left: 0;
	width: 800px;
	height: auto;
	background-color: rgb(180, 46, 37);
	overflow: hidden;
	}
	
img.header_image {
	float: left;
	margin-top: .5em;
	}
	
ul.photos {
	list-style-type: none;
	display: block;
	float: right;
	}
	
ul.photos li {
	padding: 0;
	margin: 0;
	float: left;
	}
	
#navbar {
	width: 545px;
	height: 35px;
	background-color: rgb(241,123, 53);
	float: right;
	margin-top: -.5em;
	}
	
ul.navigation {
	list-style-type: none;
	float: left;
	padding: .5em 0 0 .55em;

	}
	
ul.navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: rgb(170, 43, 34);
	display: inline;
	}
	
ul.navigation li a {
	text-decoration: none;
	color: rgb(170, 43, 34);
	}
	
#left {
	clear: both;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 195px;
	overflow: hidden;
	}
	
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: rgb(251, 177, 71);
	}
	
.short {
	width: 190px;
	}
	
.tall {
	width: 190px;
	height: 50px;
	}
	
.wide {
	width: 350px;
	}
	
#content {
	float: right;
	width: 523px; height: auto;
	margin-top: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	}
	
form#directions {
	position: inherit;
	padding-top: 10px;
	font-size: 1em;
	}
	
form#gifts {
	/*
float: left;
	margin-top: 60px;
	margin-left: 75px;
*/

	font-size: 1em;
	}
	
#space {
	float: right;
	width: 523px; height: 120px;
	margin-top: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	}
	
#space2 {
	float: right;
	width: 523px; height: 220px;
	margin-top: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	}
	
#space3 {
	float: right;
	width: 523px; height: 60px;
	margin-top: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	}

#content ul {
	margin-left: 1em;
	padding-top: .25em;
	list-style-type: circle; 
	}

#content h1, h1.large, p, p.orange, h2, li {
	padding-top: .5em;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(251, 177, 71);
	font-size: .8em;
	}
	
#content2 h1 {
	position: absolute;
	top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(251, 177, 71);
	font-size: .8em;
	}	
	
#content p, h2, h2.color, li {
	font-size: .75em;
	padding-top: .25em;
	}
	
#content h1.large {
	font-size: 1em;
	}
	
#content p.orange {
	color: rgb(241,123, 53);
	}
	
#content a {
	color: rgb(251, 177, 71);
	text-decoration: underline;
	} 
	
#content h2 {
	font-style: italic;
	padding-top: 0;
	}
	
#content li {
	padding-top: 0;
	}
	
p.line_space {
	margin-top: .5em;
	} 
	
#cancel {
	clear: both;
	float: right;
	padding: 1em .5em .5em 0;
	width: 400px;
	}
	
#cancel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: rgb(251, 177, 71);
	font-style: italic;
	}
	
#footer {
	position: relative;
	margin-top: 60px;
	width: 800px; height: auto;
	padding-bottom: 3em;
	}
	
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: rgb(251, 177, 71);
	font-style: italic;
	text-align: center;
	}
	
#footer a {
	color: rgb(251, 177, 71);
	}
	
