html, body {
	margin:0;
	padding:0;
	background-color: #000000;
}

/* ----------------------------------- Main page layout -------------------------------- */
#container_main {
	width:1120px;
	margin:auto;
	text-align:left;
	background-image: url(images/floor2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#container_main_shell {
	width:1120px;
	margin:auto;
	text-align:left;
	background-image: url(rotate/rotate.php);
}

#head {
	height:84px;
	border: 0;
	text-align:center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#left {
	display:inline;
	border: 0;
	padding:15px;
	width:215px;
	float:left;
	margin:0px;
	margin-left:0;
}

#center {
	display:inline;
	border: 0;
	padding:0px;
	width:690px;
	float:left;
	margin:0px;

}

#right {
	display:inline;
	border: 0;
	padding:0px;
	width:165px;
	float:right;
	margin:0px;
	margin-right:0;
}

#foot {
	border: 0;
	margin: 0 0 10px 0;
	clear:both;
	padding:5px;
	height:100px;
	text-align:center;
}
/* ------------------ Main page Navigationlayout ------------------------- */

#calendar {
	text-align: center;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 15px;
}

.ring {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/ring_back.png);
	background-repeat: no-repeat;
}


/* ----------------------------------- Bio page layout -------------------------------- */

#container_bio {
	width:1120px;
	margin:auto;
	text-align:left;
	background-image: url(images/desk.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#head_bio {
	height:20px;
	border: 0;
	padding:0px;
	margin:0px;
	text-align:center;
}

#left_bio {
	display:inline;
	border: 0;
	padding:0px;
	width:240px;
	float:left;
	margin-left:0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#center_bio {
	display:inline;
	border: 0;
	width:765px;
	float:left;
}

.biotext {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	background-image: url(images/paper.png);
	background-repeat: repeat;
	width: 516px;
	padding: 20px;
	margin-left: 103px;
}

#right_bio {
	display:inline;
	border: 0;
	padding:0px;
	width:125px;
	float:right;
	margin:0px;
	margin-right:0;
}

#foot_bio {
	border: 0;
	margin: 0px;
	clear:both;
	padding:0px;
	height:100px;
	text-align:center;
}

#stamps {
	border: 0;
	background-image: url(images/frame_stamps_vert.png);
	background-repeat: no-repeat;
	padding-bottom: 55px;
	padding-top: 30px;
	padding-left: 12px;
}


/* ----------------------------------- Welcome page layout -------------------------------- */


#centerwarning {
	border: 0;
	width:725px;
	background-image: url(images/frame_index.png);
	text-align: center;
	margin-left: 180px;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 100px;
	padding-left: 40px;
}

#title_warning {
	padding-bottom: 10px;	
}


#foot p {
	margin:0;
}

ul.invs {
	list-style:none;
	margin:0;
	padding:0;
}

#container2 {
	margin:5px;
	width:750px;
	margin:auto;
	text-align:center;
}


/* ----------------------------------- Secondary page layout -------------------------------- */
#container3 {
	margin:5px;
	width:980px;
	margin:auto;
	text-align:center;
}

#top {
	height:90px;
	border: 0;
	padding:5px;
	margin:5px 0 0 0;
	text-align:center;
}

#middle {
	display:inline;
	border: 0;
	padding:5px;
	width:980px;
	float:left;
	margin:5px 0 5px 0;
}

#bottom {
	border: 0;
	margin: 0 0 10px 0;
	clear:both;
	padding:5px;
	height:100px;
	text-align:center;
}

/* ----------------------------- Navigation buttons --------------------------------*/

a.button {
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid white;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid white;
	text-align: center;
	height: 30px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	min-width: 150px;
}
a.button:link { 
	background-image: url(images/brass.png);
	color: #000;
	text-decoration: none;
}
a.button:visited {
	background-image: url(images/brass.png);
	color: #000;
	text-decoration: none;
}
a.button:hover {
	background-image: url(images/brass.png);
	color: #000;
	border-color: black white white black;
	text-decoration: none;
}
a.button:active {
	background-image: url(images/brass.png);
	color: #000;
	text-decoration: none;
}
#buttoncenter {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* ----------------------------- Vertical Navigation bar formatting --------------------------- */

