@charset "UTF-8";

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
body {
	background-color: #454d4f;
	background-image: url(lightbulb.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top right; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%
}

h2 {
	color: #97eda8;
	font-size: 80px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight: bold
	color: #ffffdb;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#links{
	padding-top: 30px;
	float: right;
	width: 98px;
	height: 100%;
}

#links ul {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px none 0;
}

#links li {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
}

#links li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffdb;
	text-decoration: none;
}

#links li a:hover{
	text-decoration: underline;
	
}

#gallery{
	padding-top: 30px;
	width: 100%;
	margin: 0px auto;
}

#bio{
	margin-top: 30px;
	margin-left: 100px;
	color: #ffffdb;
	width: 250px;
	float: left;	
}

#bioimg{
	margin-top: 30px;
	padding-left: 300px;
	color: #ffffdb;
	float: left;	
}

#contact{
	margin-top: 30px;
	margin-left: 100px;
	color: #ffffdb;
	width: 250px;
	float: left;	
}

#contact a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffdb;
	text-decoration: none;
}

#contact a:hover{
	text-decoration: underline;
	
}

#subnav{
	padding-top: 30px;
	float: none;
	width: 100%;
}

#subnav ul {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px none 0;
}

#subnav li {
	display: inline;
	margin: 0px;
	
	padding-left: 60px;
}

#subnav li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffdb;
	text-decoration: none;
}

#subnav li a:hover{
	text-decoration: underline;
	
}

#copyright{
	float: left;
	padding-top: 30px;
	width: 160px;
	font-family: Arial, "Helvetica", sansserif;
	font-size: 10px;
	color: #636965;	
}
