body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	font-size: 14px;
	font-weight: normal;
	}
img {border:0px;
}

a {
	text-decoration:none;
	}
	
#wrapper{
	position:relative;
	margin: 0 auto 0 auto; 
	width:800px;
	text-align: left;
	background-color:#e6e6e6;
	}
#masthead  {
	height:83px;
}
#logo{
	position:relative;
	width:768px;
	height:124px;
	margin:16px 16px 0 16px;
	background-color: #fff;
	background-image: url(../img/logo.jpg);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	}
	
a#link{
	display:block;
	position:absolute;
	right:13px;
	top:10px;
	width:194px;
	height:11px;
	background:url(../img/links.png) left top no-repeat;
	}

a#link:hover{
	
	background:url(../img/linksb.png) left top no-repeat;
	}

ul#nav {
	width:525px;
	height:246px;
	margin:10px 0 0 16px;
	padding:20px 0 0 0;
    list-style:none;
	background-color:#fff;
	}

#nav li{
	width:380px;
	margin:0 0 0 10px;
	padding: 0;
	}

#nav li a{
	display:block;
	width:380px;
	background-image: url(../img/home/homeNav1.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li#n1 a{height:20px; margin-bottom:24px; background-image:url(../img/home/homeNav1.png);}
#nav li#n2 a{height:15px; margin-bottom:27px; background-image:url(../img/home/homeNav2.png);}
#nav li#n3 a{height:18px; margin-bottom:25px; background-image:url(../img/home/homeNav3.png);}
#nav li#n4 a{height:15px; margin-bottom:26px; background-image:url(../img/home/homeNav4.png);}
#nav li#n5 a{height:18px; margin-bottom:24px; background-image:url(../img/home/homeNav5.png);}
#nav li#n6 a{height:18px; margin-bottom:24px; background-image:url(../img/home/homeNav6.png);}

#nav li#n1 a:hover{background-image:url(../img/home/homeNavb1.png);}
#nav li#n2 a:hover{background-image:url(../img/home/homeNavb2.png);}
#nav li#n3 a:hover{background-image:url(../img/home/homeNavb3.png);}
#nav li#n4 a:hover{background-image:url(../img/home/homeNavb4.png);}
#nav li#n5 a:hover{background-image:url(../img/home/homeNavb5.png);}
#nav li#n6 a:hover{background-image:url(../img/home/homeNavb6.png);}

img#collage{
	float:right;
	margin:10px 15px 0px 10px;
	
	}
#content {
	width:505px;
	margin:12px 0 0px 17px; 
	padding:0 0 30px 0;
	}
#content p {line-height:160%;}

#content p.first{
	margin-top: 0; 
	padding:0;
	}
	
#clear{clear:both;}
#clear img {display:none;} /*------------------- to preeload background mouse overs*/