body {
	background-color: #000000;
	color: #909090;
	margin: 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 175%;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 150%; }

h2 { font-size: 133%; }

h3 { font-size: 125%; }

h4 { font-size: 116%; }
	
h5 { font-size: 100%; }

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

#main-wrapper {
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	width: 1000px;
	margin: auto;
}

#header {
	background-color: #001a28;
	height: 144px;
}

#logo {
	width: 300px;
	height: 144px;
	display: block;
	float: left;
}


#menu {
	width: 700px;
	float: left;
}

#menu a {
	border: 1px solid #404040;
	margin: 0;
	padding: 5px;
	text-align: center;
	line-height: 20px;
	display: block;
}

#menu a:hover {
	border-color: #909090;
	background-color: #103a68;
	text-decoration: none;
}

#menu ul {
	width: 560px;
	margin: 37px auto 0;
	padding: 0;
	list-style: none;
}

#menu li {
	width: 100px;
	margin: 20px;
	float: left;
}


#left-pane {
	width: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}

#left-padding {
	margin: 20px;
}

.waldo-pic {
	width: 256px;
	height: 256px;
	border: 2px solid #505050;
	display: block;
}

#gallery-menu {
	margin-bottom: 20px;
}

#gallery-menu h3 {
	margin: 0 0 5px;
	text-align: center;
}

#gallery-menu a {
	border: 1px solid #505050;
	margin: 0;
	text-align: center;
	line-height: 20px;
	display: block;
}

#gallery-menu a:hover {
	border-color: #808080;
	background-color: #001a28;
	text-decoration: none;
}

#gallery-menu a.current {
	background-color: #404040;
}

#gallery-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#gallery-menu li {
	width: 50px;
	margin: 1px;
	float: left;
}	

.image-title, .image-date {
	margin: 0;
	text-align: right;
}

.image-date {
	font-size: 10px;
}

#footer {
	color: #505050;
	width: 300px;
	text-align: center;
	clear: both;
}

#footer div {
	padding: 1em;
}

#right-pane {
	width: 700px;
	float: left;
}

.home {
	background-image: url(../images/home-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#about-text {
	width: 290px;
	height: 440px;
	margin: 20px;
}

div.resume-menu {
	border-bottom: 1px solid #303030;
}

ul.resume-menu {
	width: 310px;
	list-style: none;
	float: left;
}

li.selected {
	list-style: url(../images/resume-menu-arrow.gif);
}

.resume-text li {
	margin-bottom: 1em;
}

.resume-text {
	padding: 20px;
}

/* Contact Form */
#contactform label {
	display: block;
}

#contactform input, #contactform textarea, #contactform select {
	background-color: #303030;
	color: #909090;
	border: 1px solid #909090;
	margin-bottom: 10px;
	padding: 1px 1px 1px 3px;
	font-size: 12px;
	display: block;
}

#contactform #submit, #contactform #reset {
	padding: 1px 3px;
	font-size: 14px;
	display: inline;
}

#contactform #message_box, #contactform #email_field, #contactform #name_field {
	width: 254px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contactform #message_box {
	height: 125px;
}

.contacterror {
	color:#FF6060;
	font-weight:bold;
}

p.contacterror {
	text-align:center;
}

.contactconfirm {
	text-align:center;
}