/* CSS Document */

  /* styles for IE 5 Mac */
 #horizon {
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 40%;
   left: 0px;
   width: 100%;
   margin-top: -210px;
   text-align: center;
   min-width: 850px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	text-align: left;
	width: 850px;
	height: 655px;
	margin: 0px auto;
	}

#bg{
	position:inherit;
	width:850px;
	height:655px;
}

#logo{
	position:absolute;
	left:23px;
	top:38px;
	float:left;
}


#inside{
position:inherit;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/* navigation position*/

#navhome{
	position:absolute;
	left:375px;
	top:48px;
	width:453px;
	height:13px;
	float:left;
}

#navcontact{
	position:absolute;
	left:340px;
	top:38px;
	width:487px;
	height:26px;
	float:left;
}
#navbio{
	position:absolute;
	left:368px;
	top:38px;
	width:460px;
	height:26px;
	float:left;
}

#navcraft{
	position:absolute;
	left:329px;
	top:38px;
	width:496px;
	height:26px;
	float:left;
}

#navdrawing{
	position:absolute;
	left:330px;
	top:38px;
	width:495px;
	height:26px;
	float:left;
}

#subnav{
	position:absolute;
	left:395px;
	top:73px;
	width:90px;
	float:left;
}

/*home page*/

#homeflash{
	position:absolute;
	left:25px;
	top:108px;
	float:left;
}

/* portfolio pages*/

#title{
	position:absolute;
	left:295px;
	top:114px;
	float:left;
}

#paintingtxt{
	position:absolute;
	left:24px;
	top:114px;
	float:left;
}

/*bio page*/

#pdf{
	position:absolute;
	left:17px;
	top:501px;
	float:left;
}
#biotxt{
	position:absolute;
	left:24px;
	top:132px;
	float:left;
}
#bioimg{
	position:absolute;
	left:295px;
	top:134px;
	float:left;
}

/*contact page*/
#contact{
	position:absolute;
	left:499px;
	top:115px;
	float:left;
}

#contacttxt{
	position:absolute;
	left:24px;
	top:132px;
	float:left;
	font-size:12px;
	line-height:16px;
}
