* {
margin: 0px;
padding: 0px;
}

html { height: 100%; width: 100%;}

body {
	height: 100%;
	width: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #f0f0f0;
	position: absolute;
}

#container {
	position: relative;
	min-height: 100%;
}

.sectionHeader {
	line-height: 46px;
	font-size: 24px;
	color: white;
	border-bottom-color: #878787;
	border-bottom-width: thin;
	border-bottom-style: solid;
	height: 48px;
	width: 100%;
	display: block;
	text-decoration: none;
	text-indent: 15%;
	background-repeat: repeat-x;
}

#aboutMe {
	background-image: url(images/png/aboutMeBackground.png);
	background-color: #869fd9;
}

#portfolio {
	background-color: #99c4ba;
	background-image: url(images/png/portfolioBackground.png);
}

#blog {
	background-color: #526b7f;
	background-image: url(images/png/blogBackground.png);
}

	.title {
	color: #464646;
	}

	#sideBar {
	float: right;
	color: #1e1e1e;
	}

	#sideBar a {
	color: #1e1e1e;
	}
	
	#sideBar ul {
	list-style: none;
	width: 160px;
	}
	
.postContainer {
	margin-bottom: 44px;
}

#contentHolder {
	padding-right: 15%;
	padding-left: 15%;
}

#contentHolder h1 {
	color: #333333;
	padding-top: 12px;
}

#contentHolder img {
	margin-bottom: 0px;
	margin-top: 15px;
}

.centre {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.floatLeft {
	float: left;
	margin-right: 6px;
}

#contentHolder p {
	color: #1e1e1e;
	line-height: 19px;
	font-size: 14px;
	padding-top: 12px;
}

#bottomSection {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#lastfm {
	float: right;
}

#lastfm ol {
	list-style: none;
}