	body
	{
	 font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
	 line-height: 1.5em;
	 color: #333;
	 font-size: x-small; /* IE5 Win */
	 voice-family: "\"}\""; 
	 voice-family: inherit;
	 font-size: small;
	}
	
   	html>body 
	{ 
	  font-size: small;
	}

	#container
	{
	  width: 850px;
	  margin: auto auto;
	  padding: 2px 2px;
	}
	#pageHeader
	{
	  /* margin: auto auto; */
	  /* text-align: center; */
	  margin-bottom: -10px;
	  margin-top: -10px;
	  /*border-bottom: 4px solid #FF3300;*/
	}
	#pageFooter
	{
	  color: black;
	}
	#pastViews
	{
	  height: 85px;
	  width: 660px;
	  margin: auto auto;
	  position: relative;
	}
	#currentView
	{
	  margin: 10px;
	  padding-top: 10px;
	}
	#currentImage
	{
	  margin: auto auto;
	}
	#currentImage img 
	{
	  padding: 0px;
	  border: 7px solid #4d4d4d;
	  -moz-border-radius: 2.5px;
	  margin-left: auto; 
	  margin-right: auto; 
	}
	#currentTitle
	{
	  margin: auto auto;
	  width: 650px;
	  font-size: 10px;
	  text-align: right;
	}	
	#currentComment
	{
	  margin: auto auto;
	  width: 750px;
	}
	
	#pastViews .pastImage
	{
	  position: relative;
	  margin: 3px 3px;
	  border: 1px solid green;
	  width: 100px;
	  height: 75px;
	  float: left;
	}
	
a 
{
  color: #000099;
  text-decoration: none;
  border-bottom: 1px dotted #000099;
}

a:visited 
{
  color: #677;
  border-color: #677;
}

a:hover  
{
  color: #339900;
  border-color: #339900;
  border-bottom-style: solid;
}

a IMG 
{
  text-decoration: none;
  border-bottom-style: none;
}

a:hover IMG  
{
  text-decoration: none;
  border-bottom-style: none;
}
H3
{
  color: #886C3E;
  font: 120%/1.5em Georgia,Serif;
  font-weight: bold;
  margin-bottom: -10px;
}

#links
{
 
text-align : center;
}

#links ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#links ul li 
{
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: inline;
}


#bottomnav 
{
  padding: 0.5em;
  width: 750px;
  height: 75px;
  text-align: left;
  margin-left: auto; 
  margin-right: auto;
  border-top: 4px solid #4d4d4d;
  font-size: 11px;
}
#leftInfo
{
  float: left;
  width: 350px;
  line-height: normal;
}
#rightInfo
{
  float: right;
  line-height: normal;
  width: 350px;
}



#archiveview 
{
	  margin: 10px;
	  padding-top: 10px;
	  width: 750px;
	  margin-left: auto; 
	  margin-right: auto;
}

#archiveview a IMG 
{
  text-decoration: none;
  border-bottom: none;
}

img 
{
  border: 0px;
}

#archiveview a IMG
{
	display: block;
	float: left;
	width: 140px;
	height: 100px;
	text-align: center;
    padding: 10px;
	background-color: #d8d8d8;
    margin: 5px;
    border: 1px solid #6b6c69;
	-moz-border-radius: 3px;
}

/*
#sidebar
{
  float: left;
  width: 200px;
  line-height: normal;
  border-right: 2px solid #000;
}
#archive
{
  float: right;
  line-height: normal;
  width: 540px;
}
*/

#container hr 
{
  display: block; 
  clear: left; 
  margin: 0 0 0 0;
  visibility: hidden;
}

