A {
  text-decoration:none;
}
A:link { 
  color: #82ADF1;
}
A:visited { 
  color: #82ADF1;
}
A:hover {
  color: #8FB3FE; 
  text-decoration:underline;
}
span.head {
  font-size:1.6em;
}
body {
  font-family:sans-serif;
  font-size: 14px;
  margin: 10px auto;
  padding: 0;
  background: #333333;
  width:1000px;
}
h1,h2,h3,h4,strong,b {
  text-align:left;
  color:#000000;
}
h1 {
  color:#ffffff;
  font-size:50px;
  margin:0px;
  padding:0px;
}
h2 {
  font-size:30px;  
  margin:0px;
  padding:0px;
}
h3 {
  font-size:1.5em;  
  font-weight:bold;
  margin:0px;
  padding:0px;
}
h4 {
  font-size:1.2em;  
  font-weight:bold;
  margin:0px;
  padding:0px;
}

blockquote {
  border: 1px solid #333333;
  background-color: #eeeeee;
  padding:3px;
  margin:0px;
  margin-top:5px;
  margin-bottom:5px;
}

/* FancyQuotes */
div.fancyquote {
	position:relative;
	float:left;
	width:287px;
	margin:4px;
	padding:0px;
}
div.fancyquote div.top {
	background-image:url(/images/curvytop.png);
	height:62px;
	width:287px;
	z-index:0;
}
div.fancyquote div.bottom {
	background-image:url(/images/curvybottom.png);
	height:62px;
	width:287px;
	z-index:0;
}
div.fancyquote div.content{
	color:white;
	text-align:center;
	margin:-8px 0px -1px 0px;
	padding:0px 10px 0px 10px;
	background-color:#4f81bd;
	z-index:1;
}
/* FancyQuotes End */

/* FancyTopLeft */
div.fancytopleftwrapper {
  float:left;
}
div.fancytopleft {
	position:relative;
	margin:0px;
	padding:0px;
	background-color:white;
	background-image:url(/images/corner-blue-tl-all.png);
	background-repeat: no-repeat;
	width:529px;
	height:265px;
}
div.fancytopleft div.textbox{
	position:relative;
	float:left;
	margin:0px;
	padding:6px;
	left:8px;
	top:8px;
	width:560px;
	min-width:560px;
	min-height:300px;
	background-color:#eeeeee;
	
}

/* FancyTopLeft End */

span.bigquotes{
position:relative;
font-size:4em;
margin:0 7px 0 0;
line-height:0.8em;
}
div.bigquote {
margin:0px 10px 0px 10px;
}

pre.poem {
font-family:comic sans ms;
font-size:16px;
}


table.quick {
	border:1px solid #808080;
	border-right:0px;
	border-bottom:0px;
	border-spacing:0px;
	padding:0px;
	width:100%;
}
table.quick th {
	border:1px solid #808080;
	border-top:0px;
	border-left:0px;
	padding:4px;
	vertical-align:top;
	font-weight:bold;
}
table.quick td {
	border:1px solid #808080;
	border-top:0px;
	border-left:0px;
	padding:4px;
	vertical-align:top;
}
/* static divs -- to set up vertical positioning */
#Header {
  text-align:center;
  padding: 0px;
  padding-left:5px;
  padding-right:5px;
  background: #333333;
  margin: 0; 
  border: 0px solid white; 
  font-size:1.4em;
  color: white;
}
#HeaderDiv {
	position:relative;
	float:center;
	overflow:hidden;
}
#HeaderDiv div {
	position:relative;
	float:left;
}
#Content {
  text-align:center;
  padding-left:5px;
  padding-right:5px;
  background: white;
  margin: 0 0 0 20%;
  border: 0px solid white; 
}
#Navigation {
  text-align:center;
  padding-left:5px;
  padding-right:5px;
  background: white;
  border: 1px solid white; 
	width:170px;
}
#Navigation div {
	width:160px;
	position:relative;
	overflow:hidden;
	text-align:center;
	background-color:#000000;
	margin-top:10px;
}
#Navigation div a img {
	border:0px;
}
#Footer {
  background: white;
  font-size:0.9em;
  margin: 0;
  padding: 10px;
  border: 1px solid white; 
}
/* absolute divs -- % based margins to set up 3 cols */
#Left { 
  overflow: hidden;
}
#Right {
  margin-right: -15px; /* mac ie scrollbar hack */
  overflow: hidden;
  padding-left:10px;
  color:white;
  text-align:center;
} 

/* box margins, no positioning */
#Header .logo {
  margin: 0;
  padding: 10px 10px 0 10px; /* bottom has to be 0 to avoid leak into #Content */
}
#Content .box, #Left .box, #Right .box {
  padding: 20px;
}



#Header .bookmarkers {
	position:relative;
	float:left;
}

.Entry {
	text-align:left;
	border-width:0px;
	border-color:black;
	border-style:solid;
}

.Entry h3 {
 margin-top:25px;
}

.Entry p {
 margin:0 0 15px 0;
 padding:0;
}

.txt2img {
	position:relative;
	/*float:right;*/
	text-align:center;
}


