/* @group General Styles */

body {
	/*background: no-repeat url(../../artistbooks/rw_common/themes/robinbooks/images/booksbkg.gif); */
	background-color:#B2AFAD;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #000000;
	text-align:right;
}

	
/* @end */

/* @group Layout */

a:link, a:visited {
	color:#F0F6FB;
	text-decoration: none;
}

a:hover, a:active {
	color:#B9D6EA;
	text-decoration: underline;
}

img {
border:0;
}
#container {
  width:870px;
  margin:0 auto;
  padding-top:10;
  padding-bottom:20;
  text-align:left;
  }
  
#graphicnav {
width:800px;
text-align:center;
float:right;

}

#title-graphic {
  width:700px;
  text-align:center;
  
 }

#content {

	
  width:700px;
   height:600px;
   
  float:right;

 /* border: 1px solid red;*/


}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* formatting for the table of contents pages and cv */

.toc-item {
	text-decoration: none;
	font-weight: bold;
	color:#515B59;
	font-size: 1.3em;
	padding: 25px 0 5px 0;
	
	
}

.toc-item-icon {
width:100px;
height: 100px;
float:left;

}

.toc-item-caption {
	margin-left: 10px;
	
	/*height:80px;*/

}
#tocimg {
  
  z-index:-1;
	background:url(../images/booksimg.png) no-repeat bottom right;
 
  width:700px;
 height:550px;
 padding-bottom:100px;

}

.spacer {
	clear: both;
}
/*container list styles */

#container #content ul {
	position: relative;
	list-style:none;
}

#container #content li {	
	
}

#container #content ul ul {
	margin: 8px 0 0 0;
}

#container #content a {
	text-decoration: none;
	width:120px;
	color:#F0F6FB;
	

}

#container #content a:hover {
	color:#B9D6EA;
}

/* footer */



#footer {
	margin-top: 20px;
	height: 150px;
	width: 600px;
	/*background: no-repeat url(images/footer_bg.jpg) left bottom;*/
	/*position: absolute;*/
	bottom: 0;

}

#footer p {
	padding: 0;
	width: 600px;
	margin: 40px 0 0 0px;
	color: #5e5e57;
	position: relative;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}

#sitecredit {
	margin-top: 20px;
	height: 150px;
	width: 600px;
	/*background: no-repeat url(images/footer_bg.jpg) left bottom;*/
	/*position: absolute;*/
	bottom: 0;
	
}

#sitecredit p {
	padding: 0;
	width: 600px;
	margin: 40px 0 0 0px;
	color: #5e5e57;
	position: relative;
}

#sitecredit a:link, #footer a:visited {

}

#sitecredit a:hover, #footer a:active {
}