body {
	margin: 0;
	background-image: url("/img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top; 
	font-size: 100%;	
}

a img {
	border: 0;
}

ul {
	padding: 0;
	list-style-type: none;	
}

li {
	margin: 0;
	display: inline;	
}

#wrapper {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}

#nav {
	margin: /*173+15*/ 188px 0 15px 0;
}

#nav li {
	padding: 2px 9px 0 14px;
	background: url("/img/nav_sep.jpg") no-repeat;	
	text-transform: lowercase;
}

#nav li:first-child {
	padding-left: 0;
	background: none;
	text-transform: uppercase;	
}

#nav li a {
	font-family: "lucida grande", arial, verdana;	
	font-size: 120%;
	color: #090909;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#content {
	margin-bottom: 40px;
	font-family: arial, verdana;		
}

#content h1 {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #090909;
}

#content h1 span {
	font-weight: normal;
	font-size: 90%;
	color: #ccc;	
}

#content p {
	font-size: 100%;
	line-height: 1.3;
	color: #090909;
	text-align: justify;	
}

#content p.quote {
	margin-left: 40px;
	font-style: italic;
}

#content p a {
	color: #090909;
}

#content > img {
	float: right;
	margin: 4px 0 20px 20px;
	border: 1px solid #7d7d7d;
}

#content h2 {
	font-size: 120%;
	font-weight: normal;
	color: #090909;
}

#content h3 {
	font-size: 100%;	
	font-weight: normal;
	text-transform: uppercase;
}

#content h3 a {
	color: #090909;
}

#content ul li {
	margin-bottom: 40px;
}

#content ul.thumbs li {
	display: table;
	float: left;
	text-align: center;
	width: 182px;
	height: 152px;	
	margin: 0 15px 15px 0;
	padding: 0;
	background: #F9F7ED;
}

#content ul.thumbs li div {
	display: table-cell;
	vertical-align: middle;
}

ul.albums li {
	display: block;
	padding: 15px 0 15px 0;
	border-top: 1px solid #eee;
}

ul.albums li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.albums li a {
	display: block;
	float: left;
	margin-right: 15px;
        color: #090909;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

ul.albums li a:first-child {
	width: 178px;
	text-align: center;
	padding: 2px;
	background: #F9F7ED;
}	

ul.albums li span {
	display: block;
	margin-top: -10px;
	font-size: 12px;
	color: #ccc;
}

ul.album li {
        display: block;
}

ul.album li a {
        display: block;
        float: left;
        width: 180px;
	height: 150px;
        text-align: center;
        padding: 2px;
        background: #F9F7ED;
	margin: 0 10px 10px 0;	
}

