body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font-family: Lucida Grand, Sans-serif;
	font-size: 15px;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	}

#mugshot {
	float: left;
	margin-right: 10px;
	}

#menu {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	width: 200px;
	background-color: #ccc;
	}
	
/* Button padding fix */
#menu > a {
	line-height:0px;
	display:block;
	}

#menu img {
	margin: 0px;	
	}

#content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	}

.content {
	height: 100%;
	margin-right: 200px;
	padding-bottom: 30px;
	background-color: #000;
	padding: 10px;
	text-align: center;
	display: none;
	overflow: auto;
	}

.content :last-child {
	padding-bottom: 50px;
	}

.quote {
	text-align: left;
	padding: 10px;
	width: 500px !important;
	margin: auto;
	font-style: italic;
	}
	
#splash {
	display: block;
	background-color: #fff;
	padding-top: 5%;
	color: #000;
	}

#aboutcontent {
	text-align: right;
	background: #fff url(../content/about/background.jpg) center right;
	color: #000;
	}

#bubble {
	width: 448px;
	height: 408px;
	background: url(../content/about/bubble.png) center center;
	text-align: right;
	position:absolute;
	right:250px;
	top:90px
	}

#bubble :first-child {
	padding-top: 10px;
	}

#bubble p, h1 {
	width: 300px;
	text-align: left;
	padding-left: 120px;
	}

#touchoflifecontent {
	background: url(../content/life/background.jpg) center center;
	}

#dissertationcontent {
	}

#dissertationcontent p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	}

#dissertationcontent #title {
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#storymakercontent {
	background: url(../content/storymaker/background.jpg) left bottom;
	}

#storymakercontent #title {
	position: fixed;
	bottom: 10px;
	left: 10px;
	}

#hatcontent {
	}

#colchiscontent {
	}