body{
	background-color: White;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#header{ 
background-color:#333;
height:150px;
}

#left{ 
float:left;
width:200px;
background-color:#afeeee; 
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

#center { 
background-color: white; 
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
margin-left: 200px;   /* LC width */
margin-right: 100px;  /* RC width */
}

#footer { 
clear:both;
background-color:#48d1cc;
height:100px;
}

/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

ul.nav {
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}

ul.resume {
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.3em;
}

#left a {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	display: inline;
	font-family: tahoma,verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 2.75em;
	margin: 0;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative; /*Add a height attribute and set to largest image's height to prevent overlaying*/
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #000000;
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #afeeee;
	padding: 5px;
	left: -1000px;
	border: 1px solid #000000;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
} 


