@charset "utf-8";
/* CSS Document */

/* Normalizes margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers*/
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists*/
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists*/
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img*/
fieldset,img { border : 0; }

/* Left-aligns text in caption and th*/
caption,th { text-align : left; }

/* Removes quotation marks from q*/
q:before, q:after { content :''; }

html#albumlist 	{
	text-align : center;  
}

html#albumlist body { 
	position : relative; 
	width : 152px; 
	margin : 1px auto; 
	text-align : left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
}


a {
	text-decoration:none;
		color:#666666;

}

html#albumlist li#firstalbum {
	text-align : center;  
	margin-bottom:5px;
}

html#albumlist li#firstalbum img {
	width:152px;
	height:152px;
}

html#albumlist li#firstalbum a {
	color:#666666;
}

body#albumlist li.additionalalbum a {
	color:#666666;
}

html#albumlist li.additionalalbum {
	padding-left:5px;
}

html#albumlist li.morealbums a {
	color:#FF6600;
	font-weight:bold;
	padding-left:15px;
}

html#albumlist { 
	position : relative; 
	width : 152px; 
	margin : 1px auto; 
	text-align : left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
}


html#photolist  {
	position : relative; 
	text-align : left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
}

html#photolist div.photoitem {
	margin:15px;
	width:144px;
	height:144px;
	float:left;
}

html#photolist div.photoitem a {
	text-align:center;
}

html#photolist span.description {
	width:144px;
	display:block;
	text-align:center;
}

html#photolist img {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
padding:7px;
}

