@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(jbbackground.jpg);
	/*background-attachment: fixed;*/
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-color: #efce9c;
 }

div#right-sidebar{
	position:absolute;
	top:0;
	right:0;
  	width: 233px;
	height: 154px;
	z-index: 25;
 }

div#footer1{/*lower left links*/
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index: 25;
	background-image: url(images/footer/tile.jpg);
	background-repeat: repeat;
 }

div#footer2{/*davinci writing lower right*/
	position:fixed;
	bottom:0;
	width:100%;
 } 
div#nav{/*main navigation*/
	position:absolute;
	PADDING-TOP: 200px;
	PADDING-LEFT: 20px;
	left:0;
	width:25%;
	z-index: 25;
 }
/*html, body{
	overflow:auto;
	height: 100%;
 } 
html div#content{
  height:100%;
  overflow:auto;
 }*/

a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #4d0101;
}
a:active {
	text-decoration: none;
	color: #000000;
}

