@charset "UTF-8";
body {
	margin: 0;
	background-color: #fff;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666633;
}

.nav ul {
	margin:0;
	padding:0 0 7px 0;
	list-style:none;
	color:#000000;
	border-bottom:dotted 1px #666633;
}

.nav li {
	display:inline;
}

a:link {
	background:#34e8bc;
	color:#000000;
	text-decoration:none;
	}
	
a:hover {
	background:#666633;
	color:#000000;
	}

a:visited {
	background:#34e8bc;
	color:#000000;
	text-decoration:none;
	}

h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:14px;
	}

.main {
	margin-left: auto; 
	margin-right: auto;
	width: 760px;
	text-align:left
}

.logo {
	margin: 15px 0 25px 0;
	}

.albumholder {
	border-bottom: dotted 1px #666633;
	padding: 10px 0;
	}
	
.albumholder ul {
	margin:0;
	padding:10px 0 7px 0;
	list-style:none;
}

.albumholder li {
	padding: 0 0 5px 0;
	}

.albumholder .clearfix
 {
 /* Hide from IE-mac \*
height: 1px;
/* End hide from IE-mac */
 }

.album {
	background-color:#666633;
	margin: 0 30px 0 0;
	padding:5px;
	float:left;
	}

.albumcontent {
	margin:0;
	padding:0;
	line-height:16px;
		}

.footer {
	padding:10px 0;
	margin:0;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */