@charset "UTF-8";
/* CSS Document */

body {
	background: url(../img/back.gif) repeat;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;

}

#holder{
	position:relative;

	margin: 10px auto;
	width:948px;
	height:638px;
	background:url(../img/content.png) no-repeat;
	 _background:url(../img/content.jpg) no-repeat; /* show to IE */


}

#nav{
	position:absolute;
	width:250px;
	height:440px;
	top:170px;
	padding-left:10px;
	
}

#flash{
	position:absolute;
	width:313px;
	height:467px;
	left:620px;
	top:125px;

}


#text{
	position:relative;
	width:350px;
	height:370px;
	left:270px;
	top:170px;

}
p{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	line-height:24px;
	color:#231f20;
	padding-bottom:6px;
	width:305px;
	
	}
	
	h2{
		color:#231f20;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		
	
	}
	
ul{
	font-size:12px;
		color:#0093b1;

	
	}
	
li{
	padding-bottom:5px;
	text-transform:uppercase;
			color:#231f20;
			list-style-image:url(../img/bullet.gif);


}





/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */

div#hold	{
	position:relative;
	overflow:hidden;
	width:325px;
	height:380px;
	z-index:100;
	padding-bottom:0px;
	border-bottom: #f0f0f0 solid 1px;
	margin-bottom:10px;

	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:325px;
	height:380px;
	clip:rect(0px, 325px, 380px, 0px);
	overflow:hidden;
	z-index:1;

	}
div#lyr1 { 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:1; 

	}

table#imgTbl { background-color:#fff; width:132px }
table#imgTbl td { height:140px; vertical-align:middle; text-align:center }

.thumb{
	border:#999999 1px solid;
	padding:1px;
	margin: 2px 10px 2px 0px;

}
