body {
	margin:0px;
	padding:0px;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#F5F5E7;
	height:100%;
	font-family:arial, sans-serif;
	font-size:14px;
}

p {
	text-align:left;
}

ul {
	text-align:left;
}

img {
	border-style:none;
}

h2 {
	text-align:center;
}

/* Layout */

#container {
	width:800px;
	background-color:#423c32;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin: auto;
}

#header {
	width:800px;
	height:100px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#links {
	width:800px;
	height:55px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;

}

#content {
	width:800px;
	min-height:100%;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#intro {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#968971;
	padding:14px;
	text-align:center;
}

#footer {
	width:800px;
	height:16px;
	background-color:#968971;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	text-align:center;
}

/* Per-Page Layouts */

.album {
	border-style:solid;
	border-width:1px;
	width:780px;
	height:209px;
	margin:9px;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#F5F5E7;
}
.cover {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	width:200px;
	height:200px;
	margin-top:4px;
	margin-left:4px;
	margin-right:8px;
	float:left;
}

.desc {
	float:left;
	width:540px;
}

