body {
	background: url('images/bg.gif') repeat top left;
	text-align: center;
	font: normal 12px Arial, sans-serif;
}
img, .img
{
border:0px;
}
table,tr,td,th
{
font-size:10px;
}
#main {
	margin: 20px auto;
	width: 742px;
	background: white;
}

#main .bgtop {
	width: 100%;
	height: 105px;
	background: url('images/main-top.png') no-repeat center top white;
}

#main .bgbottom {
	width: 100%;
	height: 20px;
	background: url('images/main-bottom.png') no-repeat center bottom;
	clear: both;
}

#logo {
	position: relative;
	width: 100%;
	height: 232px;
	background: url('images/logo.jpg') no-repeat center top white;
}

#logo #news {
	position: absolute;
	left: 40px;
	top: 90px;
	width: 195px;
}

#left {
	float: left;
	width: 250px;
}

#right {
	float: right;
	margin-right: 5px;
	width: 480px;

}

.box {
	margin-top: 25px;
	margin-left: 30px;
	width: 217px;
	color: white;
	background: url('images/box-center.gif') repeat-y top left;
}

.boxbgtop {
	width: 100%;
	height: 14px;
	background: url('images/box-top.gif') no-repeat top left;

}

.boxbgbottom {
	width: 100%;
	height: 18px;
	background: url('images/box-bottom.gif') no-repeat bottom left;

}

#menu {
	position: absolute;
	top: 189px;
	right: 50px;
}

#news ul {
	list-style-image: url('images/triangle.gif');
	text-align: left;
}

p {
	margin: 10px 5px;
	text-align: justify;
	color: #67acf3;
}

.box p {
	margin: 10px;
	color: white;
}

a {
       color:#4389cf;
       font-weight:bold;
	text-decoration: none;
}

#news a {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

a.button {
	display: block;
	float: left;
	margin: 0;
	width: 137px;
	height: 32px;
	line-height: 30px;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

a.button:link, a.button:visited {
	background: url('images/button1.gif') no-repeat top center;
}

a.button:hover, a button:active {
	background: url('images/button1.gif') no-repeat bottom center;
}


#lightbox{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	margin-top:20px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	margin-top:20px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	margin-top:20px;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;	margin-top:20px;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{	margin-top:20px; width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{	margin-top:20px; display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ 	margin-top:20px;width: 66px; height:30px; float: right;  padding-bottom: 0.7em;
 background: url(images/close.gif) right 15% no-repeat;	}	
		
#overlay{
	position: absolute;
		margin-top:20px;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	margin-top:20px;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
