/* =core */

* {
  padding:0;
  margin:0;
}



body {
	background: #FFcc33;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: small;
	margin: auto;
	margin-top: 9px;
	text-align: center;
	}
	* html body {
	font-size: x-small; /* for IE5 Win */
	f\ont-size: small; /* for other IE versions */
	}
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	margin: 0;
	padding: 0 0px 9px 0px;
}

p {
	padding: 6px;
	}
	
a {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

ul, ol, li {
	padding: 3px;
	list-style: none;
	}
	
#wrapper {
  text-align: center;
  margin: 0 auto;
  width: 800px;
  height: 800px;
}

#header {
  margin-bottom: 0px;
    text-align: left;
  background: url(images/banner4.gif) no-repeat top;
	height: 169px;
	width: 800px;
}

#header h1 {
	margin: 0;
	padding: 138px 12px 15px 18px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: right;
	background: url(images/bg_header.gif) no-repeat bottom right;
	}

#navigation {
	  float: left;
      width: 783px;
	  margin: 0;
	  padding: 1px 0 0 9px;
	  list-style: none;
	  background: #ffcb2d url(images/nav_bg.gif) repeat-x bottom left;
	  
}

#navigation li {
      float: left;
	  margin: 0;
	  padding: 0;
	  font-family: "Lucida Grande", "Verdana", sans-serif;
	  font-size: 100%;
	  
}

#navigation a {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9b8748;
	border-bottom: none;
	background: #ffffff url(images/navtabs_off.gif) repeat-x top left;
}

#navigation a:hover {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(images/navtabs_on.gif) repeat-x top left;
}

#main {
	clear: both;
  	margin-bottom: 0px;
    background: #ffffff;
	font-size: 100%;
  	line-height: 160%;
  	color: #333333;
	
}

#main #content {
  text-align: left;
  float: left;
  width: 590px;
  background: #fff;
  margin: 18px 9px 72px 3px;
  padding: 36px 5px 72px 36px;
  width: 65%;
}

#main #affirmations {
    float: left;
	width: 200px;
  height: 300px;
  background: transparent;
  border-left: #eeeeee solid 0px;
  margin-top: 12px;
}

#main #jingle {
  width: auto;
  height: auto;
  border-bottom: none;
  font-size: 100%;
  font-weight: bold;
  margin-padding: 18px;
}

#main #jingle h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
	margin: 0;
	padding: 0 0px 3px 0px;
}

#main #pictures {
  text-align: left;
  margin: 18px 0 0px 3px;
  padding: 36px 0 0px 36px;
  width: 85%;
}

.pictures {
	float: left;
	margin: 9px;
	}
		
#footer {
	clear: both;
	background: url(images/bg_footer.gif) no-repeat top left;
	height: 18px;
	color: #000;
	font-size: 60%;
	padding: 12px 0px 2px 0px;
}
/* PIE easyclearing */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 6%;}
.clearfix {display: block;}
/* End hide from IE-mac */

