* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background: url(../img/back.gif) no-repeat;
	font-family: Georgia, 'Trebuchet MS', verdana, arial, sans-serif;
	font-size: 11px;
	color: #999;
}

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

h1 {
	width: 555px;
	margin: 0 auto;
	height: 125px;
	background: url(../images/logo.gif) left top no-repeat;
	display: block;
	text-indent: -9000px;
}
h2, h3 {color:#515355;}
ul {list-style: none;}
li {line-height: 20px;}



/* containers, etc.
--------------------------------------------------------------------------*/

#Masthead {
	height: 150px;
	background: transparent url(../img/logo.gif) center center no-repeat;
}

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

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 5px solid #414244;
	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) 0% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 100% 50% no-repeat; }



#CaptionContainer {
	position: absolute;
	top: 2px;
	right: 14px;
	width: 70px;
	display: block;
	width: 70px;
	height: 9px;
	}

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

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

#Caption {
	font-weight: regular;
	font-size:12px;
	color: #fff;
	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: #efefef;
	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;
}

/* footer box, etc.
--------------------------------------------------------------------------*/
#footerBox {
	margin-top: 20px;
	padding: 20px 0;
	background-color: #000000;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
	/*position:fixed;
	top:610px;
	left:0px;
	width: 100%;*/
}
#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 15px 5px;
	border-bottom: 1px solid #141414;
}
#footerBox p {
	padding: 10px 5px;
	color: #25d0be;
	line-height: 16px;
}
#footerBox ul {
	padding-top: 5px;
}
#footerBox li {
	border-bottom: 1px solid #141414;
	line-height: 16px;
	padding: 5px;
}
#footerBox a:link, #footerBox a:visited { color: #25d0be; }
#footerBox a:hover, #footerBox a:visited:hover { color: #dedede; }
#recBox ul {
	float: left;
	width: 50%;
}
#footerBox p.copyright {
	margin: 40px 0 10px 0;
	border-top: 1px solid #141414;
	padding-top: 10px;
	color: #878a8c;
}
#footerBox div.clear {float:none;clear:both;}
