/* CSS Document */
*{
margin:0;
padding:0;
}

html, body {
	background-image:url(images/back.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0066FF;
	margin-top:10px;
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin-top:10px;
	line-height:20px;
	}
	
img {
	margin-left:15px;
	margin-right:18px;
	margin-top:10px;
	margin-bottom:5px;
	border:#CC6600 solid 3px;
    }
	
#divHeader1 {
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	width:138px;
	height:165px;
	}
	
#divHeader2 {
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	top:0px;
	left:138px;
	width:800px;
	height:165px;
	}
	
#nav {
width: 340px; height: 84px;
    background: url(images/nav.jpg);
    margin: 0px 0px; padding: 0;
    position: relative;
	margin-left:146px;}
  #nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #nav li, #nav a {
    height: 84px; display: block;
	}
	
#panel1b {left: 0; width: 63px;}
  #panel2b {left: 46px; width: 66px;}
  #panel3b {left: 89px; width: 66px;}
  #panel4b {left: 138px; width: 97px;}
  #panel5b {left: 216px; width: 124px;}

#panel1b a:hover {
    background: transparent url(images/nav.jpg)
    0 -84px no-repeat;}
  #panel2b a:hover {
    background: transparent url(images/nav.jpg)
    -46px -168px no-repeat;}
  #panel3b a:hover {
    background: transparent url(images/nav.jpg)
    -89px -252px no-repeat;}
  #panel4b a:hover {
    background: transparent url(images/nav.jpg)
    -138px -336px no-repeat;}
	#panel5b a:hover {
    background: transparent url(images/nav.jpg)
    -216px -420px no-repeat;}
	
#divMain {
	background-image:url(images/side.jpg);
	background-repeat:no-repeat;
	background-color:#F3F3F1;
	background-position:left;
	position:absolute;
	top:165px;
	left:0px;
	width:450px;
	height:456px;
	padding-left:120px;
	padding-top:0px;
	padding-right:30px;
	}
	
#divAudio {
	background:none;
	width:300px;
	height:500px;
	position:absolute;
	top:119px;
	left:640px;
	}

#divAudio a, #divAudio img {
	padding:0px;
	margin:0px;
	margin-top:20px;
	border:none;
	}
	
#divFooter {
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:621px;
	left:0px;
	width:505px;
	height:185px;
	}
	
#divFooter a:link {
	background-image:url(images/pigmintlink.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	display:block;
	overflow:hidden;
	width:239px;
	height:185px;
	}
	
#divFooter a:hover {
	background-image:url(images/pigmintlink.jpg);
	background-position: 0px -185px;
	display:block;
	overflow:hidden;
	width:239px;
	height:185px;
	}