body {
	background-color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
}

p {
	text-align: center;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
	
a:link {color: #666666}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #999999}   /* mouse over link */
a:active {color: #666666}   /* selected link */

#header {
	background-color: #000000;
	width: 100%;
	height: 70px;
	background-image: url(../images/leodjphoto-logo.gif);	
	background-repeat: no-repeat;
	background-position: 1em 1em;
	z-index:1;
}
	
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 180px;
	height: 490px;		
	background-color: #000000;
	padding: 0;
	width: 100%;
	z-index:1;
}

#navigation {
	position: absolute;
	top: 80px;
	left: 0px;
	padding-top: 200px;
	width: 180px;
	z-index:1;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 0px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation li.top {
	border-top: 0px;
}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #000000;
	border-right: 0px;
	background-color: transparent;
	color: #999999;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #333333;
	color: #999999;
}
#navigation ul.subnav {
	margin-left: 20px;
}
#navigation ul.subnav li {
	border-bottom: 0px;
	width: 168px;
}
#navigation ul.subnav li.top {
	border-top: 0px;
}
#navigation ul.subnav li.bottom {
	border-bottom: 0;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: transparent;
	color: #666666;
}
#navigation ul.subnav a:hover {
	background-color: #333333;
	color: #999999;
}

#contact {
	background-color: #000000;
	width: 100%;
	height: 20px;		
	z-index:2;
}
	
#footer {
	background-color: #000000;
	width: 100%;
	height: 20px;
	font-size: 10px;		
	z-index:3;
}

