body		{ margin:0px; 
			  padding:0px; 
			  text-align:center;
			  background-color: #ffffff;
			  
			  }

img			{ border:0px; margin: 0px; padding: 0px;}

.clr		{ clear:both;}

h1	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  font-size: 8px; 
	  font-style: normal; 
	  color:#cccccc; 
	  display: inline;
	  }
	  
h2	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  font-size: 8px; 
	  font-style: normal; 
	  color:#cccccc; 
	  display: inline;
	  }
	  

#wrapper	{ width:955px;
			  height: 100%;
			  margin:0px auto;
			  text-align:center;
			  background-image: url(../gfx/bg.jpg);
			  background-repeat: repeat-y;
			  }
			  
#container	{ width:890px;
			  height: 100%;
			  margin:0px auto;
			  text-align:left;
			  }
			  
#menu		{ background-image: url(../gfx/menu_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 32px;
			  text-align:left;
			  }

#home		{ background-image: url(../gfx/home_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 817px;
			  }
			  
#about_bg		{ background-image: url(../gfx/about_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 907px;
			  }
			  
#portfolio_bg		{ background-image: url(../gfx/portfolio_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  background-color:#000000;
			  }

#portfolioleft	{ float: left; width:600px; }
			  
#book_bg		{ background-image: url(../gfx/book_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 817px;
			  }
			  
#links_bg		{ background-image: url(../gfx/links_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 817px;
			  }
			  
#downloads_bg		{ background-image: url(../gfx/downloads_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 817px;
			  }
			  
#guestbook_bg		{ background-image: url(../gfx/guestbook_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 817px;
			  }
			  
#shop_bg		{ background-image: url(../gfx/shop_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 817px;
			  }
			  
#homeleft	{ float: left; width:450px; }
#homeright	{ float: right; width:400px; }

.homeltext	{ padding: 20px 20px 0px 20px;}
.homeltext		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 10px; 
	  		  font-style: normal; 
	  		  color:#ffffff;
			  text-align: left; 
	  		  }
.homeltext A:link		{ color:#ffffff; text-decoration: none; font-weight:bold; }
.homeltext A:visited		{ color:#ffffff; text-decoration: none; font-weight:bold; }
.homeltext A:hover		{ color:#ffffff; text-decoration: underline; font-weight:bold; }
.homeltext A:active		{ color:#ffffff; font-weight:bold; }

.homertext	{ padding: 442px 20px 0px 0px;}
.homertext		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 10px; 
	  		  font-style: normal; 
	  		  color:#ffffff;
			  text-align: left; 
	  		  }
.homertext A:link		{ color:#ffffff; text-decoration: none; }
.homertext A:visited		{ color:#ffffff; text-decoration: none; }
.homertext A:hover		{ color:#ffffff; text-decoration: underline; }
.homertext A:active		{ color:#ffffff; }

.overflow	{ width: 510px; 
			  height: 480px; 
			  overflow: auto;}
			  
.download_overflow	{ width: 510px; 
			  height: 360px; 
			  overflow: auto;}
			  
#foot		{ background-image: url(../gfx/foot_bg.jpg);
			  background-repeat: no-repeat;
			  width: 890px;
			  height: 81px;
			  }

.foot		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal; 
	  		  color:#ffffff;
			  padding: 20px 0px 0px 17px;
			  text-align: center; 
	  		  }
.foot A:link		{ color:#ffffff; text-decoration: none; }
.foot A:visited		{ color:#ffffff; text-decoration: none; }
.foot A:hover		{ color:#ffffff; text-decoration: underline; }
.foot A:active		{ color:#ffffff; }

.form		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 11px; 
			  font-style: normal; 
			  color:#ffffff; 
			  }

.form A:link	{ color:#ffffff; text-decoration: none;}
.form A:visited	{ color:#ffffff; text-decoration: none;}
.form A:hover	{ color:#ffffff; text-decoration: none;}
.form A:active	{ color:#ffffff;}

input, select, textarea {
	background: #ffffff;
	font-family: Verdana, helvetica, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	border: solid 1px #E29F75;
	padding: 2px;
}