/* CSS Document - Stuart Davidson */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ddd;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;	
	font-style:italic;
	}

#container {
	text-align: left;
	background-color: #bbb;
	width: 1000px;
	margin: 20px auto;
	border: solid 2px #fff;
}

#header {
	background-color: #bbb;
	height: 110px;
	padding: 0 2em;
}
/*
#wedding {
	float: left;
	background: url(assets/wedding_logo.png);
	text-indent: -9000px;
	width: 320px;
	height: 80px;
	margin-left: 120px;
	}*/

#wedding {
	float: left;
	width: 350px;
	height: 80px;
	margin-left: 50px;
	}

#wedding img {
	border: none;
	}

#logo {
	float: right;
	background: url(assets/jw_logo.png);
	text-indent: -9000px;
	width: 420px;
	height: 80px;
	margin-right: 10px;
	}

#nav {
	clear: both;
	margin-left: -1em;
	padding-top:10px;
	}
#nav ul {
	list-style-type: none;
	margin-left: 10px;
	}
#nav ul li {
	display: inline;
	margin-right: 10px;
	}

#main {
	height: 460px;
	width: 1000px;
	/*
	background-color: #222;*/
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

#main img {
	width: 1000px;
	height: 450px;
	text-align: center;
	}

#footer {
	/* background-color: #888; */
	height: 95px;
	padding: 5px 2em 0 2em;
}

#photonav {
	float: left;
	margin-left: 200px;
	margin-top: -10px;
	}
#photonav a {
	color: #660000;
	font-size: 1em;
	}

#info {
	float: right;
	margin-right: 10px;
}

/*#main form {
	background:  #FFFFFF;
	color: #000000;
	height: 430px;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	} */

#formcont {
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	width: 100%;
	height: 440px;
	}

#formleft, #formright {	
	height: 420px;
	width : 40%;
	padding: 10px 5%;
	}

#formleft {
	float: left;
	text-align: left;
	}

#formleft img {
	width: auto;
	height: auto;
	}

#formright {
	float: right;
	}

.big {
	font-size: 1.5em;
	}

#corner {
	z-index: 5000;
	top: 0;
	right: 0;
	position: fixed;
	}

#corner img {
	border: none;
	}
