/* -----------------------------------------------------------------------

   Laysick CustomLab CSS 0.1
   Paul Bellamy, Bellamystudio
----------------------------------------------------------------------- */


body {
	margin:0;
	padding:0
}
#header {
	margin-left:-20px
}
#nav {
	margin:30px 0;
	text-transform:uppercase;
	color:#666;
}
#nav #latest {
	border-left:2px solid #8c8c8f;
	padding:3px 0 3px 10px
}
#nav .current {
	font-weight:bold;
	font-size:110%
}
a {	color:#b8b8bb;
	text-decoration:none
}
a:hover {
	color:#666
}
#contact {
	text-align:right
}
#footer {
	margin-top:30px;
	color:#999
}
.border {
	border-left:2px solid #8c8c8f;
	padding-left:38px
}
.details, .caps {
	text-transform:uppercase;
	margin-bottom:10px
}
.details span {
	color:#b8b8bb
}
.description{
	margin-top:10px
}
.browseimage, .listimage, .mainimage {
	display:block;
	border-left:2px solid #8c8c8f;
	overflow:hidden;
	margin-bottom:10px
}
.browseimage {
	width:440px
}
.listimage, .listimage img {
	height:250px
}
.listimage, .mainimage {
	width:950px
}

