body {
	text-align: center;
	min-width: 600px;
	background-color: white;
}


div#logo {
	width:100%;
	text-align:center;
	padding-top: 150px;
	padding-bottom: 50px;
}
div#index, div#about, div#contact, div#projects, div#links {
	margin:0 auto;
	width:520px;
	text-align: left;
	overflow:hidden;
	height:150px;
}
div#menu {
	width:80%;
	text-align:right;

}
body, p, h2 {
	font-size:8pt;
	color:#666666;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, Sans-Serif
}
a, a:visited, a:active {
	font-size:8pt;
	color:#000000;
	font-family: Lucida Sans, Helvetica, Verdana, Arial, Sans-Serif
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #ffffff;
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

h1 {
    background: url("/below43_cropped_new.jpg") no-repeat;
    text-indent: -9999px;
    width: 218px;
    height: 68px;
    margin: auto;
}