*{
margin: 0px;
padding: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

body {
	font-family:  Verdana, Georgia;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	color:#333333;
	font-size:12px;
}

#main {
	width:901px;
	margin: 0 auto 0 auto;
}

#left_column {
	margin-top:80px;
	width:190px;
	text-align:right;
	float:left;
	height:204px;
}

#left_column ul li {
	list-style:none;
	padding:5px 0 0 154px;
}

/*####### MENU BUTTONS #######*/

#About
{
  display: block;
  width: 36px;
  height: 98px;
  background: url("../images/About_button.jpg");
  background-repeat:no-repeat;
}

#About:hover
{ 
  background-position: -36px;
}

#About span
{
  display: none;
}

#Route
{
  display: block;
  width: 36px;
  height: 98px;
  background: url("../images/Route_button.jpg");
  background-repeat:no-repeat;

}

#Route:hover
{ 
  background-position: -36px;
}

#Route span
{
  display: none;
}

#Sponsor
{
  display: block;
  width: 36px;
  height: 98px;
  background: url("../images/Sponsor_button.jpg");
  background-repeat:no-repeat;

}

#Sponsor:hover
{ 
  background-position: -36px;
}

#Sponsor span
{
  display: none;
}

#Gallery
{
  display: block;
  width: 36px;
  height: 98px;
  background: url("../images/Gallery_button.jpg");
  background-repeat:no-repeat;

}

#Gallery:hover
{ 
  background-position: -36px;
}

#Gallery span
{
  display: none;
}

#Diary
{
  display: block;
  width: 36px;
  height: 98px;
  background: url("../images/Diary_button.jpg");
  background-repeat:no-repeat;

}

#Diary:hover
{ 
  background-position:-36px;
}

#Diary span
{
  display:none;
}

#Friends
{
  display:block;
  width:36px;
  height:98px;
  background: url("../images/Friends_button.jpg");
  background-repeat:no-repeat;

}

#Friends:hover
{ 
  background-position:-36px;
}

#Friends span
{
  display:none;
}

#Contact
{
  display:block;
  width:36px;
  height:98px;
  background:url("../images/Contact_button.jpg");
  background-repeat:no-repeat;

}

#Contact:hover
{ 
  background-position: -36px;
}

#Contact span
{
  display: none;
}

/*####### END MENU BUTTONS #######*/

#right_column {
	height:600px;
	margin-top:80px;
	width:190px;
	float:left;
}

#middle_column {
	width:521px;
	float:left;
}

#top_bar {
}

#header {
	height:204px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#content {
	padding:10px 40px 10px 40px;
	background-image:url(../images/middle_bg.jpg);
	background-repeat:repeat-y;
}

#content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

#content a {
	color:#c8403d;
	font-weight:bold;
	text-decoration:none;
}

#flash_journey {
	margin:10px 0 0 0;
	float:right;
}

#page_bottom {
	height:96px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

#footer a {
	color:#333333;
	text-decoration:none;
}

#diary_date {
	width:69px;
	height:48px;
	margin:5px 0 0 0;
	float:left;
	line-height:12px;
	padding:6px 0 0 0;
	background-image:url(../images/diary_date.jpg);
}

#diary_date h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
}

#diary_date h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:33px;
}

#diary_content {
	width:356px;
	margin:5px 0 5px 0;
	float:left;
	padding:8px;
	background:#E0C596;
}

#diary_content h1 {
	font-size:16px;
	font-weight:bold;
}

#diary_content h2 {
	font-size:13px;
	color:#C8403D;
	font-weight:bold;
}

#friends_table h1 {
	font-size:13px;
	font-weight:bold;
}

#friends_table a {
	font-size:12px;
	float:left;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }