body {
	margin:0px;
	padding:0px;
	text-align:center;
	color:#000;
	background-image: url('http://liveatpeace.org/images/websitebackground3.jpg');
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-position: 100% 100%;
        }
	
#Container {
	width:950px;
	margin:0px auto;
	text-align:center;
	padding:0;
	color:#000;
	background-color:#fff;
	font: small "Trebuchet MS",sans-serif;
	border-left: 2px solid #825734;
	border-right: 2px solid #825734;
	}


#content {
	text-align: left;
	padding: 10px 20px;
	}


#top {
	margin:0;
	padding:0;
	}

h1 {
	display: block;
	font: bold large "Trebuchet MS",sans-serif;
	color: #825734;
	margin-top: 20px;
	margin-bottom: 5px;
	padding:0;
	text-align:center;
	text-transform: uppercase;
	}

h2 {
	font: bold medium "Trebuchet MS",sans-serif;
	color: #825734;
	margin-top: 20px;
	margin-bottom: 0px;
	}


h3 {
	font: bold 1.1em "Trebuchet MS",sans-serif;
	color: #825734;
	margin-top: 15px;
	margin-bottom: 0px;
	}

h4 {
	font: bold medium "Trebuchet MS",sans-serif;
	color: #7b7c52;
	margin-top: 20px;
	margin-bottom: 0px;
	}

	
p {
	margin-bottom: 10px;
	font-size: 100%;
	}

.centerText  {
	text-align:center;
}

p.contain {   
       position: relative
}

table,th,td {
	font-size: 100%;
	}

li {
	font-size: 95%;
	padding-bottom: 10px;
	}

ul {
	margin-left:25px;
	margin-top: 0px;
	padding: 0px;
	}


a:link {
	color: #825734;		
	}

a:visited {
	color: #7b7c52;		
	}

a:hover {
	color: #ccc;	
	}


a:active {
	color: #ccc;	
	}

hr {
	color: #ccc;
	height: 2px;
	margin: 5px 0px;
	padding: 0px;
	}
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}


img.centered 
{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

img.badge 
{
    position: absolute;
    top: 0;
    right: 40px;
    bottom: auto;
    left: auto;
    width: 175px;
    height: 175px;
    z-index:1; 
}

img.centeredBordered 
{
    	display: block;
    	margin-left: auto;
    	margin-right: auto; 
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #333;
	border-left: 4px solid #999;
	border-right: 4px solid #666;
}

img.Bordered 
{
    	display: block;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #333;
	border-left: 4px solid #999;
	border-right: 4px solid #666;
}


.onMenu {
	font-style: italic;
	color:#7b7c52;
	background-color:#fff;
	}

#navcontainer  {
	border-top: 2px dotted #825734;
	border-bottom: 2px dotted #825734;
	padding: 4px 0px;;
}

#navcontainer ul
{
	margin: 0px 0px;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li { 
	display: inline;
	color:#825734;
	background-color:#fff;
	font: bold 17px "Trebuchet MS",sans-serif;
	margin: 0px 10px;
	padding:0;
}


#navcontainer ul li a { 
	text-decoration: none; 
	color:#825734;
}

#navcontainer ul li a:hover { 
	text-decoration: underline; 
	color:#7b7c52;
}


/* chocolate: #825734        */
/* darkolivegreen: #7b7c52   */
/* wheat1: #FFE7BA           */
/* lightgoldenrod3: #cdbe70  */

