* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	/* background: #B7BCC3 url(../img/body_bg.gif) repeat-x; */
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #000;
	font-size: 65.5%;
	background-color:#f1f0ec;
	
}

	/* styles for IE 5 Mac */
	#centerwrap {
		width:1150px;
		height:575px;
		margin:10px auto;
		position:relative;
		
	}
	
	#content {
		/* position:absolute; */
		height:575px;
		width:1150px;
		
		
	}
	/* commented backslash hack  - invisible to IE 5 \*/
	
	#centerwrap {
		position:absolute;
		margin:-340px 0 0 -590px;
		padding:10px;
		left:50%;
		top:50%;
		
		
	}
	
	/* end hack */



#Masthead {

    height: 55px;
	/* height: 110px; */
	/* background: transparent url(../img/header_logo.gif) top center no-repeat; */
	text-align: center;
	
	/* width: 760px; */
}

#HomeImgContainer {
	padding: 0;
	margin: 0 auto;
	width: 1150px; 
	height:575px; 
	background-color:#fff;
}

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

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #ffffff;
	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: #ccc; */
	}

#CaptionContainer p {
	padding: 5px 10px 10px 0px;
	/* font-size: 11px; */
	font-size: 0.88em;
}

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

h2 {
	margin: 0 auto;
	padding-top: 0;
	font-size: 0.9em;
	width: 1150px;
	text-align: left;
}

h2 a, h2 a:link, h2 a:visited {
	color: #000;
	/*text-shadow: 2px 2px 1px #999999;*/
	padding: 0 0 0 10px;
	text-decoration: none;
	cursor: pointer;
}

h2 a:hover {
	color: #d01f3c;
	/*text-shadow: 2px 2px 1px #999999;*/
	padding: 0 0 0 10px;
	text-decoration: none;
	cursor: pointer;
}

h2 a.selected, h2 a.selected:link, h2 a.selected:visited {
	color: #d01f3c;
	/*text-shadow: 2px 2px 1px #999999;*/
	padding: 0 0 0 10px;
	text-decoration: none;
	cursor: pointer;
}

h2 a.selected:hover {
	color: #d01f3c;
	/*text-shadow: 2px 2px 1px #999999;*/
	padding: 0 0 0 10px;
	text-decoration: none;
	cursor: pointer;
}

h2 a.logo, h2 a.logo:link, h2 a.logo:visited {
	color: #000;
	/*text-shadow: 2px 2px 1px #999999;*/
	padding: 0 0 0 0;
	text-decoration: none;
	cursor: pointer;
}

h2 a.logo:hover {
	color: #000;
	/*text-shadow: 2px 2px 1px #999999;*/
	padding: 0 0 0 0;
	text-decoration: none;
	cursor: pointer;
}

#Info {
	text-align:left;
	color: #000;
	padding: 0;
	margin: 0 auto;
	width: 1150px; 
	height:575px; 
	background-color:#fff;	
}