@charset "UTF-8";
html {
	overflow-y: scroll; 
}
body {
	background-color:#FFF6E5;
	background-image:url(Images/Background-PatternBlock.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
}
#PageWrap {
	width: 1000px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ContentBlock {
	position:absolute;
	width:1000px;
	top: 0px;
	background-color: #FFFFFF;
	z-index:0;
}
#Container {
	position: absolute;
	width: 1000px;
	top: 0px;
}
#Title {
	width: 1000px;
	height: 57px;
}
#ColumnIndexLeft {
	background-image: url(Images/Column.gif);
	background-repeat: no-repeat;
	float: left;
	width: 500px;
	height: 650px;
}
#ColumnIndexRight {
	width: 450px;
	float:right;
	padding-top: 30px;
}
#Copyright {
	width: 1000px;
	float:left;
}
#TitleBorders {
	background-image: url(Images/TitleBorders.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 518px;
	position: absolute;
	left: 470px;
	top: 86px;
	z-index: -1;
}
#Examples {
	float: left;
	width: 170px;
	margin-right: 30px;
}
#Sample {
	width: 1000px;
	text-align:center;
	margin-top: 35px;
}




.h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 57px;
	font-variant: small-caps;
	color: #3C201D;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 85px;
}
.h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 75px;
	font-variant: small-caps;
	color: #3C201D;
	margin: 0px;
}
.TitleStroke {
	margin-top: -10px;
}
.ButtonText {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	line-height: 48px;
	padding-left: 45px;
}
.ButtonText:hover {
	text-decoration: none;	
}
.ColumnBullets {
	color: black;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 25px;
	font-family: "Times New Roman", Georgia, Times;
	list-style-position: outside;
	list-style-image: url(Images/ColumnSmall.gif);
}
.ColumnBullets2 {
	color: black;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 200px;
	font-family: "Times New Roman", Georgia, Times;
	list-style-position: outside;
	list-style-image: url(Images/ColumnSmall.gif);
}
.BodyText {
	color: black;
	font-size: 15px;
	line-height: 45px;
	font-family: "Times New Roman", Georgia, Times;
}
.BodyText2 {
	color: black;
	font-size: 15px;
	line-height: 22px;
	font-family: "Times New Roman", Georgia, Times;
	margin-left: 25px;
}
.BodyText3 {
	color: black;
	font-size: 15px;
	line-height: 22px;
	font-family: "Times New Roman", Georgia, Times;
}
.PayPalBox {
	padding-left:25px;
	float:left;
}
.FeatureText {
	color: black;
	font-size: 30px;
	line-height: 34px;
	font-family: "Times New Roman", Georgia, Times;
	text-align: center;
	margin-left: 220px;
}
.FeatureText a {
	color: black;
	font-size: 30px;
	line-height: 34px;
	font-family: "Times New Roman", Georgia, Times;
}
.copyright {
	color: #3c201d;
	font-size: 12px;
	font-family: "Times New Roman", Georgia, Times;
	text-align:center;
}
a  {
	color: #3c201d;
	font-size: 15px;
	font-family: "Times New Roman", Georgia, Times;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Georgia, Times;
	text-decoration: underline;
}




/*************************** Menu Setup *******************************/

#ButtonBiography {
	display: block;
	width: 350px;
	height: 52px;
	background-image:url(Images/Background-ButtonColumn.gif);
}
#ButtonBiography:hover { 
  background-position: 0 -52px;
}
#ButtonBiography span {
  display: none;
}

#ButtonProductsAndServices {
	display: block;
	width: 350px;
	height: 52px;
	background-image:url(Images/Background-ButtonColumn.gif);
}
#ButtonProductsAndServices:hover { 
  background-position: 0 -52px;
}
#ButtonProductsAndServices span {
  display: none;
}

#ButtonPublishedWorks {
	display: block;
	width: 350px;
	height: 52px;
	background-image:url(Images/Background-ButtonColumn.gif);
}
#ButtonPublishedWorks:hover { 
  background-position: 0 -52px;
}
#ButtonPublishedWorks span {
  display: none;
}

#ButtonNewAuthors {
	display: block;
	width: 350px;
	height: 52px;
	background-image:url(Images/Background-ButtonColumn.gif);
}
#ButtonNewAuthors:hover { 
  background-position: 0 -52px;
}
#ButtonNewAuthors span {
  display: none;
}

#ButtonAssociatedSites {
	display: block;
	width: 350px;
	height: 52px;
	background-image:url(Images/Background-ButtonColumn.gif);
}
#ButtonAssociatedSites:hover { 
  background-position: 0 -52px;
}
#ButtonAssociatedSites span {
  display: none;
}

#ButtonEditorialSkillsSecrets {
	display: block;
	width: 350px;
	height: 52px;
	background-image:url(Images/Background-ButtonColumn.gif);
}
#ButtonEditorialSkillsSecrets:hover { 
  background-position: 0 -52px;
}
#ButtonEditorialSkillsSecrets span {
  display: none;
}

#ButtonContact {
	display: block;
	width: 350px;
	height: 52px;
	background-image:url(Images/Background-ButtonColumn.gif);
}
#ButtonContact:hover { 
  background-position: 0 -52px;
}
#ButtonContact span {
  display: none;
}

#ButtonBlog {
	display: block;
	width: 350px;
	height: 52px;
	background-image:url(Images/Background-ButtonColumn.gif);
}
#ButtonBlog:hover { 
  background-position: 0 -52px;
}
#ButtonBlog span {
  display: none;
}