#menu ul {
	margin: 0;
	background-image: url(images/frame_nav_vert.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 25px;
}

#menu li {
	list-style-type: none;
}

#menu a {
	display: block;
	width: 145px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CECEFF;
	text-align: center;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-size: 18px;
	background-image: url(images/brass.png);
	font-style: italic;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#menu a:link, .menu a:visited {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 2px solid #4a4a4a;
}

#menu a:hover {
	border-bottom: 1px solid #cecece;
	border-top: 2px solid #4a4a4a;
	border-right: 1px solid #cecece;
	border-left: 2px solid #4a4a4a;
}

/* -------------------------------- Horizontal Navigation bar formatting --------------------------- */

#menu1 ul {
	width: 80%;
	height: 30px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
}

#menu1 li {
    float: left;
	list-style-type: none;
}

#menu1 a {
	display: block;
	width: 145px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CECEFF;
	text-align: center;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	font-size: 18px;
	background-image: url(images/brass.png);
	font-style: italic;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#menu1 a:link, .menu1 a:visited {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 2px solid #4a4a4a;
}

#menu1 a:hover {
	border-bottom: 1px solid #cecece;
	border-top: 2px solid #4a4a4a;
	border-right: 1px solid #cecece;
	border-left: 2px solid #4a4a4a;
}


/* -------------------------------- Bookshelf table formatting ------------------------- */

table.bc_shell {
	width: 690px;
}

table.bc_topshelf {
	background-image: url(images/spbc_top.png);
	background-repeat: no-repeat;
	height: 383px;
	width: 690px;
	border: none;
}

table.bc_shelf {
	
	background-image: url(images/spbc_middle.png);
	background-repeat: no-repeat;
	width: 690px;
	height: 266px;
	border: none;
}

table.bc_small {
	background-image: url(images/spbc_small.png);
	background-repeat: no-repeat;
	width: 690px;
	height: 235px;
	margin-left: 0px;
}

table.bc_bottom {
	background-image: url(images/spbc_bottom_test.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 690px;
}

td.title {
	padding-bottom: 10px;
	text-align: center;
}

/* ------------------------------------  Rollover effect ------------------------------------- */
.booklarge {
	z-index: 0;
	width: 150px;
	height: 225px;
	position: relative;
}

.booklarge img {
	z-index: 1;
	border: 0;
}

.booklarge span {
	display: none;
	text-align: left;
}

.booklarge:hover span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(images/paper.png);
	text-decoration: none;
}

.booksmall {
  z-index: 0;
  width: 120px;
  height: 183px;
  position: relative;
}

.booksmall img {
	z-index: 1;
	border: 0;
}

.booksmall span {
	display: none;
	text-align: left;
}

.booksmall:hover span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFFF;
	background-image: url(images/paper.png);
	text-decoration: none;
}

/* -------------------------------- Right Link buttons --------------------------------- */
ul#links {
	height: 500px;
	width: 165px;
	border-width: 0;
	margin-left: 0;
	padding-left: 20px;
	white-space: nowrap;
	background-image: url(images/right_back.png);
	background-repeat: no-repeat;
	padding-top: 30px;
}

#links li{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a#yahoo img {
	background-image: url(images/fwyahoo.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
}

a#speech img {
	background-image: url(images/br.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
}

a#support img {
	background-image: url(images/support.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
}

a#pinkrbn img {
	background-image: url(images/pinkrbn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
}

a#firefox img {
	background-image: url(images/firefox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
}

a#yahoo:hover img {
	background-image: url(images/fwyahoor.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a#speech:hover img {
	background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a#support:hover img {
	background-image: url(images/supportr.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a#pinkrbn:hover img {
	background-image: url(images/pinkrbnr.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a#firefox:hover img {
	background-image: url(images/firefoxr.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

