body {
text-align: center;
margin: 0;
padding: 0;
color: black;
font-family: arial;
font-size: 14px;
}

h3 {
	color: #b45544;
	margin: 0px;
	padding: 0px;
}

body a {
	color: #b45544;
}

body a:hover {
	color: #331834;
}

#container {
position: relative;
top: 30px;
left: 0px;
margin-left: auto;
margin-right: auto;
width: 815px; 
text-align: left;
}

.logo {
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	width: 815px;	
}

.maincontent {
	position: relative;
	top: 5px;
	left: 0px;
	float: left;
	width: 815px;
	display: block;
	border-top: 2px solid #b7363b;
	border-left: 1px solid #caccc9;
	border-bottom: 1px solid #caccc9;
	border-right: 1px solid #caccc9;
	
}

.amandapic  {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
		
}

.textarea  {
	position: relative;
	top: 25px;
	left: 20px;
	float: left;
	width: 380px;	
}

.links  {
	position: relative;
	top: 20px;
	left: 0px;
	float: left;
	width: 815px;	
}

.sonicbids {
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	width: 341px;
	height: 98px;
}

/* NAVIGATION */

ul#navbar  {
position: relative;
top: 10px;
left: 20px;
width: 410px;
height: 12px;
float: left;
}
ul#navbar ,
ul#navbar li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#navbar  li {
    display: inline;
}
ul#navbar li a {
    display: block;
    height: 12px;
    float: left;
    background: url('../Amanda-Abizaid-Images/navbar.gif');
    background-repeat: no-repeat;
    text-indent: -3000px;
	outline: none;
}
ul#navbar li.home a {
    width: 45px;
    background-position: 0px -17px;
}
ul#navbar li.bio a {
    width: 29px;
    background-position: -46px -17px;
}
ul#navbar li.music a {
    width: 48px;
    background-position: -75px -17px;
}
ul#navbar li.film a {
    width: 54px;
    background-position: -123px -17px;
}

ul#navbar li.press a {
    width: 41px;
    background-position: -177px -17px;
}

ul#navbar li.backstage a {
    width: 82px;
    background-position: -219px -17px;
}

ul#navbar li.fans a {
    width: 35px;
    background-position: -301px -17px;
}

ul#navbar li.contact a {
    width: 66px;
    background-position: -337px -17px;
}


/* hover state */

ul#navbar li.home a:hover {
    background-position: 0px 0px;
}
ul#navbar li.bio a:hover {
    background-position: -46px 0px;
}
ul#navbar li.music a:hover {
    background-position: -75px 0px;
}
ul#navbar li.film a:hover {
    background-position: -123px 0px;
}

ul#navbar  li.press a:hover {
    background-position: -177px 0px;
}

ul#navbar li.backstage a:hover {
    background-position: -219px 0px;
}

ul#navbar li.fans a:hover {
    background-position: -301px 0px;
}

ul#navbar li.contact a:hover {
    background-position: -337px 0px;
}

/* SPLASH PAGe */

.splashcontent {
	position: relative;
	top: 10px;
	left: 0px;
	width: 829px;
	float: left;	
}

.albumcover {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px;
	float: left;
	
}

.sidebar {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 34px;
	width: 217px;	
		float: left;
}

.footer {
	position: relative;
	top: 10px;
	left: 0px;
	width: 829px;
	float: left;
	text-align: center;
}

.footer h1 a{
	color: #b45545;
}

.footer h1 a:hover{
	color: black;
}