html, body {
	paddding:0px;
	margin:0px;
}

#album-container {
	width:998px;
	margin: auto;
	background-color: #000000;
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	height: 440px;
}

#container-left {
	width:150px;
	height: 440px;
	float: left;
}

#container-left a:hover {
	color: #FFFFCC;
}

#nav-top {
	width:150px;
	height:50px;
	float:left;
}

#nav-menu {
	width:138;
	height:27;
	margin: 0px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Verdana;
	padding-top: 10px;
}

#container-middle {
	width:780px;
	height:440px;
	margin:auto;
	float: left;
}

#album-header {
	width:780px;
	height:50px;
	text-align: center;
}

#header1 {
	width:200px;
	height:50px;
	float: left;
}

#header2 {
	width:380px;
	height:30px;
	float: left;
	padding-top: 20px;
}

#header-caption {
	font-size: 18px;
}

#header3 {
	width:200px;
	height:20px;
	float: left;
	font-size: 10px;
	padding-top: 30px;
}

#header3 a:hover {
	color: #FFFFCC;
}

#row1 {
	width:780px;
	height:130;
}

#thumbnails {
	width:112px;
	height:112px;
	float: left;
	border: 0px solid #666666;
	padding-top: 15px;
	padding-left: 15px;
	margin: 1px;
}
#row2 {
	width:780px;
	height:130;
}
#row3 {
	width:780px;
	height:130;
}

#container-right {
	width:68px;
	height:440px;
	float: left;
}
a:link {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
