body,
html {
margin:0;
padding:0;
background-color:#666600;
height: 100%; /* removes vertical scrollbar */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body > #container {  /* hack to hide from IE6, otherwise ie6 would not have scrollbars for unseen content */
overflow: hidden; 
}

/* for IE6, to make border extend full height of browser window */

* html #container {
height: 90%; 
}

#container {
width: 630px;
margin: 0 auto;
min-height: 90%; /* to make border extend full height of browser window, will be ignored by IE6 */
background-color: #fff8dc;
position: relative
}

#header{
width: 630px;
height: 210px;
background-image:url(images/reikilogo_200.gif);
background-repeat:no-repeat;
background-position: 235px 20px;
border-bottom: 1px solid #99CC00;
padding-bottom: 70px;
}	

#header #photo {
	position: absolute;
	top: 45px;
	left: 75px;
	width: 135px;
	text-align: center;
	font-size: 0.7em;
	text-align: center;
}


#header #photo img{
border: thin solid #666; margin-bottom: 8px;
}

#header p {
	color: #663300;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 225px;
	left: 75px;
}

#header a {
float: right;
display: block;
width: 380px;
height: 233px;
margin-right: 100px;
margin-top: 40px;
}


#main {
padding-top: 20px;
padding-bottom: 40px;
padding-left: 26px;
padding-right: 30px;
margin-right: 226px;
font-size: .95em;
border-right: 1px solid #99CC00;
color:#333333;
}


#rightcol {
font-size: .95em;
margin: 0;
padding-top: 20px;
width: 230px;
float: right;
}


ul#navigation {
margin: 0;
padding: 0;
}

ul#navigation li {
	padding-left: 4px;
	list-style-type: none;
	margin: 0px 30px 0px 15px;
	padding: 6px 15px;
	color: #663300;
	font-size: 14px;
}

ul#navigation li a { font-weight: normal; }
ul#navigation li.sel a { color: #ffffff; }
ul#navigation li.sel {
	background-image: url(images/navsel.gif);
	background-repeat: no-repeat;
	text-indent: 6px;
}


#signup  {
line-height: 1.3em;
font-size: 0.8em;
font-weight: bold;
margin: 20px 30px 20px 30px;
}


.testimonial {
line-height: 1.3em;
font-size: 0.8em;
font-style: italic;
border-top: 1px solid #99CC00;
padding-top: 20px;

}

#signup table {
background-color: #666600;
}

#signup table tr td {
padding: 4px;
}

.bio {	
padding: 20px 0 20px 0;
font-size: 0.8em;
line-height: 1.3em;
border-top: 1px solid #99CC00;
}

#footer {
padding-top: 20px;
border-top: 1px solid #99CC00;
font-size: 0.8em;
line-height: 1.3em;
text-align: center;
margin-bottom: 40px;
}

.bio img {
display: block;
float: right;
margin: 0 0 0 20px;
border: thin solid #ccc;
}


a:link, a:visited {
color: #663300;
text-decoration: none;
}

a:hover {
	color: #FF6666;
}

#main ul li {
list-style-type: none;
color: #663300; 
}

.boxheader {
text-align: center;
font-weight: bold;
}

#resources #main {
height: 450px;
}

#thankyou #main {
height: 450px;
}

h1 {
	font-size: 22px;
	color: #663300;
	margin: 0px;
	padding: 0px;
}
