body {
	margin: 0; 
	padding: 0;
	background: #b1a9a2;
	font-family: Verdana,Helvetica,sans-serif;
} 
/* Zero-out browser default margins/padding */
* {
	margin: 0;
	padding: 0;
}
/************************* Links *****************/
a {
	color: #FFF;
	font-weight: bold;
}
a:hover,
a:focus {
	color: #9D0206;
}
.redlink a {
	color: #7b0205;
	font-weight: bold;
}
.redlink a:hover,
.redlink a:focus {
	color: #FFF;
}
a img {
	border: none;
}
/************************* Headers *****************/
h1,h2,h3,h4,h5,h6 {	font-weight: bold; }
h1 { 
	font-size: 1em; 
	margin: .75em 0 .75em 0; 
	color: #7b0205; /* red */
	font-weight: normal;
	text-align: center;
}
h2 { 
	font-size: 14px; 
	margin: 0 0 .5em 0; 
	color: #5B5248; /* dark taupe */
	text-align: center;
}
h3 { 
	font-size: 14px; 
	line-height: 16px;
	color: #000; /* black */
	text-align: left;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 13px;
	line-height: 14px;
	color: #000; /* black */
	text-align: left;
	margin: 10px 0 0 0;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	color: #5b5248; /* dark taupe */
	text-align: left;
	margin: 10px 0 0 0;
}
h6 { 
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
	color: #000; /* black */
	text-align: center; 
} 
/************************* Template tables & columns *****************/
#maintable {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #000;
}
#rightcol {
	width: 200px;
	background: #6e6358;  /* dark taupe */
}
#rightcol p {
	color: #FFF;
	font-size: 11px;
	text-align: center;
}
#rightcolgreen {
	width: 200px;
	background: #768356;  /* dark taupe */
}

#rightcolgreen p {
	color: #FFF;
	font-size: 11px;
	text-align: center;
}
#leftsidecol {
	border: 0;
}
#left2colstable {
	margin: -3px 0 0 0;
	border: 0;
}
#leftcol {
	width: 172px;
	text-align: center;
	background: #6e6358;  /* dark taupe */
}
#leftcol a {
	font-weight: normal;
}
#leftcolgreen {
	width: 172px;
	text-align: center;
	background: #768356;  /* dark taupe */
}

#middlecol {
	width: 428px;
	background: #b1a9a2;  /* light taupe */
	padding: 10px 15px;
}

#arianepicttable {
	margin: 15px auto;
}
#arianepicttable p {
	font-size: .6em;
	color: #FFF;
	text-align: center;
}
#arianepicttable a {
	color: #FFF;
}
#arianepicttable a:hover {
	color: #9D0206;
}
#booktable {
	display: block;
	margin: 15px auto;
}
/************************* fixed 2006 1 17 *****************/
#booktable td{
	text-align: center;
}
/************************* fixed  *****************/

#booktable p {
	font-size: .6em;
	color: #C5BFBA;
	text-align: center;
}
#booktable a {
	color: #FFF;
}
#booktable a:hover {
	color: #9D0206;
}
#booktable .blacklink a {
	color: #000;
	font-weight: bold;
}
#booktable .blacklink a:hover {
	color: #FFF;
	font-weight: normal;
}

#buybooktable {
	display: block;
	width: 162px;
	margin: 0px auto;
	border: 1px solid #7b0205;
	padding: 0;
}

/************************* Top Menu *****************/
#buttonscontainer {
	display: block;
	margin: 54px 0 40px 10px;
	padding: 0;
	list-style-type: none;
}
#buttonscontainer li {
	width: 180px;
	margin: 2px 2px 2px 0px;
	padding: 0;
	list-style-position: outside;
}
#buttonscontainer a {
	padding: 0 0 0 20px;
	display: block;
	font: 10px Verdana, sans-serif;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	text-align: left;
	background: transparent url(../images/redarrow.gif) 0px 2px no-repeat;
}
#buttonscontainer a:hover {
	color: #9D0206;
}
#buttonscontainer .buttonsspace a {
	margin: 20px 2px 2px 0px;
	padding: 0 0 0 20px;
	font: 10px Verdana, sans-serif;
	font-weight: normal;
}
#buttonscontainer .buttonsspace a:visited {
	margin: 20px 2px 2px 0px;
	padding: 0 0 0 20px;
}
#buttonscontainer .buttonsspace a:hover {
	color: #9D0206;
	margin: 20px 2px 2px 0px;
	padding: 0 0 0 20px;
}
/************************* Helping Creative Professionals Table *****************/
#helptable {
	border: 1px solid #000;
	margin: 0 auto;
}
#helptable td {
	padding: 3px 8px 0 8px;
}
/************************* Various fonts *****************/
p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 1em;
}
.redtext {
	color: #7b0205;
}
.whitetext {
	color: #FFF;
}
.darktaupetext {
	color: #5B5248;
}
.yellowtext {
	color: #F3EB92;
}
.boldtext {
	font-weight: bold;
}
.italictext {
	font-style: italic;
}
.indented {
	padding-left: 40px;
}
.lessindented {
	padding-left: 20px;
}
.moreindented {
	padding-left: 80px;
}
.centered {
	text-align: center;
}
.big {
	font-size: 14px;
	line-height: 17px;
}
.small {
	font-size: 13px;
	line-height: 17px;
}

