/* zero */
* {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	text-align: center;
	font: 80%/150% Arial, Helvetica, sans-serif;
	background: #222;
	margin: 30px 0;
	color: #aaa;
}

a {
	color: #bbb;
}

hr {
	border-top: 1px dashed #777;
	clear: both;
	margin-bottom: 1em;
}

h1, h2, h3 {
	margin-bottom: .1em;
	color: #999;
	letter-spacing: -.05em;
}



#wrap {
	width: 815px;
	margin: 0 auto;
	position: relative;
}

#con {
	position: relative;
	margin: 15px 0;
}

#footer {
	margin: 1em 0;
	font-size: .9em;
	color: #999;
}

#footer a {
	color: #bbb;
}
#footer a:hover {
	color: #fff;
}


/*----nav ----*/

#nav {
	border-top: 1px dashed #777;
	border-bottom: 1px dashed #777;
	list-style: none;
	height: 30px;
	overflow: hidden;
}


#nav li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}


#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/:30px; /*for IE5/Win only */
}
#nav a:hover, #nav a:active, #nav a.current {
	background-position: 0 -30px;
}

#books a { 
	width: 57px;
	background: url(../i/b/books.gif) top left no-repeat; 
}
#clothing a { 
	width: 77px;
	background: url(../i/b/clothing.gif) top left no-repeat; 
}
#illustration a { 
	width: 103px;
	background: url(../i/b/illustration.gif) top left no-repeat; 
}
#info a { 
	width: 101px;
	background: url(../i/b/info.gif) top left no-repeat; 
}
#logos a { 
	width: 156px;
	background: url(../i/b/logos.gif) top left no-repeat; 
}
#music a { 
	width: 128px;
	background: url(../i/b/music.gif) top left no-repeat; 
}
#new a { 
	width: 76px;
	background: url(../i/b/new.gif) top left no-repeat; 
}
#posters a { 
	width: 117px;
	background: url(../i/b/posters.gif) top left no-repeat; 
}




/*----- content -------*/

#con p, a.newwk img {
	margin: 0 0 25px 0;
	border: 15px solid #777;
	padding: 0;
	background: #fff;
	display: inline;
}

#con p {
	display: block;
}

a.newwk img {
	background: #bbb;
}

#con img {
}

a.newwk {
	float: left;
	display: inline;
}
a.newwk:hover {
	border-color: #888;
}

a.l {
	margin-right: 25px;
}

a.newwk img {
	opacity: 0.6;
	-moz-opacity: 0.6;
}
a.newwk:hover img {
	opacity: 0.99;
	-moz-opacity: 0.99;
	
}
div#con.logo {
	border: 15px solid #777;
	padding-bottom: 0;
	background: #fff;
}
div#con.logo p {
	border-width: 0;
	border-bottom: 1px dashed #777;
	margin-bottom: 0;
}

p.end {
	margin: 1em 0;
	color: #bbb;

}

div#con.normal {
	text-align: left;
}
div#con.normal p, div#con.normal ul, form {
	border: 0;
	background: none;
	margin-bottom: 1em;
}
#con ul {
	padding-left: 2em;
}



/*-----forms----*/

input, textarea {
	background: #ccc;
	width: 250px;
}
input:focus, textarea:focus {
	background: #fff;
}
input.but {
	width: auto;
	font: 1em/100% arial, helvetica, verdana, sans-serif;
	padding: 2px;
}
