/* OVERALL PAGE FORMATTING */
body { 
	margin: 0;
	padding: 0;
	background: #449;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

p { font: 10pt/11pt Verdana, Arial, Helvetica, Sans-Serif;
	margin-top: 0;
	margin-bottom: 0;
	}
	

/* TOP SECTION */
.header { 
	background-color: #114;
	margin: 0px;
	padding-top: 25px;
	padding-left: 50px;
	padding-bottom: 0px;
	border-bottom: 17px solid;
	border-color: #333;
	height: 60px;
	}

.header #date {
	position: absolute;
	right: 10px;
	top: 15px;
	}
	
#close {
	position: absolute;
	right: 10px;
	top: 60px;
	border: 0;
	}
#next {
	position: absolute;
	right: 75px;
	top: 60px;
	border: 0;
	}
#prev {
	position: absolute;
	right: 130px;
	top: 60px;
	border: 0;
	}

/* LEFT SECTION */
.leftcontent { 
	padding-left: 10px;
	padding-right: 10px;
	}
	
.leftcontent img {
	margin-left: 10px;
	margin-top: 13px;
	border: 2px solid #114;
	width: 70px;
	height: 70px;
	}

/* RIGHT SECTION */
.rightcontent { 
	background: #252565;
	padding-left: 20px;
	padding-top: 15px;
	height: 1000px;
	}
	
.rightcontent img {
	border: 5px solid #114;
	}

.imgtext {
  position: absolute;
  top: 265px;
  left: 30px;
  font: 9pt Verdana, Arial, Helvetica, Sans-Serif;
  visibility: hidden;
  width:350px;
  height:100px;
  color: white;
  }
  
.imgtext2 {
  position: absolute;
  top: 300px;
  left: 30px;
  font: 9pt Verdana, Arial, Helvetica, Sans-Serif;
  visibility: hidden;
  width:350px;
  height:100px;
  color: white;
  }  

a:link { 
	font-weight: bold; 
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	}
a:visited { 
	font-weight: bold; 
	color: #AAA;
	background-color: transparent;
	text-decoration: none;
	}
a:hover { 
	font-weight: bold;
	text-decoration: underline;
	color: #FFF; 
	background-color: transparent;
	text-decoration: none;
	}

