body {
	margin:0px 10px 10px 10px;
	padding:0px;
    	min-height: 100%;
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:large;
	}

h1.cont {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:24px;
	font-weight:900;
	}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:medium;
	}

p {
	font-size: small;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

p.second {
	font-size: medium;
	margin:10px 0px 0px 0px;
	padding:0px;
	}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	}

a {
	color:#000;
	text-decoration:none;
	}
a:link {color:#03a;}
a:visited {color:#07a;}
a:hover {
	text-decoration:underline;
	color:#ff0000;
	}

a.second {
	color:#000;
	text-decoration:none;
	font-size: small;
}	
a.second:link {color:#03a;}
a.second:visited {color:#07a;}
a.second:hover {
	text-decoration:underline;
	color:#ff0000;
	}

.content {
	width: 100%;
	padding: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: auto;
	margin-right: auto;	
	border-style: ridge;
	border-width: thin;
	border-color: #CFCFCF;
}
	
.book1 {
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 4px;
	border-top: ridge thin #CFCFCF;
	border-right: ridge thin #CFCFCF;
	border-bottom: none;
	border-left: ridge thin #CFCFCF;
}

.book2 {
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 4px;
	border-top: ridge thin #CFCFCF;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#header {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
    }
#header p,
#header h1,
#header h2 {
	clear:left;
	float:left;
	width:96%;
	margin:0;
	padding:.4em 2% .1em 2%;
	}

#header-nav {
	position: absolute;
	left: 425px;
	top: 22px;
    width: 535px; 
	font-size: 16px;
	color: #000;
}

#header-nav-spacer {
	margin: 0 0.3em;
}



#main {
	position: absolute;
	width: 98%;
	top:100px;
	background-color: white;
	}

#container {
	position: relative;
    	min-height: 100%;
	width: 100%;
	background-color: white;
	}

#innercontainer {
	float: left;
	width: 65%;
    	min-height: 100%;
	background: #F4F4F4 url(bg011208.gif) repeat-y;
	}

  #leftcolumn {
	float: left;
	width: 24%;
    	min-height: 100%;
	background-color: #F4F4F4;
	padding-right: 1%;
	}

  #center {
	float: right;
	width: 73%;
	background-color: white;
	height: auto;
	padding-left: 1%;
	padding-right: 1%;
  }

#rightcolumn {
	float: right;
	height: auto;
    	min-height: 100%;
	padding-left: 1%;
	padding-right: 1%;
	width: 32%;
	background-color: #F4F4F4;
	}

hr {
	height:1px;
	padding:0px;
} 

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
  }

.soon {
	font-size: small;
	width: 250px;
	}

.subbox {
	border: 1px solid #a9a9a9;
	background-color:#F4F4F4;
	font-size: small;
	padding:5px;
	align: center;
	}

#footer {
	position: relative;
	font-size: x-small;
	bottom: 0;
	width: 100%;
	background-color: #F4F4F4;
	text-align:center;
	}

