* {
	margin: 0;
	padding: 0;
}

body {
	color: #444444;
	line-height: 18px;
	/* text-align: center; */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	text-align: left;
	padding-left: 32px;
	/* margin: 40px auto; */
	margin: 40px 0;
	padding-bottom: 40px;
	width: 940px;
}

#about, #travelPics, #musicPics{
    width: 260px;
    float: left;
    margin-right: 80px;
}

#musicPics {
    margin-right: 0px;
}

h2 {
	width: 260px;
	height: 58px;
	overflow: hidden;
	margin-bottom: 25px;
	text-indent: -9999px;
}

#about h2 {
	background-repeat: no-repeat;
	background-image: url(../img/hey_there.png);
}

#travelPics h2 {
	background-repeat: no-repeat;
	background-image: url(../img/travel.png);
}

#musicPics h2 {
	background-repeat: no-repeat;
	background-image: url(../img/music.png);
}

a {
	border-bottom: 1px dotted #111;
	text-decoration: none;
	color: #111; /* dark grey */
	outline: none;
}

a:hover {
	border-bottom: 1px solid #ff6616;
	text-decoration: none;
	color: #FD8900; /* orange */
}

a.visited {
	text-decoration: line-through;
}

a.imagelink {
	border: none;
}

a.imagelink img {
	border: none;
}

ul.photos {
	list-style-type: none;
}

ul.photos li {
	margin-bottom: 18px;
}


ul.photos a.imagelink {
	border: none;
	width: 260px;
    height: 108px;
	display: block;
	overflow: hidden;
}

ul.photos a.imagelink img {
	border: none;
	background-color: #eee; /* light grey */
    width: 260px;
    height: 108px;
}

ul.photos p {
	font-size: 11px;
	line-height: 14px;
	color: 666px; /* medium grey */
	padding-top: 5px;
}

ul.photos p a {
	border: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

