/*LAYOUT-----------------*/

body{
	text-align:justify;
	color:#22317d;
	background: #ffdace;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino","Times",serif;
	font-weight:normal;
	font-size: 12px;
}

#main-container{
	width: 1024px;
	margin:auto;
	position: relative;
}

#content-rectangle{
	width: 500px;
	position: absolute;
	top:0px;
	left:200px;
	background:white;
	background-repeat: no-repeat;
	padding:15px;
}

#nav{
	position: absolute;
	top:20px;
	left: 25px;
}

#bottom{
	position: relative;	
}

#nav a{
	display: block;
	margin-bottom: 20px;
}
#sarah{
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
}
#sub-nav{
	position: absolute;
	top:250px;
	left: 50px;
}

#sub-nav > a{
	color: white;
	text-decoration: none;
	font-size: 14px;
}


/*FONTS----------------*/

h2{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
}

h3{
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

h4,p{
	font-size: 13px;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
}

p{
	margin-bottom: 7px;
}

#wave{	
	position: absolute;
	top:15px;
	left: 15px;
}
#right{
	position: absolute;
	top:10px;
	left:15px;
	width: 490px;
	height: 350px;
}
img{
 border:none;
}

a{

	color:#54949a;
}

.thumb {
	margin:10px;
	float:left;
}

.album-art{
	margin: 20px;
	display: inline-block;
}

table{
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	border:1px solid #EEE;
	padding: 10px;
	width: 300px;
}

th{
padding-bottom: 15px;
}
td:last-child{
text-align: right;
}


