body{
background-color: #FFFFFF;
margin:0; 
padding:0;
}
	
#top {
	background-color: #868686;
	color: #FFFFFF;
    width: 375px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2.0em;
	height: 45px;
}

#top ul {
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}


#menu {
	background-color: #FFFFFF;
	position: absolute;
	color: #000000;
	float: left;
	margin-left: 0%;  
	width: 100px ; 
	top: 55px;
	height: 200px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu a:link {
	color: #000000; 
	background-color: #FFFFFF;
}

#menu a:visited {
	color: #000000;
}

#menu a:hover {
	color: #000036;
	background-color: #000000;
}

#menu ul.menu2 {
	padding: 0px;
	width: 100px;
	height: 20px;
	list-style-type: none;
	background-color: #FFFFFF;
}


#menu li.menu3 {
	padding: 5px;
	width: 100px;
	height: 20px;
	background-color: #FFFFFF;
}

#menu li.menu3 a:link{
	color: #000000; 
	text-decoration: none;
	padding: 5px;
	width: 100px;
	height: 50px;
	background-color: #FFFFFF;
}

#menu li.menu3  a:visited {
	color: #000000; 
	text-decoration: none;
}

#menu li.menu3 a:hover {
	color: #FFFFFF; 
	text-decoration: none;
	padding: 5px;
	width: 100px;
	height: 50px;
	background-color: #000000;
}


#menu ul.image {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu li.images {
	display: inline;
	list-style-type: none;
	margin-left: 12px
}

#center {
	background-color: #FFFFFF;	
	position: absolute;
	margin-left: 375px;
	top: 0px; 
	width: 700px;
	height: 630px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.5em;
	text-transform: uppercase;
	padding: 0px;


}

#center ul {
	background-color: #FFFFFF;	
	padding: 0px;
	width: 700px;
	height: 630px; 
	display: inline;
	margin: 0px;
	list-style-type: none;


}
#center li {
	background-color: #FFFFFF;	
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 630px;
	list-style-type: none;
	margin-left: 12px
}


#bottom {
	background-color: #868686;	position: absolute;
	left: 0px; 
	margin: 0px;
	width: 100%;
	position: absolute;
	height: 25px;  
	top: 700px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2.5em;
}



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

#Container {
	position: relative;
	height: 200px;
	width: 800px;
	top: 0px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	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(http://www.jbergs.com/newjberg/img/prev_chevron.png) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(http://www.jbergs.com/newjberg/img/next_chevron.png) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(http://www.jbergs.com/newjberg/img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(http://www.jbergs.com/newjberg/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 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #999;
	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;
}
