/*RESET*/

html, body, div, span, applet, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

table {border-collapse: collapse; border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */
a {text-decoration: underline; color: black;}
a:hover {text-decoration: underline;}
/*typography*/
p         { font-size: 1em; font-family: "Trebuchet MS", Tahoma,  helvetica, arial; line-height: 1.25em; margin: 0 0 1.8em 0; }
h1        { font-size: 3.5em; font-family: "Zurich CN BT", "Arial Narrow", "Futura MdCn BT", Garamond; text-align: left; margin: 0 0 0.15em 0 ; color: #fff; }
h2        { font-size: 1.8em; font-family: "Trebuchet MS", Tahoma,  helvetica, arial; text-align: left; margin: 0.5em  0; color: #001700; }
h3        { font-size: 1.25em; font-family: "Trebuchet MS", Tahoma,  helvetica, arial; text-align: left; line-height: 1.55em; }
h4        { font-size: 1.35em; font-family: "Trebuchet MS", Tahoma,  helvetica, arial; font-weight: bold; margin:0.5em 0 }
h5        { font-size: 1.05em; font-family: "Trebuchet MS", Tahoma,  helvetica, arial; line-height: 1.3em; text-align: center;}
h6        { font-size: 1.15em; font-family: "Trebuchet MS", Tahoma,  helvetica, arial; font-weight: bold; line-height: 1.2em; }

/*main*/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, "Lucida Sans";
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: #000; 
	background-image: url(images/bk3.jpg);
	z-index: 2;
	background-repeat: no-repeat;	z-index: 4;
}
	
#wrapper {margin: 0;}
#header {width: 800px;
	font-family: "ZapfChan Md BT", "Arial Narrow", "Futura MdCn BT", Garamond;
margin: 35px 0 40px 150px;
}
#navigation {position:absolute; top:270px; left:30px;
width: 160px;
}
#content {
margin-left: 150px;}
#slideshow, #slideshow2 {
	position: relative;
	width: 400px;
	height: 305px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow img, #slideshow2 img {
	position: absolute;
	left: 20px;
	top: 0;
	width: 400px;
	height: 305px;
}
#pause1, #pause2 {color: #fff;
	z-index:100;
}
#info {clear: both; 

margin: 0 50px 10px 0;
padding: 10px 0px;
font-size: 12px;}
#footer: {position: relative;}
#contact-info {float: left;
	width: 150px;
	font-size: 12px;
	margin: 30px;
	left: 20px;
}

#credits {float: right;
font-size: 10px;
margin: 70px 40px 0 0;}