A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: gray;}

body {
	background-color: #FFFFFF;
}

#wrapper {
	width: 940px;
	height: auto;
	color: black;
	font-family: Georgia;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 73px;
}

#logo {
	width: 340px;
	height: 73px;
	float: left;
}
#twitter {
	width: 590px;
	float: right;
	font-size: 90%;
	margin-right: 10px;
	text-align: right;
}
#twitter_m {
	width: 550px;
	padding: 0 15px;
}
	#twitter_container {
		min-height: 45px;
		height: auto !important;
		height: 40px;
		padding-bottom: 10px;
		float: left;
	}
	#twitter_update_list {
		width: 550px;
		padding: 0;
		overflow: hidden;
		font-size: 12px;
		font-style: italic;
		color: #31353d;
		line-height: 13px;
		font-weight: regular;
	}
	#twitter_update_list li{
		width: 550px;
		text-align: right;
		list-style: none;
	}
	#twitter_update_list li a {
		color: #5f6d76;
		border-bottom: dotted 1px;
		text-decoration: none;
	}
	#twitter_update_list li a:hover {
		color: #31353d;
	}

#navigation {
	width: 100%;
	height: 25px;
}
#navigation #menu{
	width: 940px;
	height: 25px;
	margin: 0;
	padding: 0;
	background:url(/images/menu.png) 0 0 no-repeat;
}
#navigation #menu li {
	display: inline;
	list-style: none;
}
#navigation #menu li a {
	float:left;
	outline: none;
	width: 150px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
}
#navgation #menu li a {
	background-image:url(/images/menu.png);
	background-repeat: no-repeat;
}
#navigation #menu li#nav00 a { background-position: 0 0; }
#navigation #menu li#nav01 a { background-position: -150px 0; }

#navigation #menu li#nav00 a:hover {
	background-image:url(/images/menu.png);
	background-position: 0 -25px; 
}
#navigation #menu li#nav01 a:hover { 
	background-image:url(/images/menu.png);
	background-position: -150px -25px; 
}

#content {
	width: 85%;
	height: auto;
	font-size: 90%;
	font-family: Georgia;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
	float: left;
}
#sidebar {
	width: 13%;
	height: auto;
	border-style: dashed;
	border-color: #999999;
	border-width: 1px;
	padding-left: 5px;
	font-size: 90%;
	color: #000000;
	margin-left: 5px;
	float: left;
}

#spacer {
	clear: both;
	height: 15px;
	display: block;
}

#footer {
	width: 100%;
	height: auto;
	font-size: 75%;
	font-family: Georgia;
	text-align: center;
	position: relative;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}

#ad {
	width: 100%;
	height: auto;
	color: white;
	text-align: center;
	font-family: Georgia;
	font-size: 60%;
}

#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/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; }
