body 	{
	background-color: white;
	margin: 3px;
	color: black
	}

a img
	{
	border: none
	}


h1,h2,h3,h4,h5,h6 	{color: black;
			line-height: 200%;
			font-family: Geneva, Arial, sans-serif;
			text-align: left
			}

		
p
	{
	padding-right: 150px;
	font-size: medium;
	line-height: 180%;
	font-family: Geneva, Arial, sans-serif;
	text-align: left	
	}


.smalltext
	{
	color: black;
	line-height: 120%;
	font-family: Geneva, Arial, sans-serif;
	text-align: left;
	font-size: x-small
	}


.mono	{
	color: black;
	font-size: small;
	line-height: 120%;
	font-family: courier, monospaced
	}

.imagefloatright
	{
	float: right;
	margin: 10px;
	}
	
.imagefloatleft
	{
	float: left;
	margin: 10px;
	}


#titlebar	{
		position: relative;
		height: 70px
		}


.mainbox	{
		position: absolute;
		top: 85px;
		left: 160px;
		width: 700px
		}
		
	

#buttonbar 	
	{
	width: 140px;
	margin: 2px
	}		
div#buttonbar a
	{
	width: 140px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	}
div#buttonbar a.research
	{
	background: url(Assets/Buttons/research_up.jpg) no-repeat;
	}	
div#buttonbar a.research:hover 
	{
	background: url(Assets/Buttons/research_up_over.jpg) no-repeat;
	}		
div#buttonbar a.research span
	{
	background: url(Assets/Buttons/research_up_over.jpg) no-repeat;
	display: none
	}	
div#buttonbar a.personal
	{
	background: url(Assets/Buttons/personal_up.jpg) no-repeat;
	}
div#buttonbar a.personal:hover 
	{
	background: url(Assets/Buttons/personal_up_over.jpg) no-repeat;
	}	
div#buttonbar a.personal span
	{
	background: url(Assets/Buttons/personal_up_over.jpg) no-repeat;
	display: none;
	}
div#buttonbar a.climbing
	{
	background: url(Assets/Buttons/climbing_up.jpg) no-repeat;
	}	
div#buttonbar a.climbing:hover 
	{
	background: url(Assets/Buttons/climbing_up_over.jpg) no-repeat;
	}	
div#buttonbar a.climbing span
	{
	background: url(Assets/Buttons/climbing_up_over.jpg) no-repeat;
	display: none;
	}	
div#buttonbar a.photos
	{
	background: url(Assets/Buttons/photos_up.jpg) no-repeat;
	}	
div#buttonbar a.photos:hover 
	{
	background: url(Assets/Buttons/photos_up_over.jpg) no-repeat;
	}
div#buttonbar a.photos span
	{
	background: url(Assets/Buttons/photos_up_over.jpg) no-repeat;
	display: none;
	}	


div.thumbnail 	{
		margin: 15px;
		width: 90px;
		height: 120px;
		display: inline;
		float: left;
		}
div.thumbnail img
	{
	display: block;
	}
div.thumbnail a
	{ 
	font-size: small;
	line-height: 120%;
	padding-top: 5px;
	text-decoration: none;
	font-family: Geneva, Arial, sans-serif;
	color: black;
	}