/************************* Lists *****************/
li {
	font-size: 13px;
	line-height: 16px;
	color: #000;
	margin-left: 2em;
	margin-bottom: 1em; 
}
.darktaupelist {
	margin: 10px 0 10px 10px;
	liststyletype: square;
}
.darktaupelist li {
	font-size: 14px;
	font-weight: bold;
	color: #5b5248;
	line-height: 18px;
	margin: 0 0 5px 10px; 
}
.redbulletlist {
	margin: .2em 0 1em;
}
.redbulletlist li {
	margin: 10px 0 10px 10px; 
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
	background: transparent url(../images/redarrow2.gif) 0 3px no-repeat;
}
.redbulletleftlist {
	margin: .2em 0 1em;
}
.redbulletleftlist li {
	margin: 10px 0 10px 10px; 
	padding: 0 0 0 14px;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
	background: transparent url(../images/redarrow2.gif) 0 3px no-repeat;
}
/************************* Quotes *****************/
blockquote {
	float: none;
	display: block;
	margin: 1em auto;
	width: 80%;
	border: 1px solid #000;
	font-size: .7em;
	color: #c5bfba;
	font-weight: bold;
	padding: 10px 18px 12px 18px;
	background: #6e6358;
}
blockquote.right {
	float: right;
	clear: right;
	border: 1px solid #000;
	width: 170px;
	font-size: .8em;
	color: #c5bfba;
	font-weight: bold;
	margin: 5px 5px 10px 5px;
	padding: 16px 18px 24px 18px;
	background: #6e6358;
}
#blockquote_testimonial {
	float: none;
	display: block;
	margin: 1em auto;
	width: 120px;
	border: 2px solid #b1a9a2;
	font-size: .7em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 10px 12px 12px 12px;
	background: #92877C;
}

cite {
	font-size: .9em;
	font-style: italic;
	color: #c5bfba;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-right: -18px;
	margin-bottom: -24px;
	padding: 0 24px 24px 0;
}
#cite_testimonial {
	font-size: .9em;
	font-style: italic;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-right: -18px;
	margin-bottom: -24px;
	margin-top: 8px;
	padding: 0 24px 24px 0;
}
/************************* Contact Page *****************/
#contacttable a {
	color: #000;
	font-weight: normal;
}
#contacttable a:hover,
#contacttable a:focus,
#contacttable a:active {
	color: #9D0206;
}
/************************* Mailing list signup form (joinform) elements *****************/
#jointable {
	display: block;
	width: 150px;
	margin: 50px auto;
	border: 3px solid #b1a9a2;
	padding: 1px 4px;
	background: #92877C;
}
#jointable a {
	color: #FFF;
}
#jointable a:hover {
	color: #9D0206;
}
#joinform {
	text-align: center;
	background: #92877C;
}
#joinform h2 {
	font-weight: bold;
	font-size: .8em;
	line-height: 1.1em;
	color: #7b0205;
	margin: .5em .5em;
	text-align: center;
}
#joinform p {
	font-size: .7em;
	color: #FFF;
	text-align: center;
	line-height: 1em;
	margin: 2px;
	padding: 5px;
}
.larger {
	font-size: 1.5em;
	}
#joinform #fldname, #joinform #fldemail {
	margin: 1px;
}
.sbmtbtn {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #b1a9a2;
	border: 1px solid #6e6358;
	color: #5B5248;
	margin: 5px;
	text-align: center;
}
/************************* Footer *****************/
div#footer {
	clear: both;
	padding: 5px 0;
	background: #b1a9a2;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
}
div#footer p {
	text-align: center;
	color: #5b5248;
	font-size: 10px;
	line-height: 14px;
}
div#footer a {
	color: #5b5248;
}
div#footer a:hover,
div#footer a:focus,
div#footer a:active {
	color: #FFF;
}
div#footer .bigger {
	font-size: 12px;
	line-height: 15px;
}
/************************* Popups *****************/
#popupcontent{
	width: 600px;
	margin: 20px auto 0;
	padding: 0 15px;
}
/************************* Back To Top Link *****************/
.bak2top {
	font-family: Arial;
	font-size: 10px;
	background-color: #92877c;
	border: 1px solid #6e6358;
	padding: 2px;
}
