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;
}

table.border {
	border: 1px solid #333;
} 

table.book {
	border: 1px solid #333;
	padding:10px;
} 

.justify {
text-align: justify;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:large;
	}

h1.book {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:x-large;
	}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:medium;
	}

h2.book {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:large;
	}

p {
	font-size: small;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

p.second {
	font-size: medium;
	margin:10px 0px 0px 0px;
	padding:0px;
	}

.small {
	font-size: x-small;
	}

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 {
	position: relative;
	width: 450px;
	top: 5px;
	left: 17%;
	padding: 2px;
	border-style: ridge;
	border-width: thin;
	border-color: #CFCFCF;
}

.blogcontent {
	border-style: ridge;
	border-width: thin;
	border-color: #CFCFCF;
	border-top: none;
	border-right: ridge thin #CFCFCF;
	border-bottom: none;
	border-left: none;
}
	
.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:120px;
	background-color: white;
	}

#container {
	position: relative;
    	min-height: 100%;
	width: 100%;
	background-color: white;
	}

#innercontainer {
	float: left;
	width: 65%;
    	min-height: 100%;
	background: #F4F4F4
	}

  #leftcolumn {
	float: left;
	width: 24%;
    	min-height: 100%;
	background-color: #FFFFFF;
	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-shadow2 {
  float:right;
  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;
	text-align: center;
	width: 225px;
	}

.box {
	border:1px solid black;
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 1%;
	}

.navbox {
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	padding: 1%;
	}

.subbox {
	border: 1px solid #a9a9a9;
	background-color:#F4F4F4;
	font-size: small;
	padding:5px;
	}

.hotbox {
	background-color : #f4f4f4;
	font-size : 75%;
	width : 110px;
	height : 160px;
	}

#footer {
	position: relative;
	font-size: x-small;
	bottom: 0;
	width: 100%;
	background-color: #F4F4F4;
	text-align:center;
	}

.gray {
	font-size : small;
	color : #e8e8e8;
	text-decoration : none;
	}


