@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/homepage7.jpg);
	background-repeat: no-repeat;
}



#fakeframe
{
	position: absolute;
	background:#333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#bddfe7;
	display: block;
	margin-left:390px;
	margin-top:180px;
	width: 400px;
	height: 400px;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	overflow: auto;
	left: 9px;
	top: 14px;

}


	#nav	{
		position: absolute;
		margin-top:180px;
		padding: 0;
		list-style-type:none;
		width: 220px;
	}

#nav ul	{
	list-style: none;
	margin-left: 15px;
	padding: 0px;
}


#nav li a:link, #nav li a:visited	{
	display: block;
	padding: 0.2em 0 0.2em 0.3em;
	text-decoration: none;
}

#albumlist	{
	list-style-type:none;
}

#albumlist li	{
	float: left;
	margin-right:10px;
	margin-bottom:25px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	
}
#albumlist img	{
	display: block;
}

#footer	{
	font-size: 80%;
	padding-top: 70em;
	text-align:left;
	background-color: transparent;
	clear:both;
	color:#bddfe7;
}