body {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	background-color: #356F94;
	overflow-x:hidden;
	}

/* thebox is the white box containing header, nav & body */
#thebox {
	width: 50em;
	background-color: white;
	color: #666;
	border: 1px rgb(75,55,52) solid;
	margin: 10px auto 0px auto;
	padding: 0px 20px 0 20px
	}
	
/* headtag contains logo & nav */
#headtag{
	background: url('../_images/rays_of_hope_sky.jpg') no-repeat;
	width:573 px;
	height:160px;
	}
	
/* logo is Sierra-Dawn Web Creations */
#logo { 
	text-align: center;
	width: 400px;
	margin: 0px 5px 30px -15px;
	padding: 20px 10px 5px 20px;
	color: #666;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 4px;
	}


#logo strong{
	color:#356F94;
	font-style: italic;
	letter-spacing: 1px;
	margin-left:5px;
	font-size:20px;
	}

#nav {	
	text-align:right;
	width: 455px;
	margin: -5px 0px 50px 100px;
	padding: 0px 0px 0px 0px;
	color: #999;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	}

#nav a {
	font-size: 15px;
	font-weight: bold;
	/*color: #C8C49E;*/
	color: #E9D1A5;
	text-decoration: none;
	margin-left:10px;
	}

#nav a:hover {
	/*color: #A29E77;*/
	color: #CDAE75;
	text-decoration: none;
	}

#content {
	color: #ADAA8A;
	font-family:Trebuchet MS, Arial, Helvetica;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	font-size:13px;
	text-align:justify;
	}

#content h1,h2 {
	font-size: 15px;
	text-decoration: none;
	font-family:Trebuchet MS, Arial, Helvetica;
	color: #356F94;
	}

#content h1,h2 a:link, a:visited, a:active {
	color: #80033E;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-weight: normal;
	}

#content h1,h2 a:hover {
	text-decoration: underline;
	font-family:Trebuchet MS, Arial, Helvetica;
	color: #356F94;
	}

#content h3,h4 { 
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: normal;
	}

#content a:link, a:visited, a:active {
	color: #356F94;
	text-decoration: none;
	}
	
#content p{
	margin-right:130px;
	}

#content a {
	text-decoration: none;
	color: #356F94;
	}

#content a:hover {
	text-decoration: underline;
	color: #356F94;
	}

a:link, a:visited, a:active {
	color: #356F94;
	font-size:13px;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/* floatright contains right nav menu */
#floatright{
	font-size:14px;
	float:right;
	}

#foot {
	text-align: center;
	color: #fff;
	}

#foot a {
	color: #E9D1A5;
	text-decoration: none;
	font-size:12px;
	}

#foot a:hover {
	text-decoration:underline;
	}

/*#top {
	font-size:9px;
	text-align:center;
	}*/

#top a {
	font-size:9px;
	text-decoration:none;
	}

#top a:hover {
	text-decoration:underline;
	}