body {
	margin: 0 0 0 0;
	background: #FFFFFF
	font-family: Wunderlich, Arial, Helvetica, sans-serif;
 }

#horizontal	{
	border-bottom: 10px solid #000000;
	position: absolute;
	top: 30px;
	width: 70%;
	right: 300px;
}
#horizontal2	{
	border-bottom: 10px solid #000000;
	position: absolute;
	top: 720px;
	left: 35px;
	width: 70%;
}

#vertical	{
	border-right: 5px solid #000000;
	position: absolute;
	top: 0px;
	left: 405px;
	height: 96%;
}

#address	{
	position: absolute;
	bottom: 195px;
	left: 25px;
	text-align: right;
	font-size: 0.75em;
	font-family: Wunderlich, Arial, Helvetica, sans-serif;
}

#title {
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: absolute;
	top: 90px;
	left: 30px;
	color: #fff;
}
#backportrait	{
	font-size: 1em;
	font-family: Wunderlich, Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: absolute;
	right: 540px;
	bottom: 500px;
}
#backlandscape	{
	font-size: 1em;
	font-family: Wunderlich, Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: absolute;
	right: 340px;
	bottom: 500px;
}

#titleright {
	position: absolute;
	top: 25px;
	right: 245px;
	font-family: Wunderlich, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7E7C7C;
	}
#titletop	{
	position: absolute;
	top: 70px;
	left: 435px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
#titletop2 {
	position: absolute;
	top: 64px;
	left: 435px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	}
#logo {
	position: absolute;
	top: 600px;
	left: 30px;
	display: block;
	}

#return	{
	position: absolute;
	top: 500px;
	left: 435px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	}

#image {
	position: absolute;
	top: 70px;
	left: 460px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #717472;
	
}
#imagetop {
	position: absolute;
	top: 60px;
	left: 450px;
	display: block;
}

#imagetop2 {
	position: absolute;
	top: 60px;
	left: 670px;
	display: block;
}
#imagetop3 {
	position: absolute;
	top: 76px;
	left: 430px;
	display: block;
}


#text	{
	position: absolute;
	top: 400px;
	left: 0px;
	right: 15px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

#textmore {
	position: absolute;
	top: 520px;
	right: 18px;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}


#aifooter {
	position: absolute;
	bottom: 35px;
	left: 25px;
	text-align: right;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
	


/* from Zeldman */

body	{
	color: #000;
	background: #fff;
	margin: 25px 0 25px 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #330000;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #717472;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Arial, Helvetica, sans-serif;
		}

h1	{
	font-size: 1.15em;
	font-weight: normal;
	}

h2	{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.85em;
	line-height: 1.5;
	}



/* Navigation sidebar components */


table#nav	{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 260px;
	left: 220px;
	}

table#thumbnails{
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	position: absolute;
	top: 80px;
	left: 460px;
	}

table#nav td	{
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent url(bgpat.gif) repeat;
	display: block;
	margin: 0;
	width: 130px;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #f60;
	background: white url(nopat.gif) repeat;
	} 

td#home a:link img, td#home a:visited img {
	color: #c30;
	background: transparent url(bgpat.gif) repeat;
	width: 400px;
	height: 75px;
	} 

td#home a:hover img {
	color: #f60;
	background: white url(nopat.gif) repeat;
	width: 400px;
	height: 75px;
	}

