/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
                        
/*stop reset*/

body{
  font: 18px Helvetica, Arial, Verdana, sans-serif;
  line-height: 20px;
}

#wall{
  z-index: -100;
  padding: 0;
  margin: 15px;
}

#wall img{
  margin: 25px;
}

/***************/
/* stage */
/*************/

#leftWrap{
  float: left;
}

#stage{
  margin: 50px 0px 0px 0px;
  max-width: 570px;
  background-color: #FFF; 
  color: #000;
}

ul, li{
  line-height: 20px;
}

#text{
  padding: 5px 15px 5px 15px;
  color: #000;
}

#text a{
  text-decoration: underline;
}


#stage h1, h2, h3{
  font-weight: normal;
  margin-bottom: 18px;
}

.linkList h2{
  margin-bottom: 0px;
}

#stage .linkList li a{
  text-decoration: none;
}

#bookCycle img{
  cursor: pointer;
}

/***************/
/* navigation */
/*************/

#navigation{
  margin: 15px 0px 0px 0px;
  padding: 2px 15px 2px 15px;
  background-color: transparent;
  color: #000;
  
}

a{
  color: #000;
  text-decoration: none;
}