/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin:11px 0px; 
	padding:0px;
	text-align:center;	
	background-color:#FFF;
	background-image:  url(http://www.gtwdesign.com/images/bkgnd02.gif); 
	background-position: top right; background-repeat: repeat-x;
	}
	
.clear {clear:both;}

#book {
	width:320px;
	height:inherit;
}

#wrapper {
	text-align:center;
	margin:0 auto;
	width:350px;
}	

#content {
	color: #666;
	width:350px;
	margin:0 auto;
	border:hidden;
	}

#contentcontainer { 
	text-align:center;
	padding:5px;
	z-index:1;
	}
	
#header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;	
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .4em;
	background-color: #F90;
	font-weight: 700;
	border-bottom: 1px solid #F90;
	}
#nav {
   /* float:left;*/
    width:350px;
	margin:0 auto;
    font-size:.7em;
    line-height:normal;
}	
#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li {
    float:left;
    background: none;
    margin:0;
    padding:0 4px;
    }
#nav a {
    background: none;
    padding:3px 5px;
    }
#nav #current {
    background: #F90;
	color:#FFF;
	font-weight:bold;
    }
#nav #current a {
    background: none;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
    }
#nav a {
	color: #666;
	text-decoration: none;
	}		
#nav a:hover {
	color: #09F;
	text-decoration: none;
	}	
a:link {
	color: #666;
	text-decoration: none;
	}
a:visited {
	color:  #666;
	text-decoration: none;
	outline:none;	
	}
a:active {
	color:  #666;
	text-decoration: none;
	outline:none;
	}
a:hover {
	color: #666;
	text-decoration: underline;
	outline:none;
	}
.hiddenText {
	color:#FFF;
	}
#footer {
	display:none;
	}
.gtwDesignButton {
	float:right;
	width:80px;
	height:15px;
	border:0px solid;
	background: url(http://www.gtwdesign.com/images/gtwDesignG.gif) no-repeat 0 0px;
	outline:none;
	}
a.gtwDesignButton:link, a.gtwDesignButton:visited, a.gtwDesignButton:active {
	background: url(http://www.gtwdesign.com/images/gtwDesignG.gif) no-repeat 0 0px;
	outline:none;
	}
a.gtwDesignButton:hover {
	background: url(http://www.gtwdesign.com/images/gtwDesignG.gif) no-repeat 0px -15px;
	outline:none;
	}
#forbackbuttons {
	z-index:10;
	width:70px;
	position:relative;
	bottom:25px;
	top:10px;
	text-align:center !Important;
}	
.forwardButton {
	float:left;
	width:25px;
	height:25px;
	padding-right:10px;
	border:0px solid;
	background: url(http://www.gtwdesign.com/images/forward.gif) no-repeat 0 0px;
	}
a.forwardButton:link, a.forwardButton:visited, a.forwardButton:active {
	background: url(http://www.gtwdesign.com/images/forward.gif) no-repeat 0 0px;
	outline:none;
	}
a.forwardButton:hover {
	background: url(http://www.gtwdesign.com/images/forward.gif) no-repeat 0px -25px;
	outline:none;
	}
.backwardButton {
	float:left;
	width:25px;
	height:25px;
	padding-left:10px;
	border:0px solid;
	background: url(http://www.gtwdesign.com/images/backward.gif) no-repeat 0 0px;
	outline:none;
	}
a.backwardButton:link, a.backwardButton:visited, a.backwardButton:active {
	background: url(http://www.gtwdesign.com/images/backward.gif) no-repeat 0 0px;
	outline:none;
	}
a.backwardButton:hover {
	background: url(http://www.gtwdesign.com/images/backward.gif) no-repeat 0px -25px;
	outline:none;
	}
ul {
	margin-left:.2em; 
	padding-left:.5em;
	padding-right:.5em;
	list-style:disc outside;
	}
li {
	padding-left:.5em;
	padding-right:.5em;
}
em{
	color:#F90;
}
	