@charset "UTF-8";
body {
	font: 90% Verdana, Arial, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-weight: lighter;
	letter-spacing:2px;
}
body h1, h2, h3, h4, h5, h6 {
	letter-spacing:4px;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a, a:link {
	color:#333;
	text-decoration:underline;
}
a:visited {
color:#666666;
}
a:hover {
text-decoration:none;
}
a:active {
	color:#666;
	text-decoration:underline;
}
#navigation {
	width:40%;
	text-align:center;
	margin: 25px auto;
}
#navigation ul {
	list-style-type:none;
	display:inline;
	padding: 3px;
}
#navigation li {
padding:20px 50px;
margin: 1em 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
list-style-type: none;
display:inline;

}
#navigation li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	list-style-type: none;
}
#navigation li a:hover{
	background-color:#FFFFFF;
	text-decoration:none;
	color:#666;
}
#navigation li a#current{
background-color:#000;
text-decoration:underline;
color:#FFF;
}
#projects {
	font-size:90%;
}
#projects a {
text-decoration:done;
}
#projects a:link, a:visited, a:active {
text-decoration:none;
}
#projects a:hover {
background-color:#FFFFFF;
text-decoration:none;
color:#666;
}

#projects img {
border:#FFFFFF thin solid;
}

#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-left: 15px;
}
#gallery  {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	padding: 15px 0 25px 15px;
}
#galleryContent {
height:100%;
}

#header  {
	padding: 0 0 50px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
	margin: 0;
}
#mainContent  {
	text-align: center;
	padding: 0 15px;
	font-size: 80%;
	letter-spacing: 2px;
	line-height: 150%;
}
#statement, #bio {
	width:40%;
	margin: 0 auto;
	text-align: justify;
}

#address {
	padding:25px 0 0 0;
	margin: 0;
}
#footer  {
	padding: 0 10px;
	font-size: small;
	color: #666666;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
