@charset "UTF-8";
/* CSS Document */

body {margin: 0; padding: 0; background: url(/crystalmountain.jpg) center top no-repeat #1b4b93; color:#e6e6e6; font-family:Georgia, "Times New Roman", Times, serif; font-size: 26px;}

a { text-decoration: none; color: #fff; }
a:hover { color: #ddd; text-decoration: underline; }

h1 { font-size: 36px; font-weight: normal; color: #fff; margin: 0; padding: 0 0 15px 0; letter-spacing: -1px;}

#about { float: left; margin: 60px 0 20px 45px; width: 34%; color: #fff;}
	#about p { margin: 0 0 15px 0; padding: 0; }

#current { float: right; margin: 90px 45px 20px 0; width: 22%; padding: 0; color: #ddd; }
	#current h2 { font-size: 26px; color: #eee; margin: 0; padding: 0; font-weight: normal;}
	#current ul { font-size: 20px; margin: 10px 0 0 20px; padding: 0}
	#current li { list-style-type: none; margin: 0; padding: 0 0 15px 0; line-height: 1.0em; }
	
#links { position: absolute; bottom: 20px; right: 20px; color: #bbb; }

#photocredit { position: absolute; bottom: 5px; left: 5px; color: #fff; font-size: 10px; }

