﻿html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fffcd6;
}

a { outline:none; -moz-outline:none; }

a img { border:none; }

#main { 
	width: 800px; 
	background: #fffcd6 url(beigepagebg.gif) repeat-y center top; 
	margin: 0 auto 0; 
	position:relative;
}
#main .padder { 
	padding:0px 40px 10px; 
	margin-top:20px; 
}

* html #bgbottom { 
	padding-top:10px; 
}
#bgbottom { 
	width:800px; 
	background:url(beigebottomcap.gif) no-repeat 50% 100%; 
	margin: 0 auto 0 auto; 
	padding:0; 
}

#bgtop { 
	width:800px; 
	background:url(beigetopcap.gif) no-repeat 50% 100%; 
	margin: 0 auto 0 auto; 
	padding:0; 
}

#bottomlink {
	position: absolute;
	right: 0px;
	padding:0px 40px 10px;
}

#header {
	width: 800px;
	margin: 0 auto 0 auto;
}

.centerstuff {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

a.topstuff {
	display: block;
	width: 108px;
	height: 24px;
	margin: 0; 
	padding:0;
	overflow:hidden;
	text-decoration: none;
}

a.welcome  { background: url( 'buttons/welcome_btn.png' ) top left no-repeat; }
a.welcome:hover { background: url( 'buttons/welcome_btn.png' )  0 -24px no-repeat; }
a.welcome_selected { background: url( 'buttons/welcome_btn.png' )  0 -24px no-repeat; }

a.contents  { background: url( 'buttons/contents_btn.png' ) top left no-repeat; }
a.contents:hover { background: url( 'buttons/contents_btn.png' )  0 -24px no-repeat; }
a.contents_selected { background: url( 'buttons/contents_btn.png' )  0 -24px no-repeat; }

a.foreword  { background: url( 'buttons/foreword_btn.png' ) top left no-repeat; }
a.foreword:hover { background: url( 'buttons/foreword_btn.png' )  0 -24px no-repeat; }
a.foreword_selected { background: url( 'buttons/foreword_btn.png' )  0 -24px no-repeat; }

a.introduction  { background: url( 'buttons/introduction_btn.png' ) top left no-repeat; }
a.introduction:hover { background: url( 'buttons/introduction_btn.png' )  0 -24px no-repeat; }
a.introduction_selected { background: url( 'buttons/introduction_btn.png' )  0 -24px no-repeat; }

a.bibliography  { background: url( 'buttons/bibliography_btn.png' ) top left no-repeat; }
a.bibliography:hover { background: url( 'buttons/bibliography_btn.png' )  0 -24px no-repeat; }
a.bibliography_selected { background: url( 'buttons/bibliography_btn.png' )  0 -24px no-repeat; }

a.paintings  { background: url( 'buttons/paintings_btn.png' ) top left no-repeat; }
a.paintings:hover { background: url( 'buttons/paintings_btn.png' )  0 -24px no-repeat; }
a.paintings_selected { background: url( 'buttons/paintings_btn.png' )  0 -24px no-repeat; }

a.book  { background: url( 'buttons/book_btn.png' ) top left no-repeat; }
a.book:hover { background: url( 'buttons/book_btn.png' )  0 -24px no-repeat; }
a.book_selected { background: url( 'buttons/book_btn.png' )  0 -24px no-repeat; }

a.credits  { background: url( 'buttons/credits_btn.png' ) top left no-repeat; }
a.credits:hover { background: url( 'buttons/credits_btn.png' )  0 -24px no-repeat; }
a.credits_selected { background: url( 'buttons/credits_btn.png' )  0 -24px no-repeat; }

a.appendix_a  { background: url( 'buttons/appendix_a_btn.png' ) top left no-repeat; }
a.appendix_a:hover { background: url( 'buttons/appendix_a_btn.png' )  0 -24px no-repeat; }
a.appendix_a_selected { background: url( 'buttons/appendix_a_btn.png' )  0 -24px no-repeat; }

a.appendix_b  { background: url( 'buttons/appendix_b_btn.png' ) top left no-repeat; }
a.appendix_b:hover { background: url( 'buttons/appendix_b_btn.png' )  0 -24px no-repeat; }
a.appendix_b_selected { background: url( 'buttons/appendix_b_btn.png' )  0 -24px no-repeat; }

a.links  { background: url( 'buttons/links_btn.png' ) top left no-repeat; }
a.links:hover { background: url( 'buttons/links_btn.png' )  0 -24px no-repeat; }
a.links_selected { background: url( 'buttons/links_btn.png' )  0 -24px no-repeat; }

