html {
     overflow: -moz-scrollbars-vertical;
}

html, body {
	margin:0;
	padding:0;

	width: 100%;
	height: 100%;
	vertical-align: middle;
	border-top: 3px solid #565;

	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.lightgrey {
	color: #a6a6a6;
}

h1 {
	font-size: 18px;
}

img {
	border: 0;
}

#main {
	position: absolute;
	left: 50%;
	width: 750px;
	height: 100%;
	margin-left: -375px; /*set to a negative number 1/2 of your width*/
	background-color: #FFFFFF;
	color: #000000;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	padding: 50px;
	font-size: 22px;
}

#randomPhotos {
	padding-bottom: 10px;
	float: right;
	padding-left: 20px;
}

a {
  text-decoration: none;
}

#menu {
	position: absolute;
	top: 115px;
	left: 0px;
	clear: right;
	text-align: right;
	padding-top:    150px;
	padding-bottom: 50%;
	line-height: 25px;
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 5px;
  text-align: left;
  padding-right: 30px;
}

#content {
  position: absolute;
  top: 220px;
  left: 120px;
  width: 620px;

  padding-left: 15px;
  border-left: solid 1.5px #CCCCCC;

  text-align: justify;
}

blockquote.right {
	width: 150px;
	font: bold 1.333em/1.125em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none !important;
	border: 3px double #ddd;
	border-width: 3px 0;
	text-align: center;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 15px;
	padding-top: 0.6em;
	padding-right: 5px;
	padding-bottom: 0.6em;
	padding-left: 5px;
}

#blogNav {
	width:			100%;

	border-top: 		solid 2px #CCCCCC;
	border-bottom: 		solid 2px #CCCCCC;
}

/** Main Navigation Properties */

a.mainNav {
	font-weight:		bold;
	color:			#a6a6a6;
	font-size: 		14px;
}

a.mainNav:active, a.mainNav:visited {
	color:			#a6a6a6;
}

a.mainNav:hover {
	color:			#016385;	
}

a {
	color:			#016385;
}

a:active, a:visited {
	color:			#016385;
}

a:hover {
	color:			#a6a6a6;
}

.peopleItem {
	padding:	4px;
	float:		left;
}
