/* Content */

#content {
	width: 750px;
	background: none;
	min-height: 300px;
	margin: 0 auto;
}

.contentColumn {
	width: 240px;
	float: left;
	padding: 5px;
	margin: 15px 0 0 0;
}

.contentColumn h1 {
	font: 25px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.contentColumn a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Albums */

.album {
	width: 500px;
	float: left;
	padding: 5px;
	margin: 15px 0 0 0;
}

.album a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.album a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.postOrder {
	margin: 15px 0 0 10px;
	width: 220px;
	float: left;
}

.postOrder h1 {
	font: 25px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.postOrder p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.postOrder a:link, .postOrder a:hover, .postOrder a:visited, .postOrder a:active {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: underline;
}