	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #111111;
		width: 100%;
		height: 100%;


	text-align: center;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #666;
	font-size: 65.5%;
	}


	.top_l
	{
		background: #222;
		border: 1px solid #b12e55 ;
		color: #b1482e;
		font-size: 13px;
		width: 481px;
		font-family: verdana, arial, Helvetica, sans-serif;
	}
	.nav {
		color: #484c7e;
		font-size: 14px;
		text-align: left;
		font-weight:bold;
	}

.nav a:link, .nav a:visited, .nav a:active { 
text-decoration : none;
		font-size: 14px;
color : #874b2b;
} 
.nav a:hover { 
text-decoration : none;
		font-size: 14px;
color : #78768a;
} 

	#table{
	padding: 0;
	margin: 0 auto;
	top:  10px;
	}

	.top_r
	{
		font-family: verdana, arial, Helvetica, sans-serif;
	}
	#center {
		position: absolute;
		left: 50%;
		top:  300px;
	}



a { font-family: Arial, sans-serif; color: #6b5b5b; text-decoration: none }
a:active { font-family: Arial, sans-serif; color: #6b5b5b; text-decoration: none }
a:visited { font-family: Arial, sans-serif; color: #6b5b5b; text-decoration: none }
a:hover { font-family: Arial; color: #4b3434; text-decoration: none }









#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #111;
	border: 5px solid #222;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: right;
	background-color: #222;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #78768a;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #78768a;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}
