/* =====================================
            DEFAULT STUFF
   ===================================== */
body {
	background: url(../images/background.gif);
  font-family:Verdana,Arial,Times;
	font-size:100%;
 }
h1, h2, h3, h4, h5, h6 {
  color:#113366;
	font-size:120%;
	margin-top:0px;
 }
ul, ol {
  font-size:80%;
 }
li {
  line-height:200%;
	margin-left: -14px
 }

/* =====================================
            THE BANNER
   ===================================== */
#mainBanner {
	background: url(../images/background_banner.gif);
	position:absolute;
	left:-2px;
	top:-2px;
	height:80px;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
 }
#mainBannerHeader {
	color:#CEDBFE;
	position:absolute;
	left:296px;
	top:43px;
	font-size:120%;
	font-weight:bold;
}
#mainBannerLinks {
	position:absolute;
	left:296px;
	top:61px;
}
img.mainBannerImg {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:280px;
	border:0;
}
a.mainBannerA {
	color:#FFFFFF;
	font-family:Arial;
  font-size:80%;
	text-decoration:none;
	font-weight:normal;
}
a.mainBannerA:hover {
	text-decoration:underline;
}
#randomPics {
	position:absolute;
	top:-2px;
	left:280px;
	padding-top:0px;
	padding-bottom:0px;
}
img.randomPic {
	height:40px;
	width:40px;
	border:0;
}

/* =====================================
            THE MAIN BODY
   ===================================== */
#mainBody {
 }
#mainContent {
	position:absolute;
	top:110px;
	left:30px;
	width:700px;
	overflow:visible;
 }
p.mainContentP {
  color:#113366;
  font-size:90%;
}
img.albumThumbnail {
	height:60px;
	width:60px;
	border:0;
}


/* =====================================
            ALBUM PAGES
   ===================================== */
#showImage {
	margin-top: 10px;
 }


/* =====================================
            DIARY PAGES
   ===================================== */
#diaryPics {
	position:absolute;
	left:0px;
	top:40px;
	overflow:visible;
 }
#diaryText {
	position:absolute;
	left:80px;
	top:40px;
	overflow:visible;
}

