* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: #202020;
	background-color: #ccbee4;
	font-family: Georgia, serif;
	font-size: 67.5%;
}

a {
	color: #666666;
	text-decoration: underline;
}

a img { border: none; vertical-align: middle; }

a:hover {
	color: #990000;
}

p, li {
	font-size: 1.5em;
	line-height: 1.8em;
}

ul {
	list-style-type: disc;
	margin-left: 18px;
	margin-bottom: 18px;
}

h1 {
	font-size: 3.0em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.7em;
	font-style: italic;
}

#page_wrap {
	margin: 0 auto;
	width: 1024px;
	background: url(images/content-bg.png) repeat-y;
}

#header {
	background-image: url("images/header-bg.jpg");
	background-repeat: no-repeat;
	width: 1024px;
	height: 331px;
}

#navigation {
	margin-left: 430px;
	margin-top: -100px;
	height: 50px;
	}
	#navigation ul {
		}
		#navigation ul li {
			display: inline;
			}
			#navigation ul li a {
				width: 110px;
				color: #310562;
				display: block;
				font-size: 15px;
				float: left;
				text-decoration: none;
			}
			#navigation ul li a:hover {
				font-weight: bold;
				
}

#home .home, #biography .biography, #links .links, #silverwood .silverwood, #weddings .weddings {
	font-weight: bold;
}

#main_content {
	padding: 30px 27px 10px 54px;
}

#left_col {
	width: 500px;
	float: left;
	padding-top: 20px;
}

#right_col {
	width: 340px;
	float: right;
}

.floatright {
	float: right;
}

div.right_image {
	float: right;
	padding: 10px;
	margin: 10px;
	border: 2px solid #cccccc;
	text-align: center;
	background-color: #ccbee4;
}

div.right_image p {
	font-style: italic;
}

#wedding_form {
	padding: 10px;
	background-color: #ffe1b7;
	font-size: 1.1em;
	border: 2px solid #ffb03f;
	background-image: url("images/formflower.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	#wedding_form h3 {
		font-size: 1.3em;
		font-style: normal;
		padding: 2px;
		display: inline;
	}
	#wedding_form input, #wedding_form textarea {
		font-family: Georgia, serif;
		font-size: 1.2em;
		padding: 3px;
		border: 1px solid #cccccc;
		margin: 3px;
	}
	#wedding_form input.day {
		width: 30px;
	}
	#wedding_form input.year {
		width: 60px;
	}
	#wedding_form input.time {
		width: 60px;
	}
	
#popupimages a {
	display: block;
	width: 100px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #999;
	float: left;
}

#popupimages a:hover {
	border-color: black;
}

#footer {
	text-align: center;
	width: 1024px;
	min-height: 81px;
	background: url(images/footer-bg.png) no-repeat bottom center;
}

#footer p {
	font-size: 1.4em;
}