html {
	background : #000 url(../img/background.png) top center no-repeat;
}

body {
	width : 891px;
	color : #fff;
	font-family : verdana, arial, tahoma;
	margin : 0 auto;
	line-height : 1.2em;
	font-size : 100%;
}

ul, li {
	list-style: none; 
	list-style-image: none; 
	list-style-position: outside;
}
	
li {
	float : left;
}



a, a:hover, a:visited {
	color : #eee;
	text-decoration : none;
}

#photoset-large {
	margin-top : 20px;
}

#photoset-large .photo {
	height : 330px;
	width : 292px;
	text-align : center;
	
}

#photoset-large .photo img {
	border: 1px solid #fff;
	background:transparent url(../img/bg-trans.png) repeat scroll 0 0;
	padding : 15px;
}

.photo {
	padding : 0 2px;
}

.photo a, .photo a:hover, .photo a:visited {
	color : #000;
}

img.pic {
	display : block;
	margin-left : auto;
	margin-right : auto;
}

#menu {
	background: transparent url(../img/bg-trans.png) repeat scroll 0 0;
	height : 30px;
	font-size : 13px;
}

#menu li a {
	display : inline-block;
	padding : 5px 10px;
}


#menu li a:hover {
	background : #555;
}

#menu li.right {
	float : right;
}

#menu li.right-divider {
	border-right : 1px solid #eee;
}

#menu li.left-divider {
	border-left : 1px solid #eee;
}

#menu li.right a {
	border : none;
}

.photoset {
	display : block;
	clear : both;
	margin : 20px auto;
}

.photoset img {
	margin-left : auto;
	margin-right : auto;
	border : 1px solid #333;
}

h1, h2, h3 {
	text-align : center;
}

.conceal {
	display : none;
}

.title {
	padding : 10px 0;
}

#hd h2 {
	text-align : left;	
	font-size : 23px;
	line-height : 40px;
}

#ft {
	clear : both;
	margin : 10x 0;	
}

.copyright {
	text-align : center;
	margin-top : 50px;
	font-style : italic;
	font-size : 12px;
}

#page-numbers {
	text-align : center;
}

#page-numbers a {
	display : inline-block;
	background: transparent url(../img/bg-trans.png) repeat scroll 0 0;
	height : 20px;
	min-width : 25px;
	padding : 0 5px;
	border : 1px solid #333;
	margin : 0 2px;
	font-size : 80%;
}

#page-numbers a.current-page, #page-numbers a.disabled {
	/*background : #444;*/
	font-weight : bold;
	color : #ddd;
}

#superbox a {
	color : #000;
	cursor : pointer;
	padding : 0 10px;

}

#superbox p.close {
	display : inline-block;
	float : right;
}


li.photo {
	list-style-position: outside;
}

ul h3 {
	font-size : 20px;
	line-height : 18px;
	padding-bottom : 40px;
}
	
