/* @override http://www.jackieanddavemusic.com/css/master.css */

body {
	background: #000 url(../images/background.jpg) center center;
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	width: 800px;
	position: relative;
	margin: 50px auto;
}

#pictureOne {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#pictureTwo {
	float: left;
	clear: right;
	margin-bottom: 20px;
}

#pictureThree {
	float: left;
	clear: left;
	margin-right: 20px;
}

.imageHolder {
	border: 1px solid white;
}

#content {
	float: left;
	width: 500px;
	margin-bottom: 50px;
}

#content h1 {
	margin: 0;
	font-weight: normal;
	text-transform: lowercase;
}

#content p {
	font-size: .9em;
	line-height: 1.4em;
}

#content a {
	color: #c9bcad;
	text-decoration: none;
}