body  {
	background: #330000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#container {
	width: 780px;
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #330000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#330000;
	background-image: url(../images/gradient_bkg2.jpg);
	background-repeat: repeat-x;
} 

#header {
	color: #FFFFFF;
	background: transparent;
	margin: 0px;
} 

#header a  {
	border: none;
}

#header a:link, #header a:visited {
	color: #FF3300;
	text-decoration: none;
	background: transparent;
}

#header a:hover {
	color: #FF3300;
	background: transparent;
	text-decoration: underline;
}

#header a:active {
	color: #E78B33;
	background: transparent;
	text-decoration: underline;
}

#header img {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: transparent;
	padding: 0 0 0 20px;
	border:0;
}

#header h1 {
	font-size: 150%;
	font-family: inherit;
	color: #330000;
	background: transparent;
	margin: 8px 15px;
}

#header p {
	font-size:90%;
	color:#660033;
	background: transparent;
	margin: 5px 0 5px 80px; 
}

.pgtitle {
	color: #cc6633;
	background: transparent;
	font-size: 120%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

h3 {
	font-size: 100%;
	color: #CC6633;
	background: transparent;
}

p {
	font-size: 90%;
	color: #666666;
	background: transparent;
}

div#navbar {
	color: #ffffff;
	background: #330000;
	margin: 0;
	padding: 0px;
}

ul#navlist {
	color: #ffffff;
	background: transparent;
	padding: 5px 0;
	text-align: right;
	margin: 0px;
}

ul#navlist li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	padding-left: 25px;
}

ul#navlist li a:link {
	color:#CCCCCC;
	background: transparent;
	text-decoration: none;
}

ul#navlist li a:visited {
	color:#FFFFFF;
	background: transparent;
	text-decoration: none;
}

ul#navlist li a:hover {
	color: #FF5500;
	background: transparent;
	text-decoration: none;
}

ul#navlist li a:active {
	color: #E9AE33;
	background: transparent;
	text-decoration: none;
}

#col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 30px;
	color: #000000;
}

#col1 h2, #col2 h2 {
	font-size: 120%;
	color: #CC6600;
	background: transparent;
	border-top: 1px #CC6633 solid;
	border-left: 1px #CC6633 solid;
	padding: 2px 0 0 2px;
}

#col2 {
	float: right;
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000;
}

#col2 h1 {
	font-size: 150%;
	color: #330000;
	background: transparent;
}

#col2 h3 {
	font-size: 100%;
	color: #CC6633;
	background: transparent;
}

.clearit {
	clear: left;
}

ul.goals {
	margin-left: 18px;
	padding: 0;
}

ul.goals li {
	list-style-image: url(../images/diamond_bullet.gif);
	color: #330000;
	background-image: url(../images/bullet_gradient2.gif);
	margin-bottom: 7px;
	padding: 4px;
	width: 287px;
	background-repeat: repeat-y;
}

#main {
	width: 740px;
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#main a:link, #footer a:link {
	background: transparent;
	text-decoration: none;
	color: #F00;
}
.thrColFixHdr #container #main #col2 .style26 p a {
}
.thrColFixHdr #container #main p a .fltrt {
	color: #FFC;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}

#main a:visited, #footer a:visited {
	color: #FF3300;
	background: transparent;
	text-decoration: none;
}

#main a:hover, #footer a:hover {
	color: #FF3300;
	background: transparent;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FF3300;
}

#main a:active, #footer a:active {
	color: #E78B33;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px #E78B33 solid;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 200px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 85%;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.clearfloat {  /*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.title {
	font-style: italic;
}
.thrColFixHdr #container #main .style26 .title {
	color: #000;
	padding-left: 30px;
}

.caption, td {
	color: #444444;
	background: transparent;
	font-size: 85%;
	margin-top: -15px;
}
.thrColFixHdr #container #main #col2 .style26 .style27 a img {
	color: #FFC;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}
.thrColFixHdr #container #main #col2 .style26 .style27 a {
	color: #FFC;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}
.thrColFixHdr #container #main #col2 .style26 p a {
	color: #FFC;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}
.thrColFixHdr #container #main #col2 #buy p a {
	color: #FFC;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}
