@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.dark {
	background: #000000;
}

p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color:#767676;
}

a {
	color:#767676;
	text-decoration:none;
}

a:visited {
	color:#767676;
	text-decoration:none;
}

a:hover {
	color:#767676;
	text-decoration:underline;
}

.main #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.bio #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
  display: block;
}

.main #gallery {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	-moz-column-count: 3;
    -moz-column-gap: 75px;
    -webkit-column-count: 3;
     webkit-column-gap: 75px;
     column-count: 3;
	 column-gap: 75px;
   display: block;
}

.main #gallery2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	-moz-column-count: 3;
    -moz-column-gap: 75px;
    -webkit-column-count: 3;
     webkit-column-gap: 75px;
     column-count: 3;
	 column-gap: 75px;
}

.main #gallery3 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	-moz-column-count: 2;
    -moz-column-gap: 75px;
    -webkit-column-count: 3;
     webkit-column-gap: 75px;
     column-count: 2;
	 column-gap: 75px;
   width: 850px !important;
}

#gallery img, #gallery2 img, #gallery3 img {
	margin-bottom:45px;
	border=none;
}

#navLeft {
	width:448px;
	float:left;
	padding-bottom:2px;
	height:16px;
	}
#navRight {
	width:448px;
	float:right;
	text-align:right;
	vertical-align:bottom;
	height:16px;
	}
#content {
	clear:both;
	}	

.logo {
	padding-bottom:108px;
	padding-top:35px;
}

-->
</style>


