html, body {
	min-height: 100%;
}
body {
	height: 100%;
	font: medium Arial, Helvetica, sans-serif;
	background: #000000 url(graphics/green_plant.gif) no-repeat scroll bottom right;
	color: #CCCCCC;
	margin: 50px;
}
h1 {
	font: small-caps normal xx-large "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}
h2 {
	font: normal large "Trebuchet MS", Arial, sans-serif;
	margin: 5px 0px 10px;
	text-align: left;
}
li {
	margin-top: 5px;
	margin-left: 0px;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
}
a:link, a:visited {
	color: #CCCCCC;
	font-weight: normal;
}
a:hover, a:active {
	color: #33CC33;
	font-weight: normal;
}
#wrapper {
	background: url(graphics/laura.gif) no-repeat scroll left top;
	text-align: center;
}
#nav {
	text-align: center;
	margin: 10px 10px 25px;
}
#resume {
	width: 700px;
	text-align: left;
	padding: 10px;
	border: 1px solid #333333;
	background: #000000;
	color: #FFFFFF;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#contact {
	width: 450px;
	text-align: left;
	padding: 10px;
	border: 1px solid #333333;
	background: #000000;
	color: #FFFFFF;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#photos {
	margin-top: 15px;
	margin-bottom: 10px;
}

#restable td {
	font-size: small;
	vertical-align: top;
}
.underline {
	border-bottom: 1px solid #666666;
}
#photography {
	width: 480px;
	text-align: center;
	padding: 10px;
	border: 1px solid #333333;
	background: #000000;
	color: #FFFFFF;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#photos img {
	margin: 5px;
	border: 0px;
	filter: Alpha(Opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}
#photograph {
	text-align: center;
	padding: 10px;
	border: 1px solid #333333;
	background: #000000;
	color: #FFFFFF;
	filter: Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
hr {
	height: 1px;
}
#travelog {
	width: 660px;
	text-align: left;
	padding: 20px;
	border: 1px solid #333333;
	background: #000000;
	color: #FFFFFF;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
.description {
	font-size: small;
}
.travelogPhoto {
	position: relative;
	margin: 0px 15px 15px 0px;
	display: inline;
	border: 0px;
}
