#wrapper {
	background-image: url('../images/albumBackground.jpg');
	background-repeat: repeat-y;
	
}

#container {
	width: 630px;
}

#content {
	margin: 0 auto;
	width: 600px;
}

#headerSmall {
	width: 360px;
	position: relative;
	/*margin-top: -10px;*/
	float: right;
	z-index: 10;
}

#feed_title {
	font-family: Georgia, Palatino, Palatino Linotype, serif;
	font-size: 1.1em;
	/*margin: 15px 0 15px 0;*/
	text-align:left; 
	color: #9ac920; 
	font-weight: bold;
	z-index: 20;
	/*width: 600px;*/
	color: #9AC920;
}

#slideshow {
	background-image: url('../images/albumTabBG.jpg');
	background-repeat: repeat-y;
	background-position: right;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	margin-bottom: 16px;
}

#mainLink {
	display: block;
	float: left;
}

.clear {
	clear: both;	
}

.textLink {
	margin-bottom: 2px;
}
