body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	}

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

h1 {
	font-size: 2.5em;
	font-weight: normal;
	}

p {
	margin-top: 0px;
	}

a:link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	}

a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	}

a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #999;
	}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #999;
	}
	
a.image {
	border: 0px !important;
	}

.quote {
	padding: 0px !important;
	padding-top: 20px !important;
	font-size: 25px;
	font-style: italic;
	line-height: 1.2;
	color: #999 !important;
	}

.quoteAuthor {
	text-align: right;
	font-size: 25px;
	font-style: italic;
	line-height: 1.2;
	color: #999 !important;
	}

#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;
	border-bottom: 0px;
	}

#menu img {
	margin: 0px;	
	}

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

.content {
	height: 100%;
	margin-right: 200px;
	padding: 10px;
	padding-bottom: 0px;
	display: none;
	overflow: auto;
	}

.centre {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	}

.vcentre {
	display: table-cell;
	vertical-align: middle;
	}

.left {
	float: left;
	text-align: left;
	width: 400px;
	padding-bottom: 30px;
	}

.right {
	float: right;
	width: 500px;
	padding-left: 20px;
	padding-bottom: 30px;
	}

.quote {
	text-align: left;
	padding: 10px;
	width: 500px !important;
	margin: auto;
	font-style: italic;
	}
	
#splash {
	display: table;
	text-align: center;
	width: 100%;
	}

#splash .title {
	position: relative;
	right: 100px;
	}

#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;
	}

#bubble h1 {
	text-align: center;
	text-shadow: #efe 1px 1px 1px;
	}

#touchoflifecontent {
	}

#touchoflifecontent .title {
	position: relative;
	right: 10px;
	}

#dissertationcontent {
	}

#dissertationcontent .title {
	padding-top: 10px;
	}

#dissertationcontent .left {
	padding-top: 15px;
	}

#tachebashcontent {
	}

#tachebashcontent .title {
	position: relative;
	right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
#storymakercontent {
	}
	
#storymakercontent p {
	color: #000;
	}

#hatcontent {
	}

#colchiscontent {
	}
	
#photographycontent {
	display: table;
	text-align: center;
	width: 100%;
	background: #000;
	}
	
#photographycontent .slider {
	position: relative;
	right: 100px;
	margin-left: auto;
	margin-right: auto;
	}
