* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background: #666;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #666;
	font-size: 11px;
}

a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }

h1 {
	width: 775px;
	margin: 0 auto;
	height: 123px;
	background: url(../_img/bkd_masthead.jpg) left top no-repeat;
	display: block;
	text-indent: -9000px;
}
h2, h3 {color:#fff;}
ul {list-style: none;}
li {line-height: 20px;}

#Masthead {
	height: 80px;
	background: transparent url(../img/logo.png) center center no-repeat;
	color: #666;
}

#BoxI {
	background-image: url(../img/BoxI.png);
	background-repeat: repeat-x
}

#BoxJ {
	height: 400px;
}

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

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #fff;
	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: left;
	background-color: #fff;
	}

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

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

/* footer box, etc.
--------------------------------------------------------------------------*/
#footerBox {
	margin-top: 10px;
	padding: 10px 0;
	background-color: #525252;
	border-top: 1px solid #55595c;
}
#footerBox div {
	margin: 0 auto;
	width: 755px;
}
#footerBox div div {
	margin: 0;
	width: 251px;
	text-align: left;
	float: left;
}
#footerBox div div div {
	margin: 0;
	width: auto;
	padding: 0 10px;
	float: none;
}
#footerBox h3 {
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #41464a;
}
#footerBox p {
	padding: 10px 5px;
	color: #D8D8D8;
	line-height: 16px;
}
#footerBox ul {
	padding-top: 5px;
}
#footerBox li {
	border-bottom: 1px solid #41464a;
	line-height: 16px;
	padding: 5px;
}
#footerBox a:link, #footerBox a:visited { color: #cc0; }
#footerBox a:hover, #footerBox a:visited:hover { color: #dedede; }
#recBox ul {
	float: left;
	width: 50%;
}
#footerBox p.copyright {
	margin: 10px 0 10px 0;
	border-top: 1px solid #41464a;
	padding-top: 10px;
	color: #878a8c;
}
#footerBox div.clear {float:none;clear:both;}
