html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: inline;
}
img {
	border: 0px;
}
a {
	color: black;
}
a:hover {
	color: red;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: white url("images/cloud.jpg");
  background-repeat: repeat;
	font: 12px Comic Sans MS;
	color: #000000;
	padding: 30px 5px;
	text-align: center;
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 754px;
	height:  595px;
	margin: auto;
	background: url(images/body_bg.gif) repeat-y;
}
#wrapper2 {
	text-align: left;
	width: 754px;
	height:  595px;
	margin: auto;
	background: url(images/diarycover.png) repeat-y;
}
#body {
	position: relative;
}
#body-top {

}
#body-bot {

}
/************************** Header **********************************/
h1 {
	padding: 0px 0px 0px 55px;
}
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 5px 0px 0px 60px;
	width: 266px;
	height: 411px;
	overflow: auto;
	text-align: justify;
	display:inline;
}
#lefthand {
	float:left;
	margin: 0px 0px 0px 60px;
	width: 360px;
	height: 416px;
	overflow: visible;
	text-align: justify;
	display:inline;
}
#lefthandabout {
	float:left;
	margin: 0px 0px 0px 60px;
	width: 360px;
	height: 90px;
	overflow: visible;
	text-align: justify;
	display:inline;
}
#lefthandflying {
	float:left;
	margin: 0px 0px 0px 60px;
	width: 360px;
	height: 130px;
	overflow: visible;
	text-align: justify;
	display:inline;
}
#fullpage {
	float:left;
	margin: 0px 0px 0px 60px;
	width: 680px;
	height: 416px;
	overflow: visible;
	text-align: justify;
	display:inline;
}
#fullpageabout {
	float:left;
	margin: 0px 0px 0px 60px;
	width: 680px;
	height: 319px;
	overflow: visible;
	text-align: justify;
	display:inline;
}
#fullpageflying {
	float:left;
	margin: 0px 0px 0px 60px;
	width: 680px;
	height: 292px;
	overflow: visible;
	text-align: justify;
	display:inline;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: grey;
}

.main {
	font: 12px Comic Sans MS;
	color: #000000;
	margin: 0px 0px 0px 60px;
 }
#fullheight {
	height:515px
}

.mainfoot {
	font: 9px arial, sans-serif;
	color: grey;
	text-align: center;
 }

/************************** Navigation **********************************/
#header ul {
	margin: 2px 17px 5px 70px;
	border: 2px solid white;
	padding: 5px;
	display:inline;
	float: left;
	width:650px;
}
#header li {
	display:inline;
	padding: 13px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0009FD;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #000000;
}
/************************** Tray **********************************/
#tray {
	padding-left: 130px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 255px;
}
#tray-right {
	float: right;
	width: 302px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}
/************************** Footer **********************************/
#footer {
	text-align: center;
	font: 9px arial, sans-serif;
	color: grey;
	margin-left: 55px;
	margin-right: 14px;

}
#footer-right {
	padding-top: 0px;
	padding-bottom: 5px;
}
