body, h1, ul, li {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #000000;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #808080;
}
a:active {
	text-decoration: none;
}


#container {
	width: 1000px; margin: -40px auto;
	position: relative;
}

#photo1 {float:right;
	width: 283px;
	position: relative;top:1px;
}

#photo2 {float: left;
	width: 142px;
	position: relative;top:50px;left:420px;
}


#contact {float: left;
	width: 200px;
	position: relative;top:200px;left:250px;
}


#link {
    float:right;
	width: 1000px; margin: 0 auto;
	position: relative;top:200px;
}

h1 {
	width: 471px; height: 63px; margin: 0 auto; position: relative; top: 5px;
	background: url(images/logo/nicolashenry001.png); text-indent: -9999px; z-index: 10;
}

h2{ position: relative; top: 30px;   
        font-size: 8pt;
        text-align: right;
        font-weight:normal;
        font-family: Verdana;
       
} 


h3{ font-size: 12pt;
    font-family:Verdana;
    font-style:italic;
    font-weight:bold;
    color: #ffffff;
    
}

h4{ font-size: 9pt;
    font-family:Verdana;
    font-style: italic;
    font-weight:normal;
    color: #ffffff;
    line-height:2;
}

h5{ font-size: 8pt;
    font-family:Verdana;
    font-style: normal;
    font-weight:normal;
    color: #ffffff;
    line-height:1.5;
}

h6{ font-size: 9pt;
    font-family:Verdana;
    font-style: normal;
    font-weight:normal;
    color: #ffffff;
    line-height:1.5;
}


h7{ font-size: 12pt;
    font-family:Verdana;
    font-style: normal;
    font-weight:normal;
    color: #ffffff;
    line-height:1.5;
}

div.content{
    float: center; width: 1000px;
    padding: 80px;}

div#slideshow {
	width: 1000px; height: 650px; padding: 15px 0 0 12px;
	background: url(images/border.png);
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
}


div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: relative; top: 300px; z-index: 40;
}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 20px;
	}
	div#slideshow ul#nav li#next {
		float: right; margin: 0 20px 0 0;
	}
	div#slideshow ul#nav li a {
		display: block; width: 40px; height: 40px; text-indent: -9999px;
	}
		div#slideshow ul#nav li#prev a {
			background: url(images/prev.png);
		}
		div#slideshow ul#nav li#next a {
			background: url(images/next.png);
		}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}


