@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #000000;
	margin:0;
	padding:0;
	line-height:15px;	
	letter-spacing:1px;	
}

h1 {
	
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:33px;
	color:#454545;

}

p {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#828282;
	text-align:justify;

	
}


#wrapper {
	width: 1020px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #top {
	float: left;
	height: 20px;
	width: 1020px;
}
#wrapper #content {
	clear: both;
	float: left;
	height: auto;
	width: 1020px;
}
#wrapper #footer {
	clear: both;
	float: left;
	height: auto;
	width: 1020px;
}
img#enzelogo {
	float: left;
	height: 79px;
	width: 237px;
}



#footer ul {
	display: block;
	float: right;
	height: auto;
	width: 500px;
	margin-top: 35px;
}
#footer a {
	text-decoration: none;
	height: 27px;
	display: block;
}

#footer span {
	visibility:hidden;
}
#footer ul li {
	display: block;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
li#home_nav {
	background-image: url(images/home.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 27px;
	width: 54px;
}
li#about_nav {
	background-image: url(images/about.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 27px;
	width: 60px;
}
li#collection_nav {
	background-image: url(images/collection.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 27px;
	width: 86px;
}
li#multimedia_nav {
	background-image: url(images/multimedia.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 27px;
	width: 92px;
}
li#contact_nav {
	background-image: url(images/contact.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 27px;
	width: 71px;
}

.subnav {
	width: 100%;
}
.subnav_links {
	height: 25px;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 8px;
	font-size: 1em;
	color: #b9b9b9;
	text-align: center;
	line-height:12px;
	float:left;
}