html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background: url("images/2x2_bg.jpg");
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*----------------------------------CONTENT------------------------------------*/

#header {
	width: 933px;
	height: 161px;
	margin: 0 auto;
	float: right;
	background: url(images/header.jpg) no-repeat left top;
}
#container {
	width: 933px;
	margin-left: -466px;
	position: relative;
	left: 50%;
}
#container p {
	color: #CBB2C6;
	padding: 20px 190px 0px 470px;
}
#excerpts p {
	padding: 0px 190px 0px 170px;
}
#excerpts .title {
	padding: 0px 10px 0px 164px;
}
#excerpts .divider {
	padding: 0px 0px 0px 164px;
}
#excerpts .permission {
	padding: 0px 190px 0px 170px;
	color: #6A4A64;
	font-size: 9px;
}
#study_photo {
	margin-top: -20px;
	padding: 0px 0px 0px 184px;
}
#medialist p {
	padding: 0px 190px 0px 170px;
}
#medialist .divider {
	padding: 0px 0px 0px 164px;
}
#medialist a {
	font-weight: normal;
	margin: 18px 0px 0px 22px;
}
#medialist a:hover {
	text-decoration: underline;
	color: #FCD427;
}
#email_photo {
	float: left;
	padding: 0px 0px 30px 100px;
}
#bio_photo {
	float: left;
	padding: 0px 0px 0px 50px;
}
#book_photo {
	float: left;
	padding: 0px 0px 0px 10px;
}
#shoes {
	float: left;
	width: 933px;
	height: 121px;
	margin: 10px 0px 0px 0px;
	background: url(images/shoes.jpg) no-repeat left top;
}
#copyright {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6A4A64;
	text-transform: uppercase;
	letter-spacing: 1pt;
	text-align: center;
	margin: 0px 0px 20px 0px;
	width: 933px;
}
a {
	font-weight: bold;
	letter-spacing: 1pt;
	text-decoration: none;
	color: #CBB2C6;
}

a:hover {
	text-decoration: underline;
	color: #FCD427;
}

/*----------------------------------MENU------------------------------------*/

#menu {
	margin: 0px 20px 0px 0px;
	list-style: none;
	display: block;
	padding: 0px;
	float: left;
}
#menu a {
	clear: left;
	height: 33px;
	width: 109px;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
}

/*----------------------------------------------*/

#home_on {
  background-image: url(images/home_on.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#home a {
  background-image: url(images/home.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#home a:hover {
  background-position: right bottom;
}

/*----------------------------------------------*/

#excerpts_on {
  background-image: url(images/excerpts_on.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#excerpts a {
  background-image: url(images/excerpts.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#excerpts a:hover {
  background-position: right bottom;
}

/*----------------------------------------------*/

#study_on {
  background-image: url(images/study_on.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#study a {
  background-image: url(images/study.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#study a:hover {
  background-position: right bottom;
}

/*----------------------------------------------*/

#media_on {
  background-image: url(images/media_on.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#media a {
  background-image: url(images/media.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#media a:hover {
  background-position: right bottom;
}

/*----------------------------------------------*/

#bio_on {
  background-image: url(images/bio_on.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#bio a {
  background-image: url(images/bio.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#bio a:hover {
  background-position: right bottom;
}

/*----------------------------------------------*/

#contact_on {
  background-image: url(images/contact_on.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#contact a {
  background-image: url(images/contact.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 86px;
  height: 19px;
  margin: 18px 0px 0px 22px;
}
#contact a:hover {
  background-position: right bottom;
}

/*--------------------------------------------------------------------------*/

#amazon a {
  background-image: url(images/amazon.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  display: block;
  width: 187px;
  height: 19px;
  margin: 70px 0px 0px 0px;
  padding: 0px 0px 0px 464px;
}
#amazon a:hover {
  background-position: right bottom;
}

/*-----------------------------------CONTACT--------------------------------*/


