@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f9f9f2;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666;
	text-align:center;
}

/* LAYOUT */
*{
	margin:0;
	padding:0;
	outline:none;
}
#wrapper{
	width:600px;
	margin:0 auto;
}
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	z-index:99;
	background-color: #f9f9f2;

}
body>div#headerwrap{position:fixed;  }	

#header{
		margin:0 auto;
		margin-top:39px;
		overflow:hidden;
}
#logo{
	margin-bottom:25px;
	/* margin-left:401px; */
}
#nav{
	overflow:hidden;
	height:21px;
	
}

#content{
	margin-top:200px;
	z-index:0;
	overflow:visible;
	min-height:350px;
	text-align:left;
}

#iframe {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top:0;
	left:0;
	height: 80%;
	margin-top: 200px;
}


/* LAYOUT - COLUMNS */

#c1{
	width:200px;
	height:200px;
	float:left;

}

#c2{
	width:200px;
	height:200px;
	float:left;
}

#c3{
	width:200px;
	height:200px;
	float:left;

}



/* LAYOUT - BOOKS */
#b17{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;
}

#b16{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b15{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b14{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b13{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b12{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b11{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}
#b10{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b9{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b8{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;
}

#b7{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b6{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b5{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}


#b4{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}


#b3{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b2{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}

#b1{
	width:200px;
	height:210px;
	float:left;
	text-align:center;
	vertical-align:middle;

}




/* LINK STYLES */

a:link {
	color: #666;
	text-decoration: none;
}

a:active { 
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color:#B0400F;
}

/* TYPE STYLES */

.italic {
	font-style: italic;
}

.orange {
	color: #B0400F;
	font-style: normal;
}

.grey_underline {
	color: #666;
	font-style: normal;
	text-decoration: underline;
}

.orange_underline {
	color: #B0400F;
	font-style: normal;
	text-decoration: underline;
}

.purple {
	color: #FFF;
	font-style: italic;
	font-size: 60px;
	font-variant: small-caps;

}

