@CHARSET "UTF-8";

body {
	margin: 10px;
	border: 1px solid #000;
	padding: 10px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	line-height: 150%;
	width: 800px;
}

h1, h2, h3 {
	font-family: Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
	line-height: 120%;
}

h3 {
	font-size: 14px;
}

/** Link **/
a:link, a:visited, a:hover, a:active {
	border-bottom: 1px dashed;
	text-decoration: none;
	color: #B200FF;
}

/** Header Section **/
#header {
	width: 800px;
	height: 130px;
	background: #FFF url(../../graphics/crater_lake_800w_upper.jpg) bottom center no-repeat;
	margin-bottom:10px;
}

#header h1 {
	float: right;
	font-family: Palatino, Georgia, "Times New Roman", serif;
	letter-spacing: 2px;
	font-size: 40px;
	margin-right: 30px;
}

/** Left Navigation Menu **/
#leftnav {
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 1.3em;
	line-height: 200%;
	margin: 0 0 10px 0;
	padding: 0;
}
	             
#leftnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 130px;
}

#leftnav li {
	background: #C9FFFF;
	border: 1px solid #FFF;
	font-weight: bold;
}

#leftnav ul a {
	display: block;
	text-decoration: none;
	border-style: none;
	color: #0026FF;
	padding-left: 10px;
}

#leftnav ul a:hover {
	background: #D1FF47;
	color: #000;
}

#current a {
	background: #B3FF84;
}

/** Content Area **/
#content {
	margin-left: 160px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 5px;
}

#content p.lettercap:first-letter {
	font-size: 2em;
}

#content img {
	float: right;
	padding: 15px 5px 15px 15px;
}

/** Footer Section **/
#footer {
	clear: both;
	height: 70px;
	border: 1px solid #FFF;
	background: #FFF url(../../graphics/crater_lake_800w_lower.jpg) bottom center no-repeat;
}

#footer #copyright {
	float: right;
	color: #FFF;
	padding: 10px 15px 0 0
}


/** Resume Page **/
#content .job_title {
	margin: 20px 0 20px 10px;
}

#content .research_area {
	font-weight: bold;
	margin-left: 20px;
}

#end_skill {
	clear: both;
}
.skill_title {
        clear: both;
	float: left;
	text-align: right;
	width: 35%;
	font-weight: bold;
}
.skill_list {
	float: right;
	width: 63%;
}

#education {
	margin-left: 20px;
}
#education .school {
	font-weight: bold;
	font-size: 1.15em;
	margin-top: 10px;
}
#education .diploma {
	text-decoration: underline;
	margin-top: 5px;
}
#education span {
	font-weight: bold;
	margin-right: 5px;
}
#end_education {
	clear: both;
}



/** Research Page **/



/** Photo Page **/
#album {
	width: 100%;
	display: blcok;
	clear: both;
}
#album_list img {
	margin:0;
	padding:0 0 10px 25px;
	clear: both;
	float: left;
	border-style: none;
	display: inline;
}
#album_list .album_loc {
	float: right;
	text-align: left;
	width: 65%;
	padding: 5px 0;
	font-size: 1.15em;
	font-weight: bold;
}
#album_list .album_desc {
	clear: right;
	float: right;
	text-align: left;
	width: 65%;
}
#end_album {
	clear: both;
}


/** Links Page **/
#link_list {
	margin-bottom: 20px;
}
#link_list h3 {
	margin-bottom: 5px;
}
#link_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#link_list li {
	margin-left: 10px;
}