body {
	background-image: url(../images/formatting/top-tile-interior.jpg);
	background-repeat: repeat-x;
	background-color: #660000;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#top-area {
	width:450px;
	float:right;
}
#wrapper {
	background-image: url(../images/formatting/logo-interior.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	min-height:443px;
}
#wrapper-left {
	background: url(../images/formatting/leftnav/whole-tile.gif) repeat-y left 248px;
}
#wrapper-inner {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/formatting/bottom-watermark.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#wrapper-inner-noleft {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/formatting/bottom-watermark.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#wrapper-inner-bar {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/formatting/right-bar.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align:right;
}
#wrapper-inner-bar2 {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/formatting/right-bar-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:right;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#column-right {
	width: 430px;
	float: right;
	margin:0;
	padding:50px 40px 100px 40px;
	text-align: left;
}
#column-right-noleft {
	width: 600px;
	float: right;
	margin:0;
	padding:50px 40px 100px 40px;
	text-align: left;
}
#column-right a, a.redlink  {
	color: #ff0000;
	text-decoration: underline;
}
#column-right a:hover, a:hover.redlink {
	color: #999999;
}
#column-left {
	width: 230px;
	display:block;
	float:left;
	padding:0;
	text-align: left;
}
#column-left ul {
	color: #999999;
	list-style-type: none;
	margin: 10px 20px 20px;
	padding: 0px;
}
#column-left li {
	border-top: 1px dotted #999999;
	padding: 5px 0 0 10px;
	margin-top: 5px;
}
#column-left ul ul {
	padding:0;
	margin:0 0 0 40px;
	list-style-type: circle;
}
#column-left ul ul li {
	border:none;
	padding:0;
	margin:0;
}
#column-left li.year-archives a {
	color: #FF0000;
	font-weight: bold;
}
#column-left li.year-archives a:hover {
	color: #ffffff;
}
#column-left li.year-archives a:visited {
	color: #FF0000;
}
#column-left li a {
	color: #999999;
	text-decoration:none;
}
#column-left li a:hover {
	color: #ffffff;
}
#column-left li a:visited {
	color: #666666;
}
/*==========================TOP NAVIGATION==========================
==================================================================*/

#topnav {height: 43px; width: 830px; margin-right: auto; margin-left: auto; list-style-type: none; margin-top:0; margin-bottom:0; padding:0;}
#topnav li {float: left;}
#topnav li a {height:43px;display:block;text-indent: -9999px;}
#topnav #home a {background-image: url(../images/topnav/home.jpg); width: 46px; margin-left:10px;}
#topnav #home a:hover {background-image: url(../images/topnav/home-over.jpg);}
#topnav #about a {background-image: url(../images/topnav/about-chris.jpg); width: 90px;}
#topnav #about a:hover {background-image: url(../images/topnav/about-chris-over.jpg);}
#topnav #contact a {background-image: url(../images/topnav/contact-me.jpg); width: 86px;}
#topnav #contact a:hover {background-image: url(../images/topnav/contact-me-over.jpg);}
#topnav #ask a {background-image: url(../images/topnav/ask-the-trainer.jpg); width: 110px;}
#topnav #ask a:hover {background-image: url(../images/topnav/ask-the-trainer-over.jpg);}
#topnav #training a {background-image: url(../images/topnav/training-articles.jpg); width: 121px;}
#topnav #training a:hover {background-image: url(../images/topnav/training-articles-over.jpg);}
#topnav #client-pics a {background-image: url(../images/topnav/client-pics.jpg); width: 86px;}
#topnav #client-pics a:hover {background-image: url(../images/topnav/client-pics-over.jpg);}
#topnav #client-hall a {background-image: url(../images/topnav/client-hall-of-fame.jpg); width: 131px;}
#topnav #client-hall a:hover {background-image: url(../images/topnav/client-hall-of-fame-over.jpg);}
#topnav #online a {background-image: url(../images/topnav/online-store.jpg); width: 93px;}
#topnav #online a:hover {background-image: url(../images/topnav/online-store-over.jpg);}
#topnav #links a {background-image: url(../images/topnav/links.jpg); width: 57px;}
#topnav #links a:hover {background-image: url(../images/topnav/links-over.jpg);}

/*======================END TOP NAVIGATION==========================
==================================================================*/
.right {
float:right;
}
.page-title {
	text-align: right;
}
.article {
	font-size:28px;
	font-weight:bold;
}
.indent {
	padding-left:40px;
	}
.article-small {
	font-size:20px;
	font-weight:bold;
}
.article-red {
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
}
.red {
color:#ff0000;
}
.black {
	color:#000000;
	font-weight: bold;
}
.date {
font-size:18px;
color:#ff0000;
}
.slash {
color:#666666;
font-size:18px;
}
.rule-above {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 10px;
	margin-top: 10px;
}
.rule-below {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.left-nav-image {
	text-align: center;
	padding-top: 30px;
}
.horizontal-line {
	background-image: url(../images/formatting/background-horizontalbar.gif);
	background-repeat: repeat-x;
	padding-top: 40px;
}
.horizontal-line-bottom {
	background-image: url(../images/formatting/background-horizontalbar.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	background-position: bottom;
}

/*==================CONTACT US FORM===================
====================================================*/
#contact-form {
margin-top:20px;
}
#contact-form label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	clear: both;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}
#contact-form p {
	padding: 0px;
	margin: 5px 0;
	clear: both;
}
#contact-form input {
	color: #2e3f51;
	background:#FFFFFF;
	margin-bottom: 2px;
	padding: 0px;
	border:solid 1px #000000;
}
#contact-form textarea {
	border:solid 1px #000000;
}
#contact-form input.submit {
	background: url(../images/home/submit.jpg) no-repeat #000000;
	height: 22px;
	width: 62px;
	color: #FFFFFF;
	border:none;
}
/*==============================SIGN UP===============================
====================================================================*/

#signup-main form {margin:0; padding:0;}
#signup-main {
	padding: 3px 20px 0 30px;
	margin-right:30px;
}
#signup-main .altButtonFormat {
	background: url(../images/home/submit.jpg) no-repeat #000000;
	height: 22px;
	width: 62px;
	color: #FFFFFF;
	border:none;
}
.altTextField {
	color: #999999;
	background-color: #990000;
	border:none;
	padding:4px 2px 2px 4px;
}
.altTextField2 {
	color: #ffffff;
	background-color: #990000;
	border:none;
	padding:4px 2px 2px 4px;
}
.altButtonFormat2 {
	background: url(../images/home/submit.jpg) no-repeat #000000;
	height: 22px;
	width: 62px;
	color: #FFFFFF;
	border:none;
}
#search {
	margin-top:10px;
	margin-left:12px;
}
/*==========================END SIGN UP===============================
====================================================================*/
.white {
	color:#FFFFFF;
}
.red-border {
	border: 3px solid #CC0000;
}
.black-border {
	border: 1px solid #000000;
}
h3 {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}
.plug {
	text-align: center;
	clear: both;
	color: #FFFFFF;
}
.plug a {
	color: #FFFFFF;
	text-decoration:none;
}
.plug a:hover {
	color: #C80000;
	text-decoration:none;
}
a.ask-trainer-button  {
	background-image: url(../images/formatting/ask-trainer-button.gif);
	height: 63px;
	width: 430px;
	display:block;
}
a:hover.ask-trainer-button {
	background-image: url(../images/formatting/ask-trainer-button-over.gif);	background-position: 0px 1px;
}
.online-store-col1 {margin:10px 10px 20px 30px; float:left;}
.online-store-col2 {margin:10px 0px 10px 0px; float:left;}
